1 | [ Jun 3 00:51:05 Enabled. ] | ||
2 | [ Jun 3 00:51:05 Rereading configuration. ] | ||
3 | [ Jun 3 00:51:05 Rereading configuration. ] | ||
4 | [ Jun 3 00:51:07 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 | [ Jun 3 00:51:07 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.06.03 00:51:08.901837 [ 1 ] {} <Information> Application: Will watch for the process with pid 23105 | ||
29 | 2025.06.03 00:51:08.902307 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.06.03 00:51:09.144056 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 23105 | ||
31 | 2025.06.03 00:51:09.144792 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.06.03 00:51:09.144949 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.06.03 00:51:09.244918 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.06.03 00:51:09.281209 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.06.03 00:51:09.281268 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.06.03 00:51:09.281286 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.06.03 00:51:09.281355 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.06.03 00:51:09.281766 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.06.03 00:51:09.283912 [ 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.06.03 00:51:09.284682 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.06.03 00:51:09.285557 [ 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.06.03 00:51:09.285579 [ 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.06.03 00:51:09.285595 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.06.03 00:51:09.286326 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.06.03 00:51:09.287361 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.06.03 00:51:09.293096 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.06.03 00:51:09.293844 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.06.03 00:51:09.295250 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.06.03 00:51:09.295333 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.06.03 00:51:09.296426 [ 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.06.03 00:51:09.296829 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.06.03 00:51:09.300860 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.06.03 00:51:09.301260 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.06.03 00:51:09.307466 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.06.03 00:51:09.307860 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.06.03 00:51:09.308251 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.06.03 00:51:09.308660 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.06.03 00:51:09.310756 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.06.03 00:51:09.310784 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.06.03 00:51:09.310879 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.06.03 00:51:09.310980 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.06.03 00:51:09.318382 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.06.03 00:51:09.318409 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173286 sec | ||
68 | 2025.06.03 00:51:09.318427 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.06.03 00:51:09.318440 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.06.03 00:51:09.319146 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.06.03 00:51:09.319721 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.06.03 00:51:09.330098 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.06.03 00:51:09.330153 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.06.03 00:51:09.330179 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.06.03 00:51:09.330195 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.06.03 00:51:09.330235 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.06.03 00:51:09.330259 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.06.03 00:51:09.333310 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.06.03 00:51:09.333368 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.06.03 00:51:09.333392 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.06.03 00:51:09.333562 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.06.03 00:51:09.333611 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.06.03 00:51:09.333628 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.06.03 00:51:09.333650 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.06.03 00:51:09.333666 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.06.03 00:51:09.333705 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.06.03 00:51:09.333727 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.06.03 00:51:09.357358 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.06.03 00:51:09.359221 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.06.03 00:51:09.359256 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8832e-05 sec | ||
91 | 2025.06.03 00:51:09.359269 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.06.03 00:51:09.359280 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.06.03 00:51:09.359308 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.06.03 00:51:09.359536 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.06.03 00:51:09.359583 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.06.03 00:51:09.359596 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.06.03 00:51:09.359607 [ 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.06.03 00:51:09.359618 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.06.03 00:51:09.386566 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.06.03 00:51:09.386777 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.79 MiB, peak 24.79 MiB, free memory in arenas 0.00 B, will set to 116.65 MiB (RSS), difference: 91.86 MiB | ||
101 | 2025.06.03 00:51:09.388299 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.635e-05 sec. | ||
102 | 2025.06.03 00:51:09.388703 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.06.03 00:51:09.389336 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.06.03 00:51:09.389361 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.06.03 00:51:09.389498 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60309 | ||
106 | 2025.06.03 00:51:09.390281 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.06.03 00:51:09.390341 [ 3 ] {} <Debug> TCP-Session: 2bf40cbc-fb3e-4c95-abe3-22cf5e6425fa Authenticating user 'default' from [fd00:1122:3344:101::c]:60309 | ||
108 | 2025.06.03 00:51:09.390368 [ 3 ] {} <Debug> TCP-Session: 2bf40cbc-fb3e-4c95-abe3-22cf5e6425fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.06.03 00:51:09.390389 [ 3 ] {} <Debug> TCP-Session: 2bf40cbc-fb3e-4c95-abe3-22cf5e6425fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.06.03 00:51:09.390481 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.06.03 00:51:09.390512 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.06.03 00:51:09.390534 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.06.03 00:51:09.391024 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64642 | ||
114 | 2025.06.03 00:51:09.391179 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
115 | 2025.06.03 00:51:09.391215 [ 4 ] {} <Debug> TCP-Session: 01511e8b-b601-4669-adbe-f16e4c2dcf15 Authenticating user 'default' from [fd00:1122:3344:101::c]:64642 | ||
116 | 2025.06.03 00:51:09.391237 [ 4 ] {} <Debug> TCP-Session: 01511e8b-b601-4669-adbe-f16e4c2dcf15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2025.06.03 00:51:09.391271 [ 4 ] {} <Debug> TCP-Session: 01511e8b-b601-4669-adbe-f16e4c2dcf15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
118 | 2025.06.03 00:51:09.391852 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57629 | ||
119 | 2025.06.03 00:51:09.391854 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56458 | ||
120 | 2025.06.03 00:51:09.391941 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59505 | ||
121 | 2025.06.03 00:51:09.392167 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.06.03 00:51:09.392183 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35541 | ||
123 | 2025.06.03 00:51:09.392207 [ 5 ] {} <Debug> TCP-Session: d8d52c5d-eb1b-4858-af27-00082295b0b5 Authenticating user 'default' from [fd00:1122:3344:101::c]:57629 | ||
124 | 2025.06.03 00:51:09.392209 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.06.03 00:51:09.392257 [ 5 ] {} <Debug> TCP-Session: d8d52c5d-eb1b-4858-af27-00082295b0b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.06.03 00:51:09.392277 [ 253 ] {} <Debug> TCP-Session: 335d12d1-e2af-4a6d-86cf-c17d709994b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:56458 | ||
127 | 2025.06.03 00:51:09.392279 [ 5 ] {} <Debug> TCP-Session: d8d52c5d-eb1b-4858-af27-00082295b0b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.06.03 00:51:09.392292 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
129 | 2025.06.03 00:51:09.392321 [ 253 ] {} <Debug> TCP-Session: 335d12d1-e2af-4a6d-86cf-c17d709994b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
130 | 2025.06.03 00:51:09.392339 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
131 | 2025.06.03 00:51:09.392340 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44105 | ||
132 | 2025.06.03 00:51:09.392394 [ 255 ] {} <Debug> TCP-Session: f13dbfdb-c541-447a-934b-89056a900ce8 Authenticating user 'default' from [fd00:1122:3344:101::c]:35541 | ||
133 | 2025.06.03 00:51:09.392349 [ 253 ] {} <Debug> TCP-Session: 335d12d1-e2af-4a6d-86cf-c17d709994b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.06.03 00:51:09.392426 [ 255 ] {} <Debug> TCP-Session: f13dbfdb-c541-447a-934b-89056a900ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.06.03 00:51:09.392456 [ 255 ] {} <Debug> TCP-Session: f13dbfdb-c541-447a-934b-89056a900ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.06.03 00:51:09.392344 [ 254 ] {} <Debug> TCP-Session: 02377125-adb7-4399-8dc9-064709b14e76 Authenticating user 'default' from [fd00:1122:3344:101::c]:59505 | ||
137 | 2025.06.03 00:51:09.392527 [ 254 ] {} <Debug> TCP-Session: 02377125-adb7-4399-8dc9-064709b14e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
138 | 2025.06.03 00:51:09.392542 [ 254 ] {} <Debug> TCP-Session: 02377125-adb7-4399-8dc9-064709b14e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.06.03 00:51:09.392548 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39970 | ||
140 | 2025.06.03 00:51:09.392597 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
141 | 2025.06.03 00:51:09.392637 [ 256 ] {} <Debug> TCP-Session: 7aba0c99-d1fa-45c1-a70d-4045e5a3cd6f Authenticating user 'default' from [fd00:1122:3344:101::c]:44105 | ||
142 | 2025.06.03 00:51:09.392658 [ 256 ] {} <Debug> TCP-Session: 7aba0c99-d1fa-45c1-a70d-4045e5a3cd6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.06.03 00:51:09.392683 [ 256 ] {} <Debug> TCP-Session: 7aba0c99-d1fa-45c1-a70d-4045e5a3cd6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.06.03 00:51:09.392726 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.06.03 00:51:09.392779 [ 257 ] {} <Debug> TCP-Session: bab06f7b-091d-4334-99f9-c4761f0d829e Authenticating user 'default' from [fd00:1122:3344:101::c]:39970 | ||
146 | 2025.06.03 00:51:09.392799 [ 257 ] {} <Debug> TCP-Session: bab06f7b-091d-4334-99f9-c4761f0d829e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.06.03 00:51:09.392826 [ 257 ] {} <Debug> TCP-Session: bab06f7b-091d-4334-99f9-c4761f0d829e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.06.03 00:51:09.996430 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33257 | ||
149 | 2025.06.03 00:51:09.996754 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
150 | 2025.06.03 00:51:09.997270 [ 258 ] {} <Debug> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33257 | ||
151 | 2025.06.03 00:51:09.997314 [ 258 ] {} <Debug> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.06.03 00:51:09.997333 [ 258 ] {} <Debug> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.06.03 00:51:09.997659 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
154 | 2025.06.03 00:51:09.997704 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
155 | 2025.06.03 00:51:09.997734 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.06.03 00:51:09.998253 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35580 | ||
157 | 2025.06.03 00:51:09.998493 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
158 | 2025.06.03 00:51:09.998501 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57566 | ||
159 | 2025.06.03 00:51:09.998517 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65291 | ||
160 | 2025.06.03 00:51:09.998543 [ 260 ] {} <Debug> TCP-Session: 915ddf78-aad4-43fe-8994-3ca740830657 Authenticating user 'default' from [fd00:1122:3344:101::d]:35580 | ||
161 | 2025.06.03 00:51:09.998592 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64441 | ||
162 | 2025.06.03 00:51:09.998632 [ 260 ] {} <Debug> TCP-Session: 915ddf78-aad4-43fe-8994-3ca740830657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.06.03 00:51:09.998666 [ 260 ] {} <Debug> TCP-Session: 915ddf78-aad4-43fe-8994-3ca740830657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
164 | 2025.06.03 00:51:09.998698 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39190 | ||
165 | 2025.06.03 00:51:09.999381 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35612 | ||
166 | 2025.06.03 00:51:09.999419 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52510 | ||
167 | 2025.06.03 00:51:10.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.76 MiB, peak 116.76 MiB, free memory in arenas 0.00 B, will set to 119.42 MiB (RSS), difference: 2.66 MiB | ||
168 | 2025.06.03 00:51:10.000245 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
169 | 2025.06.03 00:51:10.000284 [ 262 ] {} <Debug> TCP-Session: db1c4ffb-5159-4ca9-b30f-1afc2f5ed2f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57566 | ||
170 | 2025.06.03 00:51:10.000284 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
171 | 2025.06.03 00:51:10.000311 [ 262 ] {} <Debug> TCP-Session: db1c4ffb-5159-4ca9-b30f-1afc2f5ed2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
172 | 2025.06.03 00:51:10.000322 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
173 | 2025.06.03 00:51:10.000346 [ 265 ] {} <Debug> TCP-Session: 1d12bbc8-9e3d-40be-b29a-74bc3add1a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:52510 | ||
174 | 2025.06.03 00:51:10.000352 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
175 | 2025.06.03 00:51:10.000380 [ 265 ] {} <Debug> TCP-Session: 1d12bbc8-9e3d-40be-b29a-74bc3add1a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2025.06.03 00:51:10.000388 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
177 | 2025.06.03 00:51:10.000417 [ 265 ] {} <Debug> TCP-Session: 1d12bbc8-9e3d-40be-b29a-74bc3add1a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.06.03 00:51:10.000436 [ 263 ] {} <Debug> TCP-Session: 5e1d98d6-ca71-4506-aaa7-d5b71b4c0f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64441 | ||
179 | 2025.06.03 00:51:10.000447 [ 261 ] {} <Debug> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:65291 | ||
180 | 2025.06.03 00:51:10.000394 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62839 | ||
181 | 2025.06.03 00:51:10.000482 [ 261 ] {} <Debug> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.06.03 00:51:10.000473 [ 263 ] {} <Debug> TCP-Session: 5e1d98d6-ca71-4506-aaa7-d5b71b4c0f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
183 | 2025.06.03 00:51:10.000522 [ 261 ] {} <Debug> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
184 | 2025.06.03 00:51:10.000541 [ 263 ] {} <Debug> TCP-Session: 5e1d98d6-ca71-4506-aaa7-d5b71b4c0f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
185 | 2025.06.03 00:51:10.000369 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
186 | 2025.06.03 00:51:10.000368 [ 266 ] {} <Debug> TCP-Session: 64361a7b-14a4-4279-ab2c-8f6ec8d69ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35612 | ||
187 | 2025.06.03 00:51:10.000616 [ 264 ] {} <Debug> TCP-Session: 764b42cc-6800-47e0-9e8e-b064b0c83e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:39190 | ||
188 | 2025.06.03 00:51:10.000638 [ 266 ] {} <Debug> TCP-Session: 64361a7b-14a4-4279-ab2c-8f6ec8d69ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.06.03 00:51:10.000638 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
190 | 2025.06.03 00:51:10.000663 [ 266 ] {} <Debug> TCP-Session: 64361a7b-14a4-4279-ab2c-8f6ec8d69ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.06.03 00:51:10.000662 [ 264 ] {} <Debug> TCP-Session: 764b42cc-6800-47e0-9e8e-b064b0c83e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.06.03 00:51:10.000684 [ 267 ] {} <Debug> TCP-Session: 4f8b27d6-3d65-4e48-9281-5f64cf871109 Authenticating user 'default' from [fd00:1122:3344:101::d]:62839 | ||
193 | 2025.06.03 00:51:10.000711 [ 264 ] {} <Debug> TCP-Session: 764b42cc-6800-47e0-9e8e-b064b0c83e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2025.06.03 00:51:10.000725 [ 267 ] {} <Debug> TCP-Session: 4f8b27d6-3d65-4e48-9281-5f64cf871109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
195 | 2025.06.03 00:51:10.000354 [ 262 ] {} <Debug> TCP-Session: db1c4ffb-5159-4ca9-b30f-1afc2f5ed2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.06.03 00:51:10.000756 [ 267 ] {} <Debug> TCP-Session: 4f8b27d6-3d65-4e48-9281-5f64cf871109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.06.03 00:51:10.004628 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
198 | 2025.06.03 00:51:10.007341 [ 258 ] {456fda7b-5d72-4abd-ad47-0e645a03147e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
199 | 2025.06.03 00:51:10.114658 [ 258 ] {456fda7b-5d72-4abd-ad47-0e645a03147e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33257) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
200 | |||
201 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
203 | 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 | ||
204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
207 | 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 | ||
208 | 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 | ||
209 | 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 | ||
210 | 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 | ||
211 | 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 | ||
212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
214 | 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 | ||
215 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
216 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
217 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
219 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
221 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
222 | |||
223 | 2025.06.03 00:51:10.115496 [ 258 ] {456fda7b-5d72-4abd-ad47-0e645a03147e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
224 | |||
225 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
227 | 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 | ||
228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
231 | 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 | ||
232 | 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 | ||
233 | 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 | ||
234 | 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 | ||
235 | 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 | ||
236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
238 | 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 | ||
239 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
240 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
241 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
243 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
245 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
246 | |||
247 | 2025.06.03 00:51:10.115604 [ 258 ] {456fda7b-5d72-4abd-ad47-0e645a03147e} <Debug> TCPHandler: Processed in 0.113080602 sec. | ||
248 | 2025.06.03 00:51:10.116075 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
249 | 2025.06.03 00:51:10.116363 [ 261 ] {d5362cbc-d88b-44cf-8c88-13edb37abd3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
250 | 2025.06.03 00:51:10.116793 [ 261 ] {d5362cbc-d88b-44cf-8c88-13edb37abd3b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65291) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
251 | |||
252 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
254 | 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 | ||
255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
258 | 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 | ||
259 | 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 | ||
260 | 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 | ||
261 | 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 | ||
262 | 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 | ||
263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
265 | 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 | ||
266 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
267 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
268 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
270 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
272 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
273 | |||
274 | 2025.06.03 00:51:10.116944 [ 261 ] {d5362cbc-d88b-44cf-8c88-13edb37abd3b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
275 | |||
276 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
278 | 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 | ||
279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
282 | 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 | ||
283 | 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 | ||
284 | 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 | ||
285 | 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 | ||
286 | 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 | ||
287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
289 | 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 | ||
290 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
291 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
292 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
294 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
296 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
297 | |||
298 | 2025.06.03 00:51:10.117050 [ 261 ] {d5362cbc-d88b-44cf-8c88-13edb37abd3b} <Debug> TCPHandler: Processed in 0.001179716 sec. | ||
299 | 2025.06.03 00:51:10.117515 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
300 | 2025.06.03 00:51:10.118248 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
301 | 2025.06.03 00:51:10.118870 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
302 | 2025.06.03 00:51:10.120234 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
303 | 2025.06.03 00:51:10.120256 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5612e-05 sec | ||
304 | 2025.06.03 00:51:10.120276 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Trace> ReferentialDeps: No tables | ||
305 | 2025.06.03 00:51:10.120291 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Trace> LoadingDeps: No tables | ||
306 | 2025.06.03 00:51:10.120314 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
307 | 2025.06.03 00:51:10.120944 [ 258 ] {41d20d4a-fda5-432f-9d11-e6c599c956b7} <Debug> TCPHandler: Processed in 0.00355913 sec. | ||
308 | 2025.06.03 00:51:10.121098 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2025.06.03 00:51:10.121265 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) /* The version table contains metadata about the `oximeter` database */ | ||
310 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
311 | 2025.06.03 00:51:10.121325 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
312 | 2025.06.03 00:51:10.126127 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
313 | 2025.06.03 00:51:10.127389 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Debug> oximeter.version (4390b144-21bf-4e66-b94b-2c47339642b1): Loading data parts | ||
314 | 2025.06.03 00:51:10.128487 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Debug> oximeter.version (4390b144-21bf-4e66-b94b-2c47339642b1): There are no data parts | ||
315 | 2025.06.03 00:51:10.130956 [ 258 ] {fe9a231d-f99c-499a-b558-5e3fcccad85d} <Debug> TCPHandler: Processed in 0.009905888 sec. | ||
316 | 2025.06.03 00:51:10.131157 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
317 | 2025.06.03 00:51:10.131390 [ 258 ] {5e77eaa8-daef-4e44-bf5b-bc8475d3a788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) /* The measurement tables contain all individual samples from each timeseries. | ||
318 | * | ||
319 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
320 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
321 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
322 | * by all samples from the same timeseries. | ||
323 | * | ||
324 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
325 | * and then uses that to index quickly into the measurements tables. | ||
326 | */ | ||
327 | 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) | ||
328 | 2025.06.03 00:51:10.131477 [ 258 ] {5e77eaa8-daef-4e44-bf5b-bc8475d3a788} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
329 | 2025.06.03 00:51:10.140571 [ 258 ] {5e77eaa8-daef-4e44-bf5b-bc8475d3a788} <Debug> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Loading data parts | ||
330 | 2025.06.03 00:51:10.140810 [ 258 ] {5e77eaa8-daef-4e44-bf5b-bc8475d3a788} <Debug> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): There are no data parts | ||
331 | 2025.06.03 00:51:10.142136 [ 258 ] {5e77eaa8-daef-4e44-bf5b-bc8475d3a788} <Debug> TCPHandler: Processed in 0.011050953 sec. | ||
332 | 2025.06.03 00:51:10.142368 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2025.06.03 00:51:10.142557 [ 258 ] {c9b9cb0e-edcb-43da-a2cd-6ffae5e10f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
334 | 2025.06.03 00:51:10.142620 [ 258 ] {c9b9cb0e-edcb-43da-a2cd-6ffae5e10f28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
335 | 2025.06.03 00:51:10.144431 [ 258 ] {c9b9cb0e-edcb-43da-a2cd-6ffae5e10f28} <Debug> oximeter.measurements_i8 (ab544748-9f03-4c38-9deb-099030c47702): Loading data parts | ||
336 | 2025.06.03 00:51:10.144895 [ 258 ] {c9b9cb0e-edcb-43da-a2cd-6ffae5e10f28} <Debug> oximeter.measurements_i8 (ab544748-9f03-4c38-9deb-099030c47702): There are no data parts | ||
337 | 2025.06.03 00:51:10.145983 [ 258 ] {c9b9cb0e-edcb-43da-a2cd-6ffae5e10f28} <Debug> TCPHandler: Processed in 0.003699555 sec. | ||
338 | 2025.06.03 00:51:10.146133 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
339 | 2025.06.03 00:51:10.146289 [ 258 ] {8d1b80c9-419e-4b44-9a45-52af7dd833eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
340 | 2025.06.03 00:51:10.146335 [ 258 ] {8d1b80c9-419e-4b44-9a45-52af7dd833eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
341 | 2025.06.03 00:51:10.148161 [ 258 ] {8d1b80c9-419e-4b44-9a45-52af7dd833eb} <Debug> oximeter.measurements_u8 (433e8e12-fc0c-4d0c-9454-91f4f3c7e30c): Loading data parts | ||
342 | 2025.06.03 00:51:10.148353 [ 258 ] {8d1b80c9-419e-4b44-9a45-52af7dd833eb} <Debug> oximeter.measurements_u8 (433e8e12-fc0c-4d0c-9454-91f4f3c7e30c): There are no data parts | ||
343 | 2025.06.03 00:51:10.149836 [ 258 ] {8d1b80c9-419e-4b44-9a45-52af7dd833eb} <Debug> TCPHandler: Processed in 0.003739326 sec. | ||
344 | 2025.06.03 00:51:10.150020 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2025.06.03 00:51:10.150183 [ 258 ] {b8ce369e-fd86-48e6-bc71-8ed1f0c6984f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
346 | 2025.06.03 00:51:10.150245 [ 258 ] {b8ce369e-fd86-48e6-bc71-8ed1f0c6984f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
347 | 2025.06.03 00:51:10.152037 [ 258 ] {b8ce369e-fd86-48e6-bc71-8ed1f0c6984f} <Debug> oximeter.measurements_i16 (5b3147e3-5da0-4bb9-b1fb-fc9ba7ef823a): Loading data parts | ||
348 | 2025.06.03 00:51:10.152198 [ 258 ] {b8ce369e-fd86-48e6-bc71-8ed1f0c6984f} <Debug> oximeter.measurements_i16 (5b3147e3-5da0-4bb9-b1fb-fc9ba7ef823a): There are no data parts | ||
349 | 2025.06.03 00:51:10.153507 [ 258 ] {b8ce369e-fd86-48e6-bc71-8ed1f0c6984f} <Debug> TCPHandler: Processed in 0.00353893 sec. | ||
350 | 2025.06.03 00:51:10.153663 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
351 | 2025.06.03 00:51:10.153825 [ 258 ] {f68c0203-bbfb-435f-9c7c-b48f5edf1db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
352 | 2025.06.03 00:51:10.153893 [ 258 ] {f68c0203-bbfb-435f-9c7c-b48f5edf1db1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
353 | 2025.06.03 00:51:10.155902 [ 258 ] {f68c0203-bbfb-435f-9c7c-b48f5edf1db1} <Debug> oximeter.measurements_u16 (ba9cab23-0766-481e-ba4f-2e8784e378d3): Loading data parts | ||
354 | 2025.06.03 00:51:10.156072 [ 258 ] {f68c0203-bbfb-435f-9c7c-b48f5edf1db1} <Debug> oximeter.measurements_u16 (ba9cab23-0766-481e-ba4f-2e8784e378d3): There are no data parts | ||
355 | 2025.06.03 00:51:10.157760 [ 258 ] {f68c0203-bbfb-435f-9c7c-b48f5edf1db1} <Debug> TCPHandler: Processed in 0.004146959 sec. | ||
356 | 2025.06.03 00:51:10.157928 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2025.06.03 00:51:10.158117 [ 258 ] {e45dc607-6607-4997-8885-137d7a3af0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
358 | 2025.06.03 00:51:10.158179 [ 258 ] {e45dc607-6607-4997-8885-137d7a3af0a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
359 | 2025.06.03 00:51:10.159854 [ 258 ] {e45dc607-6607-4997-8885-137d7a3af0a7} <Debug> oximeter.measurements_i32 (4a699c63-41f5-4a67-8212-c1199c785412): Loading data parts | ||
360 | 2025.06.03 00:51:10.160002 [ 258 ] {e45dc607-6607-4997-8885-137d7a3af0a7} <Debug> oximeter.measurements_i32 (4a699c63-41f5-4a67-8212-c1199c785412): There are no data parts | ||
361 | 2025.06.03 00:51:10.161309 [ 258 ] {e45dc607-6607-4997-8885-137d7a3af0a7} <Debug> TCPHandler: Processed in 0.003432037 sec. | ||
362 | 2025.06.03 00:51:10.161465 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
363 | 2025.06.03 00:51:10.161631 [ 258 ] {d81054ec-19b1-4e09-aee2-fef73582e2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
364 | 2025.06.03 00:51:10.161696 [ 258 ] {d81054ec-19b1-4e09-aee2-fef73582e2c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
365 | 2025.06.03 00:51:10.163875 [ 258 ] {d81054ec-19b1-4e09-aee2-fef73582e2c1} <Debug> oximeter.measurements_u32 (992363e2-099e-474e-8b71-0cf4bdb040d4): Loading data parts | ||
366 | 2025.06.03 00:51:10.164191 [ 258 ] {d81054ec-19b1-4e09-aee2-fef73582e2c1} <Debug> oximeter.measurements_u32 (992363e2-099e-474e-8b71-0cf4bdb040d4): There are no data parts | ||
367 | 2025.06.03 00:51:10.165474 [ 258 ] {d81054ec-19b1-4e09-aee2-fef73582e2c1} <Debug> TCPHandler: Processed in 0.004060496 sec. | ||
368 | 2025.06.03 00:51:10.165633 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2025.06.03 00:51:10.165826 [ 258 ] {5440b407-f2a9-4bb3-b446-aedf32794d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
370 | 2025.06.03 00:51:10.165884 [ 258 ] {5440b407-f2a9-4bb3-b446-aedf32794d21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2025.06.03 00:51:10.167384 [ 258 ] {5440b407-f2a9-4bb3-b446-aedf32794d21} <Debug> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): Loading data parts | ||
372 | 2025.06.03 00:51:10.167544 [ 258 ] {5440b407-f2a9-4bb3-b446-aedf32794d21} <Debug> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): There are no data parts | ||
373 | 2025.06.03 00:51:10.168718 [ 258 ] {5440b407-f2a9-4bb3-b446-aedf32794d21} <Debug> TCPHandler: Processed in 0.003136627 sec. | ||
374 | 2025.06.03 00:51:10.168866 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
375 | 2025.06.03 00:51:10.169024 [ 258 ] {259035f4-5245-4c78-98ec-a646be1370a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
376 | 2025.06.03 00:51:10.169084 [ 258 ] {259035f4-5245-4c78-98ec-a646be1370a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
377 | 2025.06.03 00:51:10.170626 [ 258 ] {259035f4-5245-4c78-98ec-a646be1370a6} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Loading data parts | ||
378 | 2025.06.03 00:51:10.170778 [ 258 ] {259035f4-5245-4c78-98ec-a646be1370a6} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): There are no data parts | ||
379 | 2025.06.03 00:51:10.172623 [ 258 ] {259035f4-5245-4c78-98ec-a646be1370a6} <Debug> TCPHandler: Processed in 0.003807108 sec. | ||
380 | 2025.06.03 00:51:10.172780 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2025.06.03 00:51:10.172977 [ 258 ] {8fdccef6-7dc6-48ad-a63a-b51edabc0315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
382 | 2025.06.03 00:51:10.173040 [ 258 ] {8fdccef6-7dc6-48ad-a63a-b51edabc0315} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
383 | 2025.06.03 00:51:10.174887 [ 258 ] {8fdccef6-7dc6-48ad-a63a-b51edabc0315} <Debug> oximeter.measurements_f32 (7a865089-8103-4e2a-abc5-3d409527c5de): Loading data parts | ||
384 | 2025.06.03 00:51:10.175039 [ 258 ] {8fdccef6-7dc6-48ad-a63a-b51edabc0315} <Debug> oximeter.measurements_f32 (7a865089-8103-4e2a-abc5-3d409527c5de): There are no data parts | ||
385 | 2025.06.03 00:51:10.176504 [ 258 ] {8fdccef6-7dc6-48ad-a63a-b51edabc0315} <Debug> TCPHandler: Processed in 0.003774067 sec. | ||
386 | 2025.06.03 00:51:10.176650 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.06.03 00:51:10.176806 [ 258 ] {b7b70ca5-fbba-4ef6-9708-1a9cb25decb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
388 | 2025.06.03 00:51:10.176874 [ 258 ] {b7b70ca5-fbba-4ef6-9708-1a9cb25decb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
389 | 2025.06.03 00:51:10.178542 [ 258 ] {b7b70ca5-fbba-4ef6-9708-1a9cb25decb7} <Debug> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Loading data parts | ||
390 | 2025.06.03 00:51:10.178685 [ 258 ] {b7b70ca5-fbba-4ef6-9708-1a9cb25decb7} <Debug> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): There are no data parts | ||
391 | 2025.06.03 00:51:10.179744 [ 258 ] {b7b70ca5-fbba-4ef6-9708-1a9cb25decb7} <Debug> TCPHandler: Processed in 0.003143817 sec. | ||
392 | 2025.06.03 00:51:10.179888 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2025.06.03 00:51:10.180071 [ 258 ] {5aee871c-1538-4a25-8570-1750bfa059d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
394 | 2025.06.03 00:51:10.180133 [ 258 ] {5aee871c-1538-4a25-8570-1750bfa059d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
395 | 2025.06.03 00:51:10.181875 [ 258 ] {5aee871c-1538-4a25-8570-1750bfa059d3} <Debug> oximeter.measurements_string (02fb736d-b4e8-4ebb-a698-e72598180d04): Loading data parts | ||
396 | 2025.06.03 00:51:10.182069 [ 258 ] {5aee871c-1538-4a25-8570-1750bfa059d3} <Debug> oximeter.measurements_string (02fb736d-b4e8-4ebb-a698-e72598180d04): There are no data parts | ||
397 | 2025.06.03 00:51:10.183844 [ 258 ] {5aee871c-1538-4a25-8570-1750bfa059d3} <Debug> TCPHandler: Processed in 0.004065327 sec. | ||
398 | 2025.06.03 00:51:10.184083 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
399 | 2025.06.03 00:51:10.184250 [ 258 ] {355bf508-1de5-421c-9f09-4f1552de26a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
400 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
401 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
402 | * a string isn't palatable for a few reasons. | ||
403 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
404 | * details. | ||
405 | */ | ||
406 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
407 | 2025.06.03 00:51:10.184325 [ 258 ] {355bf508-1de5-421c-9f09-4f1552de26a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
408 | 2025.06.03 00:51:10.186078 [ 258 ] {355bf508-1de5-421c-9f09-4f1552de26a2} <Debug> oximeter.measurements_bytes (24e3fb58-3452-4ae4-b4a9-6c459989e1b8): Loading data parts | ||
409 | 2025.06.03 00:51:10.186269 [ 258 ] {355bf508-1de5-421c-9f09-4f1552de26a2} <Debug> oximeter.measurements_bytes (24e3fb58-3452-4ae4-b4a9-6c459989e1b8): There are no data parts | ||
410 | 2025.06.03 00:51:10.187360 [ 258 ] {355bf508-1de5-421c-9f09-4f1552de26a2} <Debug> TCPHandler: Processed in 0.003328173 sec. | ||
411 | 2025.06.03 00:51:10.187507 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
412 | 2025.06.03 00:51:10.187692 [ 258 ] {1f001aff-0110-43b8-8d1c-b717342d60f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
413 | 2025.06.03 00:51:10.187742 [ 258 ] {1f001aff-0110-43b8-8d1c-b717342d60f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
414 | 2025.06.03 00:51:10.189299 [ 258 ] {1f001aff-0110-43b8-8d1c-b717342d60f8} <Debug> oximeter.measurements_cumulativei64 (1cb89e2e-0ff5-48bb-9d98-076a892114c9): Loading data parts | ||
415 | 2025.06.03 00:51:10.189452 [ 258 ] {1f001aff-0110-43b8-8d1c-b717342d60f8} <Debug> oximeter.measurements_cumulativei64 (1cb89e2e-0ff5-48bb-9d98-076a892114c9): There are no data parts | ||
416 | 2025.06.03 00:51:10.191482 [ 258 ] {1f001aff-0110-43b8-8d1c-b717342d60f8} <Debug> TCPHandler: Processed in 0.004023825 sec. | ||
417 | 2025.06.03 00:51:10.191639 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
418 | 2025.06.03 00:51:10.191804 [ 258 ] {9ee1660a-3cf6-4882-93fd-bb10c0ea2fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
419 | 2025.06.03 00:51:10.191867 [ 258 ] {9ee1660a-3cf6-4882-93fd-bb10c0ea2fec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
420 | 2025.06.03 00:51:10.193741 [ 258 ] {9ee1660a-3cf6-4882-93fd-bb10c0ea2fec} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Loading data parts | ||
421 | 2025.06.03 00:51:10.193916 [ 258 ] {9ee1660a-3cf6-4882-93fd-bb10c0ea2fec} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): There are no data parts | ||
422 | 2025.06.03 00:51:10.195294 [ 258 ] {9ee1660a-3cf6-4882-93fd-bb10c0ea2fec} <Debug> TCPHandler: Processed in 0.003703645 sec. | ||
423 | 2025.06.03 00:51:10.195465 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
424 | 2025.06.03 00:51:10.195657 [ 258 ] {5a9d1ecf-7ea5-46c0-85c1-9d1f170f1788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
425 | 2025.06.03 00:51:10.195719 [ 258 ] {5a9d1ecf-7ea5-46c0-85c1-9d1f170f1788} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
426 | 2025.06.03 00:51:10.198157 [ 258 ] {5a9d1ecf-7ea5-46c0-85c1-9d1f170f1788} <Debug> oximeter.measurements_cumulativef32 (b670aa6e-ae6f-4acb-b104-caf663f3dc36): Loading data parts | ||
427 | 2025.06.03 00:51:10.198359 [ 258 ] {5a9d1ecf-7ea5-46c0-85c1-9d1f170f1788} <Debug> oximeter.measurements_cumulativef32 (b670aa6e-ae6f-4acb-b104-caf663f3dc36): There are no data parts | ||
428 | 2025.06.03 00:51:10.199603 [ 258 ] {5a9d1ecf-7ea5-46c0-85c1-9d1f170f1788} <Debug> TCPHandler: Processed in 0.00420855 sec. | ||
429 | 2025.06.03 00:51:10.199745 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
430 | 2025.06.03 00:51:10.199907 [ 258 ] {a2acbf47-bd60-4a3a-8bbe-90cc0d7136f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
431 | 2025.06.03 00:51:10.199973 [ 258 ] {a2acbf47-bd60-4a3a-8bbe-90cc0d7136f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
432 | 2025.06.03 00:51:10.201636 [ 258 ] {a2acbf47-bd60-4a3a-8bbe-90cc0d7136f8} <Debug> oximeter.measurements_cumulativef64 (976ed9a9-86ef-4391-9ab3-a2bd73f77f50): Loading data parts | ||
433 | 2025.06.03 00:51:10.201797 [ 258 ] {a2acbf47-bd60-4a3a-8bbe-90cc0d7136f8} <Debug> oximeter.measurements_cumulativef64 (976ed9a9-86ef-4391-9ab3-a2bd73f77f50): There are no data parts | ||
434 | 2025.06.03 00:51:10.203557 [ 258 ] {a2acbf47-bd60-4a3a-8bbe-90cc0d7136f8} <Debug> TCPHandler: Processed in 0.00386188 sec. | ||
435 | 2025.06.03 00:51:10.203744 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
436 | 2025.06.03 00:51:10.203976 [ 258 ] {8a3eedcd-b7cf-482d-ba6b-2dc92bd3febc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
437 | * NOTE: Array types cannot be Nullable, see | ||
438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
439 | * for more details. | ||
440 | * | ||
441 | * This means we need to use empty arrays to indicate a missing value. This | ||
442 | * is unfortunate, and at this point relies on the fact that an | ||
443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
444 | * to figure out another way to represent missing samples here. | ||
445 | */ | ||
446 | 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) | ||
447 | 2025.06.03 00:51:10.204059 [ 258 ] {8a3eedcd-b7cf-482d-ba6b-2dc92bd3febc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
448 | 2025.06.03 00:51:10.205907 [ 258 ] {8a3eedcd-b7cf-482d-ba6b-2dc92bd3febc} <Debug> oximeter.measurements_histogrami8 (864a63bd-32a5-4d32-a21a-448a406c06e9): Loading data parts | ||
449 | 2025.06.03 00:51:10.206088 [ 258 ] {8a3eedcd-b7cf-482d-ba6b-2dc92bd3febc} <Debug> oximeter.measurements_histogrami8 (864a63bd-32a5-4d32-a21a-448a406c06e9): There are no data parts | ||
450 | 2025.06.03 00:51:10.207630 [ 258 ] {8a3eedcd-b7cf-482d-ba6b-2dc92bd3febc} <Debug> TCPHandler: Processed in 0.003940042 sec. | ||
451 | 2025.06.03 00:51:10.207783 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
452 | 2025.06.03 00:51:10.208021 [ 258 ] {74864904-4fd0-4c5e-80d3-fda7be203f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
453 | 2025.06.03 00:51:10.208094 [ 258 ] {74864904-4fd0-4c5e-80d3-fda7be203f48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
454 | 2025.06.03 00:51:10.210046 [ 258 ] {74864904-4fd0-4c5e-80d3-fda7be203f48} <Debug> oximeter.measurements_histogramu8 (2ff7e8d2-461d-4a4a-afdc-257d9794c9db): Loading data parts | ||
455 | 2025.06.03 00:51:10.210218 [ 258 ] {74864904-4fd0-4c5e-80d3-fda7be203f48} <Debug> oximeter.measurements_histogramu8 (2ff7e8d2-461d-4a4a-afdc-257d9794c9db): There are no data parts | ||
456 | 2025.06.03 00:51:10.211778 [ 258 ] {74864904-4fd0-4c5e-80d3-fda7be203f48} <Debug> TCPHandler: Processed in 0.004045505 sec. | ||
457 | 2025.06.03 00:51:10.211964 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
458 | 2025.06.03 00:51:10.212182 [ 258 ] {9ce353ae-dad2-4d2c-8ff2-9fa341bbf066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
459 | 2025.06.03 00:51:10.212256 [ 258 ] {9ce353ae-dad2-4d2c-8ff2-9fa341bbf066} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
460 | 2025.06.03 00:51:10.214199 [ 258 ] {9ce353ae-dad2-4d2c-8ff2-9fa341bbf066} <Debug> oximeter.measurements_histogrami16 (62fec40d-b312-4a4f-a7b9-de63288c57ac): Loading data parts | ||
461 | 2025.06.03 00:51:10.214379 [ 258 ] {9ce353ae-dad2-4d2c-8ff2-9fa341bbf066} <Debug> oximeter.measurements_histogrami16 (62fec40d-b312-4a4f-a7b9-de63288c57ac): There are no data parts | ||
462 | 2025.06.03 00:51:10.215558 [ 258 ] {9ce353ae-dad2-4d2c-8ff2-9fa341bbf066} <Debug> TCPHandler: Processed in 0.003643684 sec. | ||
463 | 2025.06.03 00:51:10.215717 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2025.06.03 00:51:10.215934 [ 258 ] {9942c0f3-2def-4205-8805-1ebf8f723df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
465 | 2025.06.03 00:51:10.216017 [ 258 ] {9942c0f3-2def-4205-8805-1ebf8f723df9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
466 | 2025.06.03 00:51:10.218333 [ 258 ] {9942c0f3-2def-4205-8805-1ebf8f723df9} <Debug> oximeter.measurements_histogramu16 (524ed84d-cdf7-4407-973f-589afce546d5): Loading data parts | ||
467 | 2025.06.03 00:51:10.218478 [ 258 ] {9942c0f3-2def-4205-8805-1ebf8f723df9} <Debug> oximeter.measurements_histogramu16 (524ed84d-cdf7-4407-973f-589afce546d5): There are no data parts | ||
468 | 2025.06.03 00:51:10.219838 [ 258 ] {9942c0f3-2def-4205-8805-1ebf8f723df9} <Debug> TCPHandler: Processed in 0.00417046 sec. | ||
469 | 2025.06.03 00:51:10.220012 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
470 | 2025.06.03 00:51:10.220213 [ 258 ] {08e4a4ca-1d33-41d6-a8ed-e5c4f4418bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
471 | 2025.06.03 00:51:10.220284 [ 258 ] {08e4a4ca-1d33-41d6-a8ed-e5c4f4418bec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
472 | 2025.06.03 00:51:10.222029 [ 258 ] {08e4a4ca-1d33-41d6-a8ed-e5c4f4418bec} <Debug> oximeter.measurements_histogrami32 (27b68385-7831-4804-982a-7e4dafe3f127): Loading data parts | ||
473 | 2025.06.03 00:51:10.222182 [ 258 ] {08e4a4ca-1d33-41d6-a8ed-e5c4f4418bec} <Debug> oximeter.measurements_histogrami32 (27b68385-7831-4804-982a-7e4dafe3f127): There are no data parts | ||
474 | 2025.06.03 00:51:10.223570 [ 258 ] {08e4a4ca-1d33-41d6-a8ed-e5c4f4418bec} <Debug> TCPHandler: Processed in 0.003602972 sec. | ||
475 | 2025.06.03 00:51:10.223721 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2025.06.03 00:51:10.223933 [ 258 ] {c9fd28f0-16a7-4d4b-8d34-42f4782c7669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
477 | 2025.06.03 00:51:10.224012 [ 258 ] {c9fd28f0-16a7-4d4b-8d34-42f4782c7669} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
478 | 2025.06.03 00:51:10.226330 [ 258 ] {c9fd28f0-16a7-4d4b-8d34-42f4782c7669} <Debug> oximeter.measurements_histogramu32 (cfd98d11-9b36-44f2-979c-129915c5232a): Loading data parts | ||
479 | 2025.06.03 00:51:10.226497 [ 258 ] {c9fd28f0-16a7-4d4b-8d34-42f4782c7669} <Debug> oximeter.measurements_histogramu32 (cfd98d11-9b36-44f2-979c-129915c5232a): There are no data parts | ||
480 | 2025.06.03 00:51:10.227923 [ 258 ] {c9fd28f0-16a7-4d4b-8d34-42f4782c7669} <Debug> TCPHandler: Processed in 0.004250972 sec. | ||
481 | 2025.06.03 00:51:10.228088 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
482 | 2025.06.03 00:51:10.228311 [ 258 ] {a3279d60-d6eb-432b-8085-101a167ea3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
483 | 2025.06.03 00:51:10.228384 [ 258 ] {a3279d60-d6eb-432b-8085-101a167ea3f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
484 | 2025.06.03 00:51:10.230312 [ 258 ] {a3279d60-d6eb-432b-8085-101a167ea3f2} <Debug> oximeter.measurements_histogrami64 (85b13454-e182-48f8-800b-4b353019a31e): Loading data parts | ||
485 | 2025.06.03 00:51:10.230459 [ 258 ] {a3279d60-d6eb-432b-8085-101a167ea3f2} <Debug> oximeter.measurements_histogrami64 (85b13454-e182-48f8-800b-4b353019a31e): There are no data parts | ||
486 | 2025.06.03 00:51:10.231558 [ 258 ] {a3279d60-d6eb-432b-8085-101a167ea3f2} <Debug> TCPHandler: Processed in 0.003518969 sec. | ||
487 | 2025.06.03 00:51:10.231706 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2025.06.03 00:51:10.231915 [ 258 ] {35531376-b2f2-4be8-a235-92b17b346616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
489 | 2025.06.03 00:51:10.231993 [ 258 ] {35531376-b2f2-4be8-a235-92b17b346616} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
490 | 2025.06.03 00:51:10.233816 [ 258 ] {35531376-b2f2-4be8-a235-92b17b346616} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Loading data parts | ||
491 | 2025.06.03 00:51:10.234060 [ 258 ] {35531376-b2f2-4be8-a235-92b17b346616} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): There are no data parts | ||
492 | 2025.06.03 00:51:10.235469 [ 258 ] {35531376-b2f2-4be8-a235-92b17b346616} <Debug> TCPHandler: Processed in 0.003811329 sec. | ||
493 | 2025.06.03 00:51:10.235631 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
494 | 2025.06.03 00:51:10.235850 [ 258 ] {c86efb9d-f5bd-45b8-b1b9-9543d0960c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
495 | 2025.06.03 00:51:10.235915 [ 258 ] {c86efb9d-f5bd-45b8-b1b9-9543d0960c92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
496 | 2025.06.03 00:51:10.237885 [ 258 ] {c86efb9d-f5bd-45b8-b1b9-9543d0960c92} <Debug> oximeter.measurements_histogramf32 (f5340578-71b5-46b3-ac83-df483782f154): Loading data parts | ||
497 | 2025.06.03 00:51:10.238057 [ 258 ] {c86efb9d-f5bd-45b8-b1b9-9543d0960c92} <Debug> oximeter.measurements_histogramf32 (f5340578-71b5-46b3-ac83-df483782f154): There are no data parts | ||
498 | 2025.06.03 00:51:10.239252 [ 258 ] {c86efb9d-f5bd-45b8-b1b9-9543d0960c92} <Debug> TCPHandler: Processed in 0.003669034 sec. | ||
499 | 2025.06.03 00:51:10.239401 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2025.06.03 00:51:10.239610 [ 258 ] {f4165e1b-5299-41d9-9bdf-f65f3edb012e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
501 | 2025.06.03 00:51:10.239677 [ 258 ] {f4165e1b-5299-41d9-9bdf-f65f3edb012e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
502 | 2025.06.03 00:51:10.241568 [ 258 ] {f4165e1b-5299-41d9-9bdf-f65f3edb012e} <Debug> oximeter.measurements_histogramf64 (bb12a912-7d26-49d1-9c4f-e8ef2992e717): Loading data parts | ||
503 | 2025.06.03 00:51:10.241719 [ 258 ] {f4165e1b-5299-41d9-9bdf-f65f3edb012e} <Debug> oximeter.measurements_histogramf64 (bb12a912-7d26-49d1-9c4f-e8ef2992e717): There are no data parts | ||
504 | 2025.06.03 00:51:10.243030 [ 258 ] {f4165e1b-5299-41d9-9bdf-f65f3edb012e} <Debug> TCPHandler: Processed in 0.003676315 sec. | ||
505 | 2025.06.03 00:51:10.243196 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
506 | 2025.06.03 00:51:10.243382 [ 258 ] {d6a3fbe9-1e19-4fe8-9fc2-351ac0a62fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) /* The field tables store named dimensions of each timeseries. | ||
507 | * | ||
508 | * As with the measurement tables, there is one field table for each field data | ||
509 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
510 | * this behavior **must not** be relied upon for query correctness. | ||
511 | * | ||
512 | * The index for the fields differs from the measurements, however. Rows are | ||
513 | * sorted by timeseries name, then field name, field value, and finally | ||
514 | * timeseries key. This reflects the most common pattern for looking them up: | ||
515 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
516 | * usually then used to look up measurements. | ||
517 | * | ||
518 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
519 | * timeseries name and then key, since it would improve lookups where one | ||
520 | * already has the key. Realistically though, these tables are quite small and | ||
521 | * so performance benefits will be low in absolute terms. | ||
522 | * | ||
523 | * TTL: We use a materialized column to expire old field table records. This | ||
524 | * column is generated automatically by the database whenever a new row is | ||
525 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
526 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
527 | * record will remain during a deduplication, which will have the last | ||
528 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
529 | * measurement tables. | ||
530 | */ | ||
531 | 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) | ||
532 | 2025.06.03 00:51:10.243448 [ 258 ] {d6a3fbe9-1e19-4fe8-9fc2-351ac0a62fd5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
533 | 2025.06.03 00:51:10.245028 [ 258 ] {d6a3fbe9-1e19-4fe8-9fc2-351ac0a62fd5} <Debug> oximeter.fields_bool (dc8539b7-ed4c-439f-858b-0369e2ec7ff2): Loading data parts | ||
534 | 2025.06.03 00:51:10.245173 [ 258 ] {d6a3fbe9-1e19-4fe8-9fc2-351ac0a62fd5} <Debug> oximeter.fields_bool (dc8539b7-ed4c-439f-858b-0369e2ec7ff2): There are no data parts | ||
535 | 2025.06.03 00:51:10.246394 [ 258 ] {d6a3fbe9-1e19-4fe8-9fc2-351ac0a62fd5} <Debug> TCPHandler: Processed in 0.003247521 sec. | ||
536 | 2025.06.03 00:51:10.246538 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
537 | 2025.06.03 00:51:10.246691 [ 258 ] {ddac299f-8462-4893-a913-7091b80e623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
538 | 2025.06.03 00:51:10.246749 [ 258 ] {ddac299f-8462-4893-a913-7091b80e623f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
539 | 2025.06.03 00:51:10.248457 [ 258 ] {ddac299f-8462-4893-a913-7091b80e623f} <Debug> oximeter.fields_i8 (905d1b88-60ac-4a69-838e-d12e681d2ec8): Loading data parts | ||
540 | 2025.06.03 00:51:10.248616 [ 258 ] {ddac299f-8462-4893-a913-7091b80e623f} <Debug> oximeter.fields_i8 (905d1b88-60ac-4a69-838e-d12e681d2ec8): There are no data parts | ||
541 | 2025.06.03 00:51:10.249862 [ 258 ] {ddac299f-8462-4893-a913-7091b80e623f} <Debug> TCPHandler: Processed in 0.003372145 sec. | ||
542 | 2025.06.03 00:51:10.250007 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
543 | 2025.06.03 00:51:10.250183 [ 258 ] {f1fc344a-9891-482a-85c9-64c140ae75b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
544 | 2025.06.03 00:51:10.250237 [ 258 ] {f1fc344a-9891-482a-85c9-64c140ae75b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
545 | 2025.06.03 00:51:10.252082 [ 258 ] {f1fc344a-9891-482a-85c9-64c140ae75b4} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Loading data parts | ||
546 | 2025.06.03 00:51:10.252257 [ 258 ] {f1fc344a-9891-482a-85c9-64c140ae75b4} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): There are no data parts | ||
547 | 2025.06.03 00:51:10.253653 [ 258 ] {f1fc344a-9891-482a-85c9-64c140ae75b4} <Debug> TCPHandler: Processed in 0.003695775 sec. | ||
548 | 2025.06.03 00:51:10.253803 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
549 | 2025.06.03 00:51:10.253981 [ 258 ] {d8867b48-ed4e-4781-95c1-adec9a33630f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
550 | 2025.06.03 00:51:10.254072 [ 258 ] {d8867b48-ed4e-4781-95c1-adec9a33630f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
551 | 2025.06.03 00:51:10.256253 [ 258 ] {d8867b48-ed4e-4781-95c1-adec9a33630f} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Loading data parts | ||
552 | 2025.06.03 00:51:10.256426 [ 258 ] {d8867b48-ed4e-4781-95c1-adec9a33630f} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): There are no data parts | ||
553 | 2025.06.03 00:51:10.259157 [ 258 ] {d8867b48-ed4e-4781-95c1-adec9a33630f} <Debug> TCPHandler: Processed in 0.005403728 sec. | ||
554 | 2025.06.03 00:51:10.259304 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
555 | 2025.06.03 00:51:10.259477 [ 258 ] {90ada579-7a25-4854-ba5e-672748adba71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
556 | 2025.06.03 00:51:10.259532 [ 258 ] {90ada579-7a25-4854-ba5e-672748adba71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
557 | 2025.06.03 00:51:10.261419 [ 258 ] {90ada579-7a25-4854-ba5e-672748adba71} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Loading data parts | ||
558 | 2025.06.03 00:51:10.261621 [ 258 ] {90ada579-7a25-4854-ba5e-672748adba71} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): There are no data parts | ||
559 | 2025.06.03 00:51:10.263151 [ 258 ] {90ada579-7a25-4854-ba5e-672748adba71} <Debug> TCPHandler: Processed in 0.003896521 sec. | ||
560 | 2025.06.03 00:51:10.263338 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
561 | 2025.06.03 00:51:10.263527 [ 258 ] {3bc19c79-8aff-4290-b9be-9f6c82d86f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
562 | 2025.06.03 00:51:10.263612 [ 258 ] {3bc19c79-8aff-4290-b9be-9f6c82d86f9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
563 | 2025.06.03 00:51:10.265860 [ 258 ] {3bc19c79-8aff-4290-b9be-9f6c82d86f9a} <Debug> oximeter.fields_i32 (f3a63352-4d6a-475d-b0de-7f5097e0ec03): Loading data parts | ||
564 | 2025.06.03 00:51:10.266019 [ 258 ] {3bc19c79-8aff-4290-b9be-9f6c82d86f9a} <Debug> oximeter.fields_i32 (f3a63352-4d6a-475d-b0de-7f5097e0ec03): There are no data parts | ||
565 | 2025.06.03 00:51:10.267457 [ 258 ] {3bc19c79-8aff-4290-b9be-9f6c82d86f9a} <Debug> TCPHandler: Processed in 0.00417991 sec. | ||
566 | 2025.06.03 00:51:10.267606 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
567 | 2025.06.03 00:51:10.267793 [ 258 ] {a0134d23-3342-4953-b7f5-850cda3d258b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
568 | 2025.06.03 00:51:10.267862 [ 258 ] {a0134d23-3342-4953-b7f5-850cda3d258b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
569 | 2025.06.03 00:51:10.269693 [ 258 ] {a0134d23-3342-4953-b7f5-850cda3d258b} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Loading data parts | ||
570 | 2025.06.03 00:51:10.269923 [ 258 ] {a0134d23-3342-4953-b7f5-850cda3d258b} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): There are no data parts | ||
571 | 2025.06.03 00:51:10.271271 [ 258 ] {a0134d23-3342-4953-b7f5-850cda3d258b} <Debug> TCPHandler: Processed in 0.003704625 sec. | ||
572 | 2025.06.03 00:51:10.271423 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
573 | 2025.06.03 00:51:10.271582 [ 258 ] {cb35d010-3936-407d-b5c3-50a8f44ee51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
574 | 2025.06.03 00:51:10.271653 [ 258 ] {cb35d010-3936-407d-b5c3-50a8f44ee51b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
575 | 2025.06.03 00:51:10.273667 [ 258 ] {cb35d010-3936-407d-b5c3-50a8f44ee51b} <Debug> oximeter.fields_i64 (243b855c-531a-4cc8-ad3b-3c89787beb1f): Loading data parts | ||
576 | 2025.06.03 00:51:10.273829 [ 258 ] {cb35d010-3936-407d-b5c3-50a8f44ee51b} <Debug> oximeter.fields_i64 (243b855c-531a-4cc8-ad3b-3c89787beb1f): There are no data parts | ||
577 | 2025.06.03 00:51:10.275170 [ 258 ] {cb35d010-3936-407d-b5c3-50a8f44ee51b} <Debug> TCPHandler: Processed in 0.003795938 sec. | ||
578 | 2025.06.03 00:51:10.275343 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
579 | 2025.06.03 00:51:10.275503 [ 258 ] {daad371c-1997-4ff0-bef1-a581bcbe0dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
580 | 2025.06.03 00:51:10.275572 [ 258 ] {daad371c-1997-4ff0-bef1-a581bcbe0dd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
581 | 2025.06.03 00:51:10.277575 [ 258 ] {daad371c-1997-4ff0-bef1-a581bcbe0dd6} <Debug> oximeter.fields_u64 (ab17dfb3-0df6-4cf5-8a40-9dd422f7c0ec): Loading data parts | ||
582 | 2025.06.03 00:51:10.277779 [ 258 ] {daad371c-1997-4ff0-bef1-a581bcbe0dd6} <Debug> oximeter.fields_u64 (ab17dfb3-0df6-4cf5-8a40-9dd422f7c0ec): There are no data parts | ||
583 | 2025.06.03 00:51:10.279287 [ 258 ] {daad371c-1997-4ff0-bef1-a581bcbe0dd6} <Debug> TCPHandler: Processed in 0.003992294 sec. | ||
584 | 2025.06.03 00:51:10.279429 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
585 | 2025.06.03 00:51:10.279603 [ 258 ] {25b14434-75de-40aa-b495-40552de38e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
586 | 2025.06.03 00:51:10.279656 [ 258 ] {25b14434-75de-40aa-b495-40552de38e8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
587 | 2025.06.03 00:51:10.281281 [ 258 ] {25b14434-75de-40aa-b495-40552de38e8d} <Debug> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Loading data parts | ||
588 | 2025.06.03 00:51:10.281441 [ 258 ] {25b14434-75de-40aa-b495-40552de38e8d} <Debug> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): There are no data parts | ||
589 | 2025.06.03 00:51:10.283013 [ 258 ] {25b14434-75de-40aa-b495-40552de38e8d} <Debug> TCPHandler: Processed in 0.003631973 sec. | ||
590 | 2025.06.03 00:51:10.283192 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
591 | 2025.06.03 00:51:10.283351 [ 258 ] {321966e8-b4d4-4889-b796-ad3f31607685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
592 | 2025.06.03 00:51:10.283424 [ 258 ] {321966e8-b4d4-4889-b796-ad3f31607685} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
593 | 2025.06.03 00:51:10.285201 [ 258 ] {321966e8-b4d4-4889-b796-ad3f31607685} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Loading data parts | ||
594 | 2025.06.03 00:51:10.285458 [ 258 ] {321966e8-b4d4-4889-b796-ad3f31607685} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): There are no data parts | ||
595 | 2025.06.03 00:51:10.286610 [ 258 ] {321966e8-b4d4-4889-b796-ad3f31607685} <Debug> TCPHandler: Processed in 0.003466638 sec. | ||
596 | 2025.06.03 00:51:10.286770 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
597 | 2025.06.03 00:51:10.286953 [ 258 ] {34b50609-5791-41f2-8db9-ce2d083171ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
598 | 2025.06.03 00:51:10.287008 [ 258 ] {34b50609-5791-41f2-8db9-ce2d083171ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
599 | 2025.06.03 00:51:10.288531 [ 258 ] {34b50609-5791-41f2-8db9-ce2d083171ed} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Loading data parts | ||
600 | 2025.06.03 00:51:10.288684 [ 258 ] {34b50609-5791-41f2-8db9-ce2d083171ed} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): There are no data parts | ||
601 | 2025.06.03 00:51:10.289941 [ 258 ] {34b50609-5791-41f2-8db9-ce2d083171ed} <Debug> TCPHandler: Processed in 0.00322453 sec. | ||
602 | 2025.06.03 00:51:10.290138 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
603 | 2025.06.03 00:51:10.290395 [ 258 ] {2b0d114e-0a05-4f7f-947d-20443cac623c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) /* The timeseries schema table stores the extracted schema for the samples | ||
604 | * oximeter collects. | ||
605 | */ | ||
606 | 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) | ||
607 | 2025.06.03 00:51:10.290471 [ 258 ] {2b0d114e-0a05-4f7f-947d-20443cac623c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
608 | 2025.06.03 00:51:10.292230 [ 258 ] {2b0d114e-0a05-4f7f-947d-20443cac623c} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Loading data parts | ||
609 | 2025.06.03 00:51:10.292385 [ 258 ] {2b0d114e-0a05-4f7f-947d-20443cac623c} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): There are no data parts | ||
610 | 2025.06.03 00:51:10.293645 [ 258 ] {2b0d114e-0a05-4f7f-947d-20443cac623c} <Debug> TCPHandler: Processed in 0.00355639 sec. | ||
611 | 2025.06.03 00:51:10.293951 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
612 | 2025.06.03 00:51:10.294261 [ 261 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
613 | 2025.06.03 00:51:10.295531 [ 261 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
614 | 2025.06.03 00:51:10.311376 [ 268 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Trace> oximeter.version (4390b144-21bf-4e66-b94b-2c47339642b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
615 | 2025.06.03 00:51:10.311444 [ 268 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
616 | 2025.06.03 00:51:10.315813 [ 268 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
617 | 2025.06.03 00:51:10.316213 [ 268 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Trace> oximeter.version (4390b144-21bf-4e66-b94b-2c47339642b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
618 | 2025.06.03 00:51:10.316493 [ 261 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.022379 sec., 44.68474909513383 rows/sec., 714.96 B/sec. | ||
619 | 2025.06.03 00:51:10.316826 [ 261 ] {43b45ea6-e793-4bd1-9dc4-45f274a2cfd4} <Debug> TCPHandler: Processed in 0.023006745 sec. | ||
620 | 2025.06.03 00:51:10.626106 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59935 | ||
621 | 2025.06.03 00:51:10.626271 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
622 | 2025.06.03 00:51:10.626328 [ 270 ] {} <Debug> TCP-Session: 4649134d-645b-4e5b-98e3-8802db7c74ff Authenticating user 'default' from [fd00:1122:3344:101::a]:59935 | ||
623 | 2025.06.03 00:51:10.626402 [ 270 ] {} <Debug> TCP-Session: 4649134d-645b-4e5b-98e3-8802db7c74ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2025.06.03 00:51:10.626417 [ 270 ] {} <Debug> TCP-Session: 4649134d-645b-4e5b-98e3-8802db7c74ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2025.06.03 00:51:10.626499 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
626 | 2025.06.03 00:51:10.626587 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
627 | 2025.06.03 00:51:10.626607 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
628 | 2025.06.03 00:51:10.627283 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43235 | ||
629 | 2025.06.03 00:51:10.627416 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36854 | ||
630 | 2025.06.03 00:51:10.627548 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
631 | 2025.06.03 00:51:10.627584 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51411 | ||
632 | 2025.06.03 00:51:10.627640 [ 271 ] {} <Debug> TCP-Session: f67134c7-13d3-44a9-bd3b-0b873bfad8b2 Authenticating user 'default' from [fd00:1122:3344:101::a]:43235 | ||
633 | 2025.06.03 00:51:10.627680 [ 271 ] {} <Debug> TCP-Session: f67134c7-13d3-44a9-bd3b-0b873bfad8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
634 | 2025.06.03 00:51:10.627711 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
635 | 2025.06.03 00:51:10.627738 [ 271 ] {} <Debug> TCP-Session: f67134c7-13d3-44a9-bd3b-0b873bfad8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2025.06.03 00:51:10.627762 [ 272 ] {} <Debug> TCP-Session: 858661e8-e893-47ed-8324-02a255605d33 Authenticating user 'default' from [fd00:1122:3344:101::a]:36854 | ||
637 | 2025.06.03 00:51:10.627786 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63582 | ||
638 | 2025.06.03 00:51:10.627886 [ 272 ] {} <Debug> TCP-Session: 858661e8-e893-47ed-8324-02a255605d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
639 | 2025.06.03 00:51:10.627905 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
640 | 2025.06.03 00:51:10.627920 [ 272 ] {} <Debug> TCP-Session: 858661e8-e893-47ed-8324-02a255605d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2025.06.03 00:51:10.627968 [ 273 ] {} <Debug> TCP-Session: 6fa5d673-5d50-4004-ab0d-1a435087726d Authenticating user 'default' from [fd00:1122:3344:101::a]:51411 | ||
642 | 2025.06.03 00:51:10.628022 [ 273 ] {} <Debug> TCP-Session: 6fa5d673-5d50-4004-ab0d-1a435087726d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
643 | 2025.06.03 00:51:10.628041 [ 273 ] {} <Debug> TCP-Session: 6fa5d673-5d50-4004-ab0d-1a435087726d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
644 | 2025.06.03 00:51:10.628089 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
645 | 2025.06.03 00:51:10.628126 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49288 | ||
646 | 2025.06.03 00:51:10.628140 [ 274 ] {} <Debug> TCP-Session: 7236459f-17ba-4d71-922b-e57af69c2f01 Authenticating user 'default' from [fd00:1122:3344:101::a]:63582 | ||
647 | 2025.06.03 00:51:10.628242 [ 274 ] {} <Debug> TCP-Session: 7236459f-17ba-4d71-922b-e57af69c2f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
648 | 2025.06.03 00:51:10.628259 [ 274 ] {} <Debug> TCP-Session: 7236459f-17ba-4d71-922b-e57af69c2f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
649 | 2025.06.03 00:51:10.628290 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63423 | ||
650 | 2025.06.03 00:51:10.628389 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
651 | 2025.06.03 00:51:10.628502 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42626 | ||
652 | 2025.06.03 00:51:10.628537 [ 275 ] {} <Debug> TCP-Session: 0961e97c-9a1c-4d3f-9367-37b1f953a69f Authenticating user 'default' from [fd00:1122:3344:101::a]:49288 | ||
653 | 2025.06.03 00:51:10.628559 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
654 | 2025.06.03 00:51:10.628575 [ 275 ] {} <Debug> TCP-Session: 0961e97c-9a1c-4d3f-9367-37b1f953a69f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
655 | 2025.06.03 00:51:10.628650 [ 275 ] {} <Debug> TCP-Session: 0961e97c-9a1c-4d3f-9367-37b1f953a69f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
656 | 2025.06.03 00:51:10.628681 [ 276 ] {} <Debug> TCP-Session: b2c17c2a-7958-4e70-b1bf-32610c90e686 Authenticating user 'default' from [fd00:1122:3344:101::a]:63423 | ||
657 | 2025.06.03 00:51:10.628692 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
658 | 2025.06.03 00:51:10.628757 [ 276 ] {} <Debug> TCP-Session: b2c17c2a-7958-4e70-b1bf-32610c90e686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2025.06.03 00:51:10.628785 [ 277 ] {} <Debug> TCP-Session: 3c851ff3-99b1-4192-9a5c-6ab1cc75c5ac Authenticating user 'default' from [fd00:1122:3344:101::a]:42626 | ||
660 | 2025.06.03 00:51:10.628787 [ 276 ] {} <Debug> TCP-Session: b2c17c2a-7958-4e70-b1bf-32610c90e686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2025.06.03 00:51:10.628886 [ 277 ] {} <Debug> TCP-Session: 3c851ff3-99b1-4192-9a5c-6ab1cc75c5ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2025.06.03 00:51:10.628908 [ 277 ] {} <Debug> TCP-Session: 3c851ff3-99b1-4192-9a5c-6ab1cc75c5ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2025.06.03 00:51:11.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.77 MiB, peak 126.77 MiB, free memory in arenas 0.00 B, will set to 139.13 MiB (RSS), difference: 12.36 MiB | ||
664 | 2025.06.03 00:51:11.454541 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43268 | ||
665 | 2025.06.03 00:51:11.454722 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
666 | 2025.06.03 00:51:11.454753 [ 278 ] {} <Debug> TCP-Session: 414c38a3-0084-4b60-bb48-128b401662a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:43268 | ||
667 | 2025.06.03 00:51:11.454822 [ 278 ] {} <Debug> TCP-Session: 414c38a3-0084-4b60-bb48-128b401662a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2025.06.03 00:51:11.454851 [ 278 ] {} <Debug> TCP-Session: 414c38a3-0084-4b60-bb48-128b401662a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2025.06.03 00:51:11.454920 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
670 | 2025.06.03 00:51:11.454976 [ 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.06.03 00:51:11.454996 [ 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.06.03 00:51:11.455461 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59100 | ||
673 | 2025.06.03 00:51:11.455617 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42441 | ||
674 | 2025.06.03 00:51:11.455627 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41325 | ||
675 | 2025.06.03 00:51:11.455664 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
676 | 2025.06.03 00:51:11.455730 [ 279 ] {} <Debug> TCP-Session: 1b8135a0-d6f8-46a3-b884-8cac50a952dc Authenticating user 'default' from [fd00:1122:3344:101::b]:59100 | ||
677 | 2025.06.03 00:51:11.455752 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55322 | ||
678 | 2025.06.03 00:51:11.455782 [ 279 ] {} <Debug> TCP-Session: 1b8135a0-d6f8-46a3-b884-8cac50a952dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
679 | 2025.06.03 00:51:11.455822 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
680 | 2025.06.03 00:51:11.455869 [ 279 ] {} <Debug> TCP-Session: 1b8135a0-d6f8-46a3-b884-8cac50a952dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2025.06.03 00:51:11.455874 [ 281 ] {} <Debug> TCP-Session: f826aa68-078b-407e-bb98-1dc7bce0760b Authenticating user 'default' from [fd00:1122:3344:101::b]:42441 | ||
682 | 2025.06.03 00:51:11.455895 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62440 | ||
683 | 2025.06.03 00:51:11.455929 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
684 | 2025.06.03 00:51:11.455934 [ 281 ] {} <Debug> TCP-Session: f826aa68-078b-407e-bb98-1dc7bce0760b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2025.06.03 00:51:11.456020 [ 280 ] {} <Debug> TCP-Session: ea5f0a74-1891-4ed8-8d07-d4b16ae34085 Authenticating user 'default' from [fd00:1122:3344:101::b]:41325 | ||
686 | 2025.06.03 00:51:11.456028 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38459 | ||
687 | 2025.06.03 00:51:11.456050 [ 281 ] {} <Debug> TCP-Session: f826aa68-078b-407e-bb98-1dc7bce0760b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
688 | 2025.06.03 00:51:11.456068 [ 280 ] {} <Debug> TCP-Session: ea5f0a74-1891-4ed8-8d07-d4b16ae34085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2025.06.03 00:51:11.456059 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
690 | 2025.06.03 00:51:11.456116 [ 280 ] {} <Debug> TCP-Session: ea5f0a74-1891-4ed8-8d07-d4b16ae34085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
691 | 2025.06.03 00:51:11.456149 [ 282 ] {} <Debug> TCP-Session: 85f28b01-0400-4d66-80d8-0ea04509eb1c Authenticating user 'default' from [fd00:1122:3344:101::b]:55322 | ||
692 | 2025.06.03 00:51:11.456188 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43226 | ||
693 | 2025.06.03 00:51:11.456205 [ 282 ] {} <Debug> TCP-Session: 85f28b01-0400-4d66-80d8-0ea04509eb1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2025.06.03 00:51:11.456250 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
695 | 2025.06.03 00:51:11.456220 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
696 | 2025.06.03 00:51:11.456282 [ 282 ] {} <Debug> TCP-Session: 85f28b01-0400-4d66-80d8-0ea04509eb1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2025.06.03 00:51:11.456327 [ 284 ] {} <Debug> TCP-Session: 496f3d0f-a8f7-4999-89e5-708f81592eb6 Authenticating user 'default' from [fd00:1122:3344:101::b]:38459 | ||
698 | 2025.06.03 00:51:11.456371 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
699 | 2025.06.03 00:51:11.456328 [ 283 ] {} <Debug> TCP-Session: aac08fcc-7b80-4c0f-81a8-0bb27cbadc51 Authenticating user 'default' from [fd00:1122:3344:101::b]:62440 | ||
700 | 2025.06.03 00:51:11.456412 [ 284 ] {} <Debug> TCP-Session: 496f3d0f-a8f7-4999-89e5-708f81592eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2025.06.03 00:51:11.456438 [ 285 ] {} <Debug> TCP-Session: 0336cf5f-102e-4cc5-9296-35814caae818 Authenticating user 'default' from [fd00:1122:3344:101::b]:43226 | ||
702 | 2025.06.03 00:51:11.456433 [ 283 ] {} <Debug> TCP-Session: aac08fcc-7b80-4c0f-81a8-0bb27cbadc51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
703 | 2025.06.03 00:51:11.456483 [ 284 ] {} <Debug> TCP-Session: 496f3d0f-a8f7-4999-89e5-708f81592eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
704 | 2025.06.03 00:51:11.456501 [ 283 ] {} <Debug> TCP-Session: aac08fcc-7b80-4c0f-81a8-0bb27cbadc51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2025.06.03 00:51:11.456493 [ 285 ] {} <Debug> TCP-Session: 0336cf5f-102e-4cc5-9296-35814caae818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2025.06.03 00:51:11.456558 [ 285 ] {} <Debug> TCP-Session: 0336cf5f-102e-4cc5-9296-35814caae818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2025.06.03 00:51:16.834072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
708 | 2025.06.03 00:51:16.834175 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
709 | 2025.06.03 00:51:16.834338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
710 | 2025.06.03 00:51:16.834487 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
711 | 2025.06.03 00:51:16.837824 [ 244 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Loading data parts | ||
712 | 2025.06.03 00:51:16.838015 [ 244 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): There are no data parts | ||
713 | 2025.06.03 00:51:16.841423 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
714 | 2025.06.03 00:51:16.841525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
715 | 2025.06.03 00:51:16.845466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
716 | 2025.06.03 00:51:16.845768 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
717 | 2025.06.03 00:51:16.845945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
718 | 2025.06.03 00:51:16.849212 [ 243 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Loading data parts | ||
719 | 2025.06.03 00:51:16.849377 [ 243 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): There are no data parts | ||
720 | 2025.06.03 00:51:16.874822 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.06.03 00:51:16.874933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
722 | 2025.06.03 00:51:16.881350 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.06.03 00:51:16.882116 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
724 | 2025.06.03 00:51:16.885623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.06.03 00:51:17.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.89 MiB, peak 148.89 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 9.12 MiB | ||
726 | 2025.06.03 00:51:19.333961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.06.03 00:51:19.334114 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.06.03 00:51:19.338068 [ 242 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Loading data parts | ||
729 | 2025.06.03 00:51:19.338228 [ 242 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): There are no data parts | ||
730 | 2025.06.03 00:51:19.345240 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.06.03 00:51:19.345311 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
732 | 2025.06.03 00:51:19.347336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.06.03 00:51:19.347715 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
734 | 2025.06.03 00:51:19.348101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.06.03 00:51:20.000143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 158.23 MiB, free memory in arenas 0.00 B, will set to 155.20 MiB (RSS), difference: -3.03 MiB | ||
736 | 2025.06.03 00:51:24.311022 [ 174 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.06.03 00:51:24.311082 [ 174 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.06.03 00:51:24.346559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
739 | 2025.06.03 00:51:24.347413 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.06.03 00:51:24.347450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
741 | 2025.06.03 00:51:24.347964 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.06.03 00:51:24.348212 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
743 | 2025.06.03 00:51:24.348354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.06.03 00:51:24.386241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.06.03 00:51:24.404349 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.06.03 00:51:24.404430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
747 | 2025.06.03 00:51:24.410787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.06.03 00:51:24.411426 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
749 | 2025.06.03 00:51:24.414552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.06.03 00:51:25.000265 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.93 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 1.78 MiB | ||
751 | 2025.06.03 00:51:30.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.75 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 4.01 MiB | ||
752 | 2025.06.03 00:51:30.331750 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
753 | 2025.06.03 00:51:30.331930 [ 258 ] {9d6ccefd-68ed-431d-8d40-4e85a8d0e893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
754 | 2025.06.03 00:51:30.332372 [ 258 ] {9d6ccefd-68ed-431d-8d40-4e85a8d0e893} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
755 | 2025.06.03 00:51:30.332623 [ 258 ] {9d6ccefd-68ed-431d-8d40-4e85a8d0e893} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
756 | 2025.06.03 00:51:30.333274 [ 258 ] {9d6ccefd-68ed-431d-8d40-4e85a8d0e893} <Debug> TCPHandler: Processed in 0.001649951 sec. | ||
757 | 2025.06.03 00:51:30.335818 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
758 | 2025.06.03 00:51:30.335964 [ 258 ] {6a729b83-ea76-43b4-8a99-7d4db8ef394f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
759 | 2025.06.03 00:51:30.338145 [ 258 ] {6a729b83-ea76-43b4-8a99-7d4db8ef394f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
760 | 2025.06.03 00:51:30.338193 [ 258 ] {6a729b83-ea76-43b4-8a99-7d4db8ef394f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
761 | 2025.06.03 00:51:30.338650 [ 258 ] {6a729b83-ea76-43b4-8a99-7d4db8ef394f} <Debug> TCPHandler: Processed in 0.00288554 sec. | ||
762 | 2025.06.03 00:51:30.338919 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
763 | 2025.06.03 00:51:30.339043 [ 258 ] {e84b7a79-dc73-48f5-8c5d-39ef1eec3f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
764 | 2025.06.03 00:51:30.339336 [ 258 ] {e84b7a79-dc73-48f5-8c5d-39ef1eec3f6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
765 | 2025.06.03 00:51:30.339379 [ 258 ] {e84b7a79-dc73-48f5-8c5d-39ef1eec3f6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
766 | 2025.06.03 00:51:30.339718 [ 258 ] {e84b7a79-dc73-48f5-8c5d-39ef1eec3f6f} <Debug> TCPHandler: Processed in 0.000852267 sec. | ||
767 | 2025.06.03 00:51:30.339937 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2025.06.03 00:51:30.340056 [ 258 ] {70bf4d92-cb8f-4cd0-a439-5cf4814e7ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
769 | 2025.06.03 00:51:30.340303 [ 258 ] {70bf4d92-cb8f-4cd0-a439-5cf4814e7ea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
770 | 2025.06.03 00:51:30.340345 [ 258 ] {70bf4d92-cb8f-4cd0-a439-5cf4814e7ea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
771 | 2025.06.03 00:51:30.340662 [ 258 ] {70bf4d92-cb8f-4cd0-a439-5cf4814e7ea0} <Debug> TCPHandler: Processed in 0.000774764 sec. | ||
772 | 2025.06.03 00:51:30.340919 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
773 | 2025.06.03 00:51:30.341048 [ 258 ] {4493d6a5-cc9f-4415-8e40-d94d696df50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
774 | 2025.06.03 00:51:30.341316 [ 258 ] {4493d6a5-cc9f-4415-8e40-d94d696df50b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
775 | 2025.06.03 00:51:30.341362 [ 258 ] {4493d6a5-cc9f-4415-8e40-d94d696df50b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
776 | 2025.06.03 00:51:30.341707 [ 258 ] {4493d6a5-cc9f-4415-8e40-d94d696df50b} <Debug> TCPHandler: Processed in 0.000838695 sec. | ||
777 | 2025.06.03 00:51:30.341909 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
778 | 2025.06.03 00:51:30.342029 [ 258 ] {9440c20c-f718-434a-b693-de68a49820d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
779 | 2025.06.03 00:51:30.342281 [ 258 ] {9440c20c-f718-434a-b693-de68a49820d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
780 | 2025.06.03 00:51:30.342332 [ 258 ] {9440c20c-f718-434a-b693-de68a49820d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
781 | 2025.06.03 00:51:30.342658 [ 258 ] {9440c20c-f718-434a-b693-de68a49820d6} <Debug> TCPHandler: Processed in 0.000795795 sec. | ||
782 | 2025.06.03 00:51:30.342879 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2025.06.03 00:51:30.343000 [ 258 ] {b1a72538-e3f3-4791-80ae-bd27e04be28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
784 | 2025.06.03 00:51:30.343258 [ 258 ] {b1a72538-e3f3-4791-80ae-bd27e04be28e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
785 | 2025.06.03 00:51:30.343303 [ 258 ] {b1a72538-e3f3-4791-80ae-bd27e04be28e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
786 | 2025.06.03 00:51:30.343670 [ 258 ] {b1a72538-e3f3-4791-80ae-bd27e04be28e} <Debug> TCPHandler: Processed in 0.000844186 sec. | ||
787 | 2025.06.03 00:51:30.343877 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
788 | 2025.06.03 00:51:30.344000 [ 258 ] {d10f1c94-8a28-4769-aef5-5e0dfdcf7f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
789 | 2025.06.03 00:51:30.344251 [ 258 ] {d10f1c94-8a28-4769-aef5-5e0dfdcf7f3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
790 | 2025.06.03 00:51:30.344295 [ 258 ] {d10f1c94-8a28-4769-aef5-5e0dfdcf7f3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
791 | 2025.06.03 00:51:30.344620 [ 258 ] {d10f1c94-8a28-4769-aef5-5e0dfdcf7f3a} <Debug> TCPHandler: Processed in 0.000791845 sec. | ||
792 | 2025.06.03 00:51:30.344830 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
793 | 2025.06.03 00:51:30.344950 [ 258 ] {1e7aa4a7-f5b5-4a08-a1f0-ae9164c3f0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
794 | 2025.06.03 00:51:30.345199 [ 258 ] {1e7aa4a7-f5b5-4a08-a1f0-ae9164c3f0dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
795 | 2025.06.03 00:51:30.345242 [ 258 ] {1e7aa4a7-f5b5-4a08-a1f0-ae9164c3f0dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
796 | 2025.06.03 00:51:30.345564 [ 258 ] {1e7aa4a7-f5b5-4a08-a1f0-ae9164c3f0dd} <Debug> TCPHandler: Processed in 0.000785424 sec. | ||
797 | 2025.06.03 00:51:30.345791 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
798 | 2025.06.03 00:51:30.345908 [ 258 ] {29bbc4ec-8819-4c59-a556-5cadd23aaae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
799 | 2025.06.03 00:51:30.346158 [ 258 ] {29bbc4ec-8819-4c59-a556-5cadd23aaae9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
800 | 2025.06.03 00:51:30.346200 [ 258 ] {29bbc4ec-8819-4c59-a556-5cadd23aaae9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
801 | 2025.06.03 00:51:30.346523 [ 258 ] {29bbc4ec-8819-4c59-a556-5cadd23aaae9} <Debug> TCPHandler: Processed in 0.000779494 sec. | ||
802 | 2025.06.03 00:51:30.346729 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2025.06.03 00:51:30.346846 [ 258 ] {5f7f5ef5-9ff6-4005-89b4-5c35c620cfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
804 | 2025.06.03 00:51:30.347093 [ 258 ] {5f7f5ef5-9ff6-4005-89b4-5c35c620cfe3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
805 | 2025.06.03 00:51:30.347137 [ 258 ] {5f7f5ef5-9ff6-4005-89b4-5c35c620cfe3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
806 | 2025.06.03 00:51:30.347497 [ 258 ] {5f7f5ef5-9ff6-4005-89b4-5c35c620cfe3} <Debug> TCPHandler: Processed in 0.000814505 sec. | ||
807 | 2025.06.03 00:51:30.347735 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
808 | 2025.06.03 00:51:30.347885 [ 258 ] {55f681c2-61fa-4655-bc8c-52df2a429aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
809 | 2025.06.03 00:51:30.348158 [ 258 ] {55f681c2-61fa-4655-bc8c-52df2a429aa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
810 | 2025.06.03 00:51:30.348202 [ 258 ] {55f681c2-61fa-4655-bc8c-52df2a429aa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
811 | 2025.06.03 00:51:30.348538 [ 258 ] {55f681c2-61fa-4655-bc8c-52df2a429aa9} <Debug> TCPHandler: Processed in 0.000862377 sec. | ||
812 | 2025.06.03 00:51:30.348760 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
813 | 2025.06.03 00:51:30.348880 [ 258 ] {5d34f1cf-d7df-4567-b674-6ac2c88e74d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
814 | 2025.06.03 00:51:30.349141 [ 258 ] {5d34f1cf-d7df-4567-b674-6ac2c88e74d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
815 | 2025.06.03 00:51:30.349185 [ 258 ] {5d34f1cf-d7df-4567-b674-6ac2c88e74d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
816 | 2025.06.03 00:51:30.349507 [ 258 ] {5d34f1cf-d7df-4567-b674-6ac2c88e74d2} <Debug> TCPHandler: Processed in 0.000795105 sec. | ||
817 | 2025.06.03 00:51:30.349736 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2025.06.03 00:51:30.349856 [ 258 ] {6f46f2e6-8b61-40cc-af5a-72ada1f8b4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
819 | 2025.06.03 00:51:30.350121 [ 258 ] {6f46f2e6-8b61-40cc-af5a-72ada1f8b4de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
820 | 2025.06.03 00:51:30.350164 [ 258 ] {6f46f2e6-8b61-40cc-af5a-72ada1f8b4de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
821 | 2025.06.03 00:51:30.350520 [ 258 ] {6f46f2e6-8b61-40cc-af5a-72ada1f8b4de} <Debug> TCPHandler: Processed in 0.000831016 sec. | ||
822 | 2025.06.03 00:51:30.350737 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
823 | 2025.06.03 00:51:30.350856 [ 258 ] {15f01497-e8ae-443d-ade3-6f00b1efa257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
824 | 2025.06.03 00:51:30.351113 [ 258 ] {15f01497-e8ae-443d-ade3-6f00b1efa257} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
825 | 2025.06.03 00:51:30.351157 [ 258 ] {15f01497-e8ae-443d-ade3-6f00b1efa257} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
826 | 2025.06.03 00:51:30.351479 [ 258 ] {15f01497-e8ae-443d-ade3-6f00b1efa257} <Debug> TCPHandler: Processed in 0.000789515 sec. | ||
827 | 2025.06.03 00:51:30.351672 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
828 | 2025.06.03 00:51:30.351792 [ 258 ] {215fc2d4-1e34-4b87-81a7-7a74265f9a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
829 | 2025.06.03 00:51:30.352052 [ 258 ] {215fc2d4-1e34-4b87-81a7-7a74265f9a8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
830 | 2025.06.03 00:51:30.352095 [ 258 ] {215fc2d4-1e34-4b87-81a7-7a74265f9a8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
831 | 2025.06.03 00:51:30.352428 [ 258 ] {215fc2d4-1e34-4b87-81a7-7a74265f9a8e} <Debug> TCPHandler: Processed in 0.000803204 sec. | ||
832 | 2025.06.03 00:51:30.352652 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
833 | 2025.06.03 00:51:30.352772 [ 258 ] {46c4fd61-85a1-4fbb-a44f-d94aa42a98ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
834 | 2025.06.03 00:51:30.353038 [ 258 ] {46c4fd61-85a1-4fbb-a44f-d94aa42a98ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
835 | 2025.06.03 00:51:30.353082 [ 258 ] {46c4fd61-85a1-4fbb-a44f-d94aa42a98ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
836 | 2025.06.03 00:51:30.353411 [ 258 ] {46c4fd61-85a1-4fbb-a44f-d94aa42a98ab} <Debug> TCPHandler: Processed in 0.000807455 sec. | ||
837 | 2025.06.03 00:51:30.353620 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2025.06.03 00:51:30.353741 [ 258 ] {bc6e0380-879d-4824-9cd2-cd97b8c4596a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
839 | 2025.06.03 00:51:30.354075 [ 258 ] {bc6e0380-879d-4824-9cd2-cd97b8c4596a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2025.06.03 00:51:30.354135 [ 258 ] {bc6e0380-879d-4824-9cd2-cd97b8c4596a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2025.06.03 00:51:30.354599 [ 258 ] {bc6e0380-879d-4824-9cd2-cd97b8c4596a} <Debug> TCPHandler: Processed in 0.001025602 sec. | ||
842 | 2025.06.03 00:51:30.361943 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
843 | 2025.06.03 00:51:30.362064 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
844 | 2025.06.03 00:51:30.362112 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
845 | 2025.06.03 00:51:30.362763 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
846 | 2025.06.03 00:51:30.362810 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
847 | 2025.06.03 00:51:30.363476 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
848 | 2025.06.03 00:51:30.363919 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
849 | 2025.06.03 00:51:30.364070 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002041 sec., 8819.20627143557 rows/sec., 1.20 MiB/sec. | ||
850 | 2025.06.03 00:51:30.364141 [ 258 ] {c6061f68-405e-4762-9cc3-48eff901c097} <Debug> TCPHandler: Processed in 0.00226304 sec. | ||
851 | 2025.06.03 00:51:30.364280 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
852 | 2025.06.03 00:51:30.364379 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
853 | 2025.06.03 00:51:30.364422 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
854 | 2025.06.03 00:51:30.364989 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
855 | 2025.06.03 00:51:30.365023 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
856 | 2025.06.03 00:51:30.365483 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
857 | 2025.06.03 00:51:30.365932 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
858 | 2025.06.03 00:51:30.366066 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001707 sec., 32806.09256004687 rows/sec., 2.50 MiB/sec. | ||
859 | 2025.06.03 00:51:30.366104 [ 258 ] {672c245b-ac63-4277-a0df-874ed11f02cd} <Debug> TCPHandler: Processed in 0.001875218 sec. | ||
860 | 2025.06.03 00:51:30.366228 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2025.06.03 00:51:30.366326 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
862 | 2025.06.03 00:51:30.366367 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
863 | 2025.06.03 00:51:30.366797 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
864 | 2025.06.03 00:51:30.366834 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
865 | 2025.06.03 00:51:30.367248 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
866 | 2025.06.03 00:51:30.367700 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
867 | 2025.06.03 00:51:30.367842 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec. | ||
868 | 2025.06.03 00:51:30.367891 [ 258 ] {3963a116-ec80-4a1b-934e-af67e7312424} <Debug> TCPHandler: Processed in 0.001711613 sec. | ||
869 | 2025.06.03 00:51:30.368036 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
870 | 2025.06.03 00:51:30.368152 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
871 | 2025.06.03 00:51:30.368205 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
872 | 2025.06.03 00:51:30.368768 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
873 | 2025.06.03 00:51:30.368807 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
874 | 2025.06.03 00:51:30.369393 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
875 | 2025.06.03 00:51:30.369863 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
876 | 2025.06.03 00:51:30.370095 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001974 sec., 64842.95845997974 rows/sec., 4.52 MiB/sec. | ||
877 | 2025.06.03 00:51:30.370142 [ 258 ] {04a1e688-c502-4e2f-ae2d-3f9141f4820e} <Debug> TCPHandler: Processed in 0.002166227 sec. | ||
878 | 2025.06.03 00:51:30.370294 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
879 | 2025.06.03 00:51:30.370396 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
880 | 2025.06.03 00:51:30.370439 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
881 | 2025.06.03 00:51:30.370789 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
882 | 2025.06.03 00:51:30.370824 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
883 | 2025.06.03 00:51:30.371300 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
884 | 2025.06.03 00:51:30.371758 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
885 | 2025.06.03 00:51:30.371902 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001526 sec., 31454.78374836173 rows/sec., 2.12 MiB/sec. | ||
886 | 2025.06.03 00:51:30.371939 [ 258 ] {39da3c32-c4ca-435e-9a4d-e431196140eb} <Debug> TCPHandler: Processed in 0.001700143 sec. | ||
887 | 2025.06.03 00:51:31.848522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
888 | 2025.06.03 00:51:31.849088 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2025.06.03 00:51:31.849126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
890 | 2025.06.03 00:51:31.849639 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
891 | 2025.06.03 00:51:31.849867 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
892 | 2025.06.03 00:51:31.849989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
893 | 2025.06.03 00:51:31.914670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
894 | 2025.06.03 00:51:31.930461 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.06.03 00:51:31.930518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
896 | 2025.06.03 00:51:31.936792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
897 | 2025.06.03 00:51:31.937511 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.06.03 00:51:31.940249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
899 | 2025.06.03 00:51:32.001054 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.59 MiB, peak 163.59 MiB, free memory in arenas 0.00 B, will set to 160.77 MiB (RSS), difference: 1.17 MiB | ||
900 | 2025.06.03 00:51:35.335570 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
901 | 2025.06.03 00:51:35.335779 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
902 | 2025.06.03 00:51:35.335854 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
903 | 2025.06.03 00:51:35.336530 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
904 | 2025.06.03 00:51:35.336577 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
905 | 2025.06.03 00:51:35.336958 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
906 | 2025.06.03 00:51:35.337185 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
907 | 2025.06.03 00:51:35.337334 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001609 sec., 34804.22622747048 rows/sec., 2.66 MiB/sec. | ||
908 | 2025.06.03 00:51:35.337376 [ 258 ] {33a3645e-5bbb-4799-9013-c3b7a5303b95} <Debug> TCPHandler: Processed in 0.001940051 sec. | ||
909 | 2025.06.03 00:51:35.337499 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
910 | 2025.06.03 00:51:35.337594 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
911 | 2025.06.03 00:51:35.337636 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
912 | 2025.06.03 00:51:35.338057 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
913 | 2025.06.03 00:51:35.338092 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
914 | 2025.06.03 00:51:35.338377 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
915 | 2025.06.03 00:51:35.338580 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
916 | 2025.06.03 00:51:35.338695 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. | ||
917 | 2025.06.03 00:51:35.338731 [ 258 ] {d4231d9a-ebd8-4477-b372-5a9ba7f99cbe} <Debug> TCPHandler: Processed in 0.001336132 sec. | ||
918 | 2025.06.03 00:51:35.338838 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2025.06.03 00:51:35.338993 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
920 | 2025.06.03 00:51:35.339038 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
921 | 2025.06.03 00:51:35.339465 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
922 | 2025.06.03 00:51:35.339502 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
923 | 2025.06.03 00:51:35.339834 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
924 | 2025.06.03 00:51:35.340059 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
925 | 2025.06.03 00:51:35.340187 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. | ||
926 | 2025.06.03 00:51:35.340223 [ 258 ] {6eec59df-d8f3-43d1-97a6-80a51996d6b6} <Debug> TCPHandler: Processed in 0.001372282 sec. | ||
927 | 2025.06.03 00:51:35.340336 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
928 | 2025.06.03 00:51:35.340431 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
929 | 2025.06.03 00:51:35.340473 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
930 | 2025.06.03 00:51:35.340814 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
931 | 2025.06.03 00:51:35.340852 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
932 | 2025.06.03 00:51:35.341149 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
933 | 2025.06.03 00:51:35.341381 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
934 | 2025.06.03 00:51:35.341510 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. | ||
935 | 2025.06.03 00:51:35.341545 [ 258 ] {3b3ddd3e-2f00-46dc-a9d4-7c1e6de6ed1e} <Debug> TCPHandler: Processed in 0.001258009 sec. | ||
936 | 2025.06.03 00:51:39.311321 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
937 | 2025.06.03 00:51:39.311387 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
938 | 2025.06.03 00:51:39.349985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
939 | 2025.06.03 00:51:39.350988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
940 | 2025.06.03 00:51:39.351503 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
941 | 2025.06.03 00:51:39.351555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
942 | 2025.06.03 00:51:39.352127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
943 | 2025.06.03 00:51:39.352390 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
944 | 2025.06.03 00:51:39.352534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
945 | 2025.06.03 00:51:39.353115 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
946 | 2025.06.03 00:51:39.353171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
947 | 2025.06.03 00:51:39.354372 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
948 | 2025.06.03 00:51:39.354720 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
949 | 2025.06.03 00:51:39.355056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
950 | 2025.06.03 00:51:39.441237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
951 | 2025.06.03 00:51:39.460147 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
952 | 2025.06.03 00:51:39.460217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
953 | 2025.06.03 00:51:39.466903 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
954 | 2025.06.03 00:51:39.467847 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
955 | 2025.06.03 00:51:39.472893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
956 | 2025.06.03 00:51:40.329283 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2025.06.03 00:51:40.329524 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
958 | 2025.06.03 00:51:40.329933 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
959 | 2025.06.03 00:51:40.330003 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
960 | 2025.06.03 00:51:40.330249 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
961 | 2025.06.03 00:51:40.330433 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
962 | 2025.06.03 00:51:40.332858 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
963 | 2025.06.03 00:51:40.333066 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
964 | 2025.06.03 00:51:40.333123 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
965 | 2025.06.03 00:51:40.333143 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
966 | 2025.06.03 00:51:40.333297 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
967 | 2025.06.03 00:51:40.333337 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
968 | 2025.06.03 00:51:40.339999 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.010568 sec., 1703.2551097653295 rows/sec., 69.68 KiB/sec. | ||
969 | 2025.06.03 00:51:40.340156 [ 258 ] {3eb41f81-17d2-4c6d-9cc4-ea0e84a22b3b} <Debug> TCPHandler: Processed in 0.011005442 sec. | ||
970 | 2025.06.03 00:51:40.341551 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2025.06.03 00:51:40.341765 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
972 | 2025.06.03 00:51:40.342068 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
973 | 2025.06.03 00:51:40.342112 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
974 | 2025.06.03 00:51:40.342344 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
975 | 2025.06.03 00:51:40.342414 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
976 | 2025.06.03 00:51:40.342545 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
977 | 2025.06.03 00:51:40.342589 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
978 | 2025.06.03 00:51:40.342621 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
979 | 2025.06.03 00:51:40.342645 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
980 | 2025.06.03 00:51:40.342702 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
981 | 2025.06.03 00:51:40.342727 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
982 | 2025.06.03 00:51:40.343343 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001666 sec., 10804.321728691477 rows/sec., 441.97 KiB/sec. | ||
983 | 2025.06.03 00:51:40.343466 [ 258 ] {f15d1087-c85e-44c9-920b-229afe7e1538} <Debug> TCPHandler: Processed in 0.002108905 sec. | ||
984 | 2025.06.03 00:51:40.348498 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
985 | 2025.06.03 00:51:40.348715 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
986 | 2025.06.03 00:51:40.349053 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
987 | 2025.06.03 00:51:40.349097 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
988 | 2025.06.03 00:51:40.349362 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
989 | 2025.06.03 00:51:40.349448 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
990 | 2025.06.03 00:51:40.349609 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
991 | 2025.06.03 00:51:40.349649 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
992 | 2025.06.03 00:51:40.349676 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
993 | 2025.06.03 00:51:40.349695 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
994 | 2025.06.03 00:51:40.349745 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
995 | 2025.06.03 00:51:40.349770 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
996 | 2025.06.03 00:51:40.350529 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001906 sec., 9443.86149003148 rows/sec., 386.32 KiB/sec. | ||
997 | 2025.06.03 00:51:40.350652 [ 258 ] {59191f6c-6185-496b-94fa-578f409eb506} <Debug> TCPHandler: Processed in 0.002259111 sec. | ||
998 | 2025.06.03 00:51:40.351555 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
999 | 2025.06.03 00:51:40.351726 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1000 | 2025.06.03 00:51:40.352068 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1001 | 2025.06.03 00:51:40.352118 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1002 | 2025.06.03 00:51:40.352355 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1003 | 2025.06.03 00:51:40.352427 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1004 | 2025.06.03 00:51:40.352545 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1005 | 2025.06.03 00:51:40.352576 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1006 | 2025.06.03 00:51:40.352601 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1007 | 2025.06.03 00:51:40.352625 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1008 | 2025.06.03 00:51:40.352674 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1009 | 2025.06.03 00:51:40.352699 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1010 | 2025.06.03 00:51:40.353333 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001676 sec., 10739.856801909307 rows/sec., 439.34 KiB/sec. | ||
1011 | 2025.06.03 00:51:40.353452 [ 258 ] {1ac58046-cdd1-4afe-94f5-7ea80e3fd865} <Debug> TCPHandler: Processed in 0.001962761 sec. | ||
1012 | 2025.06.03 00:51:40.353759 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1013 | 2025.06.03 00:51:40.353921 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1014 | 2025.06.03 00:51:40.354166 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1015 | 2025.06.03 00:51:40.354202 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1016 | 2025.06.03 00:51:40.354404 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1017 | 2025.06.03 00:51:40.354476 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1018 | 2025.06.03 00:51:40.354593 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1019 | 2025.06.03 00:51:40.354623 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1020 | 2025.06.03 00:51:40.354643 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1021 | 2025.06.03 00:51:40.354663 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1022 | 2025.06.03 00:51:40.354698 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1023 | 2025.06.03 00:51:40.354717 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1024 | 2025.06.03 00:51:40.355231 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001374 sec., 13100.436681222707 rows/sec., 535.90 KiB/sec. | ||
1025 | 2025.06.03 00:51:40.355321 [ 258 ] {f3a24e5a-4b86-4f18-8c2b-84e4f7b566c3} <Debug> TCPHandler: Processed in 0.001621031 sec. | ||
1026 | 2025.06.03 00:51:40.355599 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1027 | 2025.06.03 00:51:40.355778 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1028 | 2025.06.03 00:51:40.356021 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1029 | 2025.06.03 00:51:40.356059 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1030 | 2025.06.03 00:51:40.356344 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2025.06.03 00:51:40.356421 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2025.06.03 00:51:40.356597 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1033 | 2025.06.03 00:51:40.356657 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1034 | 2025.06.03 00:51:40.356686 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1035 | 2025.06.03 00:51:40.356709 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1036 | 2025.06.03 00:51:40.356759 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1037 | 2025.06.03 00:51:40.356787 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1038 | 2025.06.03 00:51:40.357412 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001707 sec., 10544.81546572935 rows/sec., 431.36 KiB/sec. | ||
1039 | 2025.06.03 00:51:40.357530 [ 258 ] {b221f2cb-7d28-4839-b0c3-c97fa0ab10f5} <Debug> TCPHandler: Processed in 0.001987752 sec. | ||
1040 | 2025.06.03 00:51:40.357909 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2025.06.03 00:51:40.358079 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1042 | 2025.06.03 00:51:40.358434 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1043 | 2025.06.03 00:51:40.358485 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1044 | 2025.06.03 00:51:40.358755 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1045 | 2025.06.03 00:51:40.358829 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1046 | 2025.06.03 00:51:40.358980 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1047 | 2025.06.03 00:51:40.359021 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1048 | 2025.06.03 00:51:40.359058 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1049 | 2025.06.03 00:51:40.359078 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1050 | 2025.06.03 00:51:40.359125 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1051 | 2025.06.03 00:51:40.359152 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1052 | 2025.06.03 00:51:40.359769 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001762 sec., 10215.664018161182 rows/sec., 417.89 KiB/sec. | ||
1053 | 2025.06.03 00:51:40.359888 [ 258 ] {7515d086-c4d8-46cc-82e7-613f68a98341} <Debug> TCPHandler: Processed in 0.002048323 sec. | ||
1054 | 2025.06.03 00:51:40.360282 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1055 | 2025.06.03 00:51:40.360480 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1056 | 2025.06.03 00:51:40.360801 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1057 | 2025.06.03 00:51:40.360850 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1058 | 2025.06.03 00:51:40.361125 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1059 | 2025.06.03 00:51:40.361209 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1060 | 2025.06.03 00:51:40.361375 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1061 | 2025.06.03 00:51:40.361420 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1062 | 2025.06.03 00:51:40.361450 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1063 | 2025.06.03 00:51:40.361475 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1064 | 2025.06.03 00:51:40.361532 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1065 | 2025.06.03 00:51:40.361563 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1066 | 2025.06.03 00:51:40.362200 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001777 sec., 10129.431626336522 rows/sec., 414.37 KiB/sec. | ||
1067 | 2025.06.03 00:51:40.362322 [ 258 ] {36393894-2c75-4c57-84f5-02a7236ce44f} <Debug> TCPHandler: Processed in 0.002131016 sec. | ||
1068 | 2025.06.03 00:51:40.362702 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1069 | 2025.06.03 00:51:40.362885 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1070 | 2025.06.03 00:51:40.363162 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1071 | 2025.06.03 00:51:40.363199 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1072 | 2025.06.03 00:51:40.363455 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1073 | 2025.06.03 00:51:40.363522 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1074 | 2025.06.03 00:51:40.363645 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1075 | 2025.06.03 00:51:40.363687 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1076 | 2025.06.03 00:51:40.363717 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1077 | 2025.06.03 00:51:40.363739 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1078 | 2025.06.03 00:51:40.363790 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1079 | 2025.06.03 00:51:40.363818 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1080 | 2025.06.03 00:51:40.364555 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001747 sec., 10303.377218088151 rows/sec., 421.48 KiB/sec. | ||
1081 | 2025.06.03 00:51:40.364676 [ 258 ] {7b7fca6c-8649-4d41-9471-0898211d1e2b} <Debug> TCPHandler: Processed in 0.002049054 sec. | ||
1082 | 2025.06.03 00:51:40.365048 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1083 | 2025.06.03 00:51:40.365194 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1084 | 2025.06.03 00:51:40.365449 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1085 | 2025.06.03 00:51:40.365496 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1086 | 2025.06.03 00:51:40.365720 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1087 | 2025.06.03 00:51:40.365780 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1088 | 2025.06.03 00:51:40.365899 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1089 | 2025.06.03 00:51:40.365940 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1090 | 2025.06.03 00:51:40.365971 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1091 | 2025.06.03 00:51:40.365993 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1092 | 2025.06.03 00:51:40.366034 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1093 | 2025.06.03 00:51:40.366054 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1094 | 2025.06.03 00:51:40.366589 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001453 sec., 12388.162422573983 rows/sec., 506.76 KiB/sec. | ||
1095 | 2025.06.03 00:51:40.366691 [ 258 ] {4d6702c8-59b5-4a96-b858-f3bb5bcf7d2e} <Debug> TCPHandler: Processed in 0.001702783 sec. | ||
1096 | 2025.06.03 00:51:40.367063 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1097 | 2025.06.03 00:51:40.367278 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1098 | 2025.06.03 00:51:40.367603 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1099 | 2025.06.03 00:51:40.367655 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1100 | 2025.06.03 00:51:40.367952 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1101 | 2025.06.03 00:51:40.368032 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1102 | 2025.06.03 00:51:40.368220 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1103 | 2025.06.03 00:51:40.368269 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1104 | 2025.06.03 00:51:40.368296 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1105 | 2025.06.03 00:51:40.368319 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1106 | 2025.06.03 00:51:40.368386 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1107 | 2025.06.03 00:51:40.368418 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1108 | 2025.06.03 00:51:40.369087 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001916 sec., 9394.572025052192 rows/sec., 384.30 KiB/sec. | ||
1109 | 2025.06.03 00:51:40.369194 [ 258 ] {b5434a6f-6c46-4b10-b3ef-e7071fff9335} <Debug> TCPHandler: Processed in 0.002202278 sec. | ||
1110 | 2025.06.03 00:51:40.369533 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2025.06.03 00:51:40.369690 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1112 | 2025.06.03 00:51:40.370008 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1113 | 2025.06.03 00:51:40.370059 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1114 | 2025.06.03 00:51:40.370346 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1115 | 2025.06.03 00:51:40.370417 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1116 | 2025.06.03 00:51:40.370531 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1117 | 2025.06.03 00:51:40.370561 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1118 | 2025.06.03 00:51:40.370583 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1119 | 2025.06.03 00:51:40.370599 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1120 | 2025.06.03 00:51:40.370636 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1121 | 2025.06.03 00:51:40.370657 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1122 | 2025.06.03 00:51:40.371193 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001566 sec., 11494.252873563219 rows/sec., 470.20 KiB/sec. | ||
1123 | 2025.06.03 00:51:40.371290 [ 258 ] {779cb1a1-f648-43aa-9818-ef0eb3bffc62} <Debug> TCPHandler: Processed in 0.001832336 sec. | ||
1124 | 2025.06.03 00:51:40.379573 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2025.06.03 00:51:40.379833 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1126 | 2025.06.03 00:51:40.380200 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1127 | 2025.06.03 00:51:40.380243 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1128 | 2025.06.03 00:51:40.380507 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1129 | 2025.06.03 00:51:40.380582 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1130 | 2025.06.03 00:51:40.380732 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1131 | 2025.06.03 00:51:40.380769 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1132 | 2025.06.03 00:51:40.380791 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1133 | 2025.06.03 00:51:40.380806 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1134 | 2025.06.03 00:51:40.380849 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1135 | 2025.06.03 00:51:40.380870 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1136 | 2025.06.03 00:51:40.381690 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001965 sec., 9160.305343511449 rows/sec., 374.72 KiB/sec. | ||
1137 | 2025.06.03 00:51:40.381828 [ 258 ] {0816e6f5-d406-41ed-9879-106caceb60d1} <Debug> TCPHandler: Processed in 0.002412225 sec. | ||
1138 | 2025.06.03 00:51:40.393307 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1139 | 2025.06.03 00:51:40.393516 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1140 | 2025.06.03 00:51:40.393609 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1141 | 2025.06.03 00:51:40.394658 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2025.06.03 00:51:40.394712 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1143 | 2025.06.03 00:51:40.395293 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1144 | 2025.06.03 00:51:40.395556 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2025.06.03 00:51:40.395766 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002309 sec., 5630.14291901256 rows/sec., 1.91 MiB/sec. | ||
1146 | 2025.06.03 00:51:40.395835 [ 258 ] {7f52cc7a-8eac-4584-ad78-0e15f18db6bb} <Debug> TCPHandler: Processed in 0.002698394 sec. | ||
1147 | 2025.06.03 00:51:40.396029 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1148 | 2025.06.03 00:51:40.396147 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1149 | 2025.06.03 00:51:40.396205 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1150 | 2025.06.03 00:51:40.399589 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1151 | 2025.06.03 00:51:40.399652 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1152 | 2025.06.03 00:51:40.400318 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1153 | 2025.06.03 00:51:40.400708 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1154 | 2025.06.03 00:51:40.400942 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00482 sec., 43983.40248962656 rows/sec., 2.80 MiB/sec. | ||
1155 | 2025.06.03 00:51:40.401047 [ 258 ] {4a0807c1-da03-4a24-b19b-43f89a0d50f2} <Debug> TCPHandler: Processed in 0.005047367 sec. | ||
1156 | 2025.06.03 00:51:40.401296 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1157 | 2025.06.03 00:51:40.401438 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1158 | 2025.06.03 00:51:40.401510 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1159 | 2025.06.03 00:51:40.402782 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1160 | 2025.06.03 00:51:40.402846 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1161 | 2025.06.03 00:51:40.403436 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1162 | 2025.06.03 00:51:40.403779 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1163 | 2025.06.03 00:51:40.403963 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.002568 sec., 246495.32710280374 rows/sec., 19.37 MiB/sec. | ||
1164 | 2025.06.03 00:51:40.404017 [ 258 ] {72bfa011-91b3-4fbf-a5fe-f0281455d084} <Debug> TCPHandler: Processed in 0.002837138 sec. | ||
1165 | 2025.06.03 00:51:40.404241 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1166 | 2025.06.03 00:51:40.404396 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1167 | 2025.06.03 00:51:40.404461 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1168 | 2025.06.03 00:51:40.405344 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1169 | 2025.06.03 00:51:40.405392 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1170 | 2025.06.03 00:51:40.405785 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1171 | 2025.06.03 00:51:40.406051 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1172 | 2025.06.03 00:51:40.406223 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001858 sec., 61356.29709364908 rows/sec., 3.67 MiB/sec. | ||
1173 | 2025.06.03 00:51:40.406270 [ 258 ] {5f48255f-d3be-4053-ba15-17bb284509e7} <Debug> TCPHandler: Processed in 0.002141547 sec. | ||
1174 | 2025.06.03 00:51:40.406438 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1175 | 2025.06.03 00:51:40.406567 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1176 | 2025.06.03 00:51:40.406628 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1177 | 2025.06.03 00:51:40.407273 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1178 | 2025.06.03 00:51:40.407316 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1179 | 2025.06.03 00:51:40.407699 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1180 | 2025.06.03 00:51:40.407962 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1181 | 2025.06.03 00:51:40.408117 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001582 sec., 71428.57142857142 rows/sec., 4.62 MiB/sec. | ||
1182 | 2025.06.03 00:51:40.408164 [ 258 ] {51848f51-596a-4a60-a5c0-3f87bb5006d6} <Debug> TCPHandler: Processed in 0.001788606 sec. | ||
1183 | 2025.06.03 00:51:40.408329 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1184 | 2025.06.03 00:51:40.408443 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1185 | 2025.06.03 00:51:40.408493 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1186 | 2025.06.03 00:51:40.409093 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1187 | 2025.06.03 00:51:40.409136 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1188 | 2025.06.03 00:51:40.409536 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1189 | 2025.06.03 00:51:40.409797 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1190 | 2025.06.03 00:51:40.409953 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001536 sec., 72916.66666666667 rows/sec., 4.15 MiB/sec. | ||
1191 | 2025.06.03 00:51:40.409998 [ 258 ] {eece8a3f-4933-4cbe-bd64-79876f365b74} <Debug> TCPHandler: Processed in 0.001727714 sec. | ||
1192 | 2025.06.03 00:51:40.410156 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1193 | 2025.06.03 00:51:40.410261 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1194 | 2025.06.03 00:51:40.410303 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1195 | 2025.06.03 00:51:40.411041 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1196 | 2025.06.03 00:51:40.411086 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1197 | 2025.06.03 00:51:40.411680 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1198 | 2025.06.03 00:51:40.411936 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1199 | 2025.06.03 00:51:40.412083 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001844 sec., 211496.74620390456 rows/sec., 14.95 MiB/sec. | ||
1200 | 2025.06.03 00:51:40.412134 [ 258 ] {cca6dbfc-4dae-410f-8fbb-d2f8d5c6933a} <Debug> TCPHandler: Processed in 0.002036753 sec. | ||
1201 | 2025.06.03 00:51:40.412273 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1202 | 2025.06.03 00:51:40.412387 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1203 | 2025.06.03 00:51:40.412435 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1204 | 2025.06.03 00:51:40.412821 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1205 | 2025.06.03 00:51:40.412859 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1206 | 2025.06.03 00:51:40.413194 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1207 | 2025.06.03 00:51:40.413429 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1208 | 2025.06.03 00:51:40.413593 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001238 sec., 4846.526655896608 rows/sec., 253.21 KiB/sec. | ||
1209 | 2025.06.03 00:51:40.413653 [ 258 ] {224fa1c3-e822-4606-a216-a53c7582a498} <Debug> TCPHandler: Processed in 0.001431614 sec. | ||
1210 | 2025.06.03 00:51:40.413800 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1211 | 2025.06.03 00:51:40.413911 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1212 | 2025.06.03 00:51:40.413968 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1213 | 2025.06.03 00:51:40.414507 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1214 | 2025.06.03 00:51:40.414545 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1215 | 2025.06.03 00:51:40.414973 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1216 | 2025.06.03 00:51:40.415219 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1217 | 2025.06.03 00:51:40.415361 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001471 sec., 161114.8878314072 rows/sec., 10.80 MiB/sec. | ||
1218 | 2025.06.03 00:51:40.415410 [ 258 ] {9d0fbd00-56be-4916-aa7f-0b9c61fce955} <Debug> TCPHandler: Processed in 0.001663102 sec. | ||
1219 | 2025.06.03 00:51:40.415563 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1220 | 2025.06.03 00:51:40.415666 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1221 | 2025.06.03 00:51:40.415722 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1222 | 2025.06.03 00:51:40.416148 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1223 | 2025.06.03 00:51:40.416194 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1224 | 2025.06.03 00:51:40.416545 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1225 | 2025.06.03 00:51:40.416794 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1226 | 2025.06.03 00:51:40.416946 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
1227 | 2025.06.03 00:51:40.417002 [ 258 ] {685348be-134d-4084-9a1d-a479c3b65e26} <Debug> TCPHandler: Processed in 0.001497466 sec. | ||
1228 | 2025.06.03 00:51:40.417161 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1229 | 2025.06.03 00:51:40.417319 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1230 | 2025.06.03 00:51:40.417389 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1231 | 2025.06.03 00:51:40.418322 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1232 | 2025.06.03 00:51:40.418366 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1233 | 2025.06.03 00:51:40.419650 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1234 | 2025.06.03 00:51:40.419914 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1235 | 2025.06.03 00:51:40.420112 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002817 sec., 2839.900603478878 rows/sec., 5.09 MiB/sec. | ||
1236 | 2025.06.03 00:51:40.420187 [ 258 ] {0e547335-13cd-405b-9425-3b245ad05ada} <Debug> TCPHandler: Processed in 0.003089996 sec. | ||
1237 | 2025.06.03 00:51:40.420327 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1238 | 2025.06.03 00:51:40.420437 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1239 | 2025.06.03 00:51:40.420483 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1240 | 2025.06.03 00:51:40.420855 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1241 | 2025.06.03 00:51:40.420893 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1242 | 2025.06.03 00:51:40.421223 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1243 | 2025.06.03 00:51:40.421445 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1244 | 2025.06.03 00:51:40.421579 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001164 sec., 70446.735395189 rows/sec., 4.47 MiB/sec. | ||
1245 | 2025.06.03 00:51:40.421625 [ 258 ] {e574e84b-b833-4699-98bf-57f1763e1ee9} <Debug> TCPHandler: Processed in 0.001351442 sec. | ||
1246 | 2025.06.03 00:51:45.335881 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1247 | 2025.06.03 00:51:45.336074 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1248 | 2025.06.03 00:51:45.336142 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1249 | 2025.06.03 00:51:45.336847 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1250 | 2025.06.03 00:51:45.336898 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1251 | 2025.06.03 00:51:45.337318 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1252 | 2025.06.03 00:51:45.337549 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1253 | 2025.06.03 00:51:45.337701 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.55 MiB/sec. | ||
1254 | 2025.06.03 00:51:45.337744 [ 258 ] {603d069b-9244-4871-aa3c-5618621fe926} <Debug> TCPHandler: Processed in 0.001989392 sec. | ||
1255 | 2025.06.03 00:51:45.337878 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1256 | 2025.06.03 00:51:45.337976 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1257 | 2025.06.03 00:51:45.338018 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1258 | 2025.06.03 00:51:45.338479 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1259 | 2025.06.03 00:51:45.338520 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1260 | 2025.06.03 00:51:45.338868 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1261 | 2025.06.03 00:51:45.339115 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1262 | 2025.06.03 00:51:45.339253 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001297 sec., 49344.64148033925 rows/sec., 3.85 MiB/sec. | ||
1263 | 2025.06.03 00:51:45.339292 [ 258 ] {cb2f17dc-119f-4ff1-88f4-486bef73eacf} <Debug> TCPHandler: Processed in 0.001466295 sec. | ||
1264 | 2025.06.03 00:51:45.339413 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1265 | 2025.06.03 00:51:45.339507 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1266 | 2025.06.03 00:51:45.339551 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1267 | 2025.06.03 00:51:45.339993 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1268 | 2025.06.03 00:51:45.340032 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1269 | 2025.06.03 00:51:45.340409 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1270 | 2025.06.03 00:51:45.340630 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1271 | 2025.06.03 00:51:45.340762 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001274 sec., 125588.69701726845 rows/sec., 8.75 MiB/sec. | ||
1272 | 2025.06.03 00:51:45.340802 [ 258 ] {b940d119-f4bd-47c1-a8b5-4c9765899b61} <Debug> TCPHandler: Processed in 0.001434704 sec. | ||
1273 | 2025.06.03 00:51:45.340919 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1274 | 2025.06.03 00:51:45.341020 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1275 | 2025.06.03 00:51:45.341063 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1276 | 2025.06.03 00:51:45.341434 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1277 | 2025.06.03 00:51:45.341471 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1278 | 2025.06.03 00:51:45.341785 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1279 | 2025.06.03 00:51:45.342001 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1280 | 2025.06.03 00:51:45.342132 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. | ||
1281 | 2025.06.03 00:51:45.342167 [ 258 ] {30f00c25-a748-41bd-9d89-809e57b5c3bd} <Debug> TCPHandler: Processed in 0.001298321 sec. | ||
1282 | 2025.06.03 00:51:46.852715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1283 | 2025.06.03 00:51:46.853205 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1284 | 2025.06.03 00:51:46.853259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1285 | 2025.06.03 00:51:46.853814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1286 | 2025.06.03 00:51:46.854058 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1287 | 2025.06.03 00:51:46.854206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1288 | 2025.06.03 00:51:46.973089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1289 | 2025.06.03 00:51:46.990774 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1290 | 2025.06.03 00:51:46.990836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1291 | 2025.06.03 00:51:46.997471 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1292 | 2025.06.03 00:51:46.998211 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1293 | 2025.06.03 00:51:47.001116 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.07 MiB, peak 168.07 MiB, free memory in arenas 0.00 B, will set to 165.49 MiB (RSS), difference: 1.42 MiB | ||
1294 | 2025.06.03 00:51:47.001501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1295 | 2025.06.03 00:51:49.356205 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
1296 | 2025.06.03 00:51:49.358924 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1297 | 2025.06.03 00:51:49.358983 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1298 | 2025.06.03 00:51:49.360263 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1299 | 2025.06.03 00:51:49.360559 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1300 | 2025.06.03 00:51:49.360912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
1301 | 2025.06.03 00:51:50.336311 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1302 | 2025.06.03 00:51:50.336530 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1303 | 2025.06.03 00:51:50.336617 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1304 | 2025.06.03 00:51:50.337518 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1305 | 2025.06.03 00:51:50.337592 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1306 | 2025.06.03 00:51:50.338147 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1307 | 2025.06.03 00:51:50.338491 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1308 | 2025.06.03 00:51:50.338709 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002243 sec., 32099.866250557287 rows/sec., 2.60 MiB/sec. | ||
1309 | 2025.06.03 00:51:50.338776 [ 258 ] {73e8b019-b656-4674-bbe8-e2fe511dfcb8} <Debug> TCPHandler: Processed in 0.002642442 sec. | ||
1310 | 2025.06.03 00:51:50.338953 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1311 | 2025.06.03 00:51:50.339085 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1312 | 2025.06.03 00:51:50.339145 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1313 | 2025.06.03 00:51:50.339692 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1314 | 2025.06.03 00:51:50.339741 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1315 | 2025.06.03 00:51:50.340180 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1316 | 2025.06.03 00:51:50.340514 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1317 | 2025.06.03 00:51:50.340692 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00164 sec., 4878.048780487805 rows/sec., 366.81 KiB/sec. | ||
1318 | 2025.06.03 00:51:50.340748 [ 258 ] {a26f0aff-83fb-4e89-b0d6-2995474478ae} <Debug> TCPHandler: Processed in 0.001861818 sec. | ||
1319 | 2025.06.03 00:51:50.340900 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1320 | 2025.06.03 00:51:50.341024 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1321 | 2025.06.03 00:51:50.341081 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1322 | 2025.06.03 00:51:50.341661 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1323 | 2025.06.03 00:51:50.341704 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1324 | 2025.06.03 00:51:50.342128 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1325 | 2025.06.03 00:51:50.342404 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1326 | 2025.06.03 00:51:50.342553 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001558 sec., 46213.093709884466 rows/sec., 3.61 MiB/sec. | ||
1327 | 2025.06.03 00:51:50.342595 [ 258 ] {3d881ddd-26fd-404b-a363-02318bdc4f81} <Debug> TCPHandler: Processed in 0.001757245 sec. | ||
1328 | 2025.06.03 00:51:50.342721 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1329 | 2025.06.03 00:51:50.342827 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1330 | 2025.06.03 00:51:50.342876 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1331 | 2025.06.03 00:51:50.343308 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1332 | 2025.06.03 00:51:50.343346 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1333 | 2025.06.03 00:51:50.343696 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1334 | 2025.06.03 00:51:50.343916 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1335 | 2025.06.03 00:51:50.344052 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. | ||
1336 | 2025.06.03 00:51:50.344090 [ 258 ] {cfac754e-24d1-4088-98ff-8a4396c6c533} <Debug> TCPHandler: Processed in 0.001419894 sec. | ||
1337 | 2025.06.03 00:51:50.344217 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1338 | 2025.06.03 00:51:50.344313 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1339 | 2025.06.03 00:51:50.344369 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1340 | 2025.06.03 00:51:50.345176 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1341 | 2025.06.03 00:51:50.345216 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1342 | 2025.06.03 00:51:50.345828 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1343 | 2025.06.03 00:51:50.346197 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1344 | 2025.06.03 00:51:50.346387 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002092 sec., 3824.091778202677 rows/sec., 6.85 MiB/sec. | ||
1345 | 2025.06.03 00:51:50.346453 [ 258 ] {72eb5fc3-06a1-4c3c-b211-e4ff1b94cbac} <Debug> TCPHandler: Processed in 0.002285931 sec. | ||
1346 | 2025.06.03 00:51:50.346580 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1347 | 2025.06.03 00:51:50.346686 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1348 | 2025.06.03 00:51:50.346730 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1349 | 2025.06.03 00:51:50.347106 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1350 | 2025.06.03 00:51:50.347145 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1351 | 2025.06.03 00:51:50.347476 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1352 | 2025.06.03 00:51:50.347734 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1353 | 2025.06.03 00:51:50.347924 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.22 MiB/sec. | ||
1354 | 2025.06.03 00:51:50.347972 [ 258 ] {c33f8bf3-542c-4187-bafd-44b869282daf} <Debug> TCPHandler: Processed in 0.001442715 sec. | ||
1355 | 2025.06.03 00:51:54.311636 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1356 | 2025.06.03 00:51:54.311711 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1357 | 2025.06.03 00:51:54.355026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1358 | 2025.06.03 00:51:54.355510 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1359 | 2025.06.03 00:51:54.355555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1360 | 2025.06.03 00:51:54.356098 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1361 | 2025.06.03 00:51:54.356341 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1362 | 2025.06.03 00:51:54.356466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1363 | 2025.06.03 00:51:54.356464 [ 94 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1364 | 2025.06.03 00:51:54.356537 [ 94 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1365 | 2025.06.03 00:51:54.356560 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1366 | 2025.06.03 00:51:54.358756 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
1367 | 2025.06.03 00:51:54.358979 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1368 | 2025.06.03 00:51:54.359117 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
1369 | 2025.06.03 00:51:54.359232 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
1370 | 2025.06.03 00:51:54.359380 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
1371 | 2025.06.03 00:51:54.359432 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
1372 | 2025.06.03 00:51:54.359477 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
1373 | 2025.06.03 00:51:54.359521 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
1374 | 2025.06.03 00:51:54.392965 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.036253546 sec., 77399.3252963448 rows/sec., 1.11 MiB/sec. | ||
1375 | 2025.06.03 00:51:54.393723 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1376 | 2025.06.03 00:51:54.394014 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1377 | 2025.06.03 00:51:54.394085 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_6_1} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1378 | 2025.06.03 00:51:54.394177 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1379 | 2025.06.03 00:51:54.502318 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1380 | 2025.06.03 00:51:54.518771 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1381 | 2025.06.03 00:51:54.518832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1382 | 2025.06.03 00:51:54.524814 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1383 | 2025.06.03 00:51:54.525563 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1384 | 2025.06.03 00:51:54.525861 [ 92 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1385 | 2025.06.03 00:51:54.525926 [ 92 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1386 | 2025.06.03 00:51:54.525951 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1387 | 2025.06.03 00:51:54.526053 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1388 | 2025.06.03 00:51:54.529242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1389 | 2025.06.03 00:51:54.530531 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1390 | 2025.06.03 00:51:54.532131 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1391 | 2025.06.03 00:51:54.536897 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1392 | 2025.06.03 00:51:54.541629 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1393 | 2025.06.03 00:51:54.545915 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1394 | 2025.06.03 00:51:54.553262 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1395 | 2025.06.03 00:51:54.557668 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
1396 | 2025.06.03 00:51:54.619227 [ 191 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093218335 sec., 493.465153609534 rows/sec., 2.55 MiB/sec. | ||
1397 | 2025.06.03 00:51:54.621628 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1398 | 2025.06.03 00:51:54.623800 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_6_1} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1399 | 2025.06.03 00:51:54.623901 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_6_1} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1400 | 2025.06.03 00:51:54.625995 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1401 | 2025.06.03 00:51:55.000134 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.76 MiB, peak 176.30 MiB, free memory in arenas 0.00 B, will set to 176.48 MiB (RSS), difference: 9.72 MiB | ||
1402 | 2025.06.03 00:51:55.330359 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1403 | 2025.06.03 00:51:55.330591 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1404 | 2025.06.03 00:51:55.330935 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1405 | 2025.06.03 00:51:55.330974 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1406 | 2025.06.03 00:51:55.331222 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1407 | 2025.06.03 00:51:55.331300 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1408 | 2025.06.03 00:51:55.331452 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1409 | 2025.06.03 00:51:55.331664 [ 288 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1410 | 2025.06.03 00:51:55.331694 [ 289 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1411 | 2025.06.03 00:51:55.331803 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1412 | 2025.06.03 00:51:55.331835 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1413 | 2025.06.03 00:51:55.333868 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1414 | 2025.06.03 00:51:55.333897 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1415 | 2025.06.03 00:51:55.333965 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1416 | 2025.06.03 00:51:55.334008 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1417 | 2025.06.03 00:51:55.334986 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00449 sec., 6904.231625835189 rows/sec., 260.56 KiB/sec. | ||
1418 | 2025.06.03 00:51:55.335121 [ 258 ] {a31adde2-928c-4671-bb01-c9173718d8ea} <Debug> TCPHandler: Processed in 0.004888002 sec. | ||
1419 | 2025.06.03 00:51:55.335423 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1420 | 2025.06.03 00:51:55.335570 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1421 | 2025.06.03 00:51:55.335828 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1422 | 2025.06.03 00:51:55.335873 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1423 | 2025.06.03 00:51:55.336096 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1424 | 2025.06.03 00:51:55.336152 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1425 | 2025.06.03 00:51:55.336263 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1426 | 2025.06.03 00:51:55.336334 [ 289 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1427 | 2025.06.03 00:51:55.336352 [ 290 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1428 | 2025.06.03 00:51:55.336454 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1429 | 2025.06.03 00:51:55.336481 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1430 | 2025.06.03 00:51:55.336541 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1431 | 2025.06.03 00:51:55.336560 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1432 | 2025.06.03 00:51:55.336593 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1433 | 2025.06.03 00:51:55.336625 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1434 | 2025.06.03 00:51:55.337319 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001814 sec., 17089.30540242558 rows/sec., 644.94 KiB/sec. | ||
1435 | 2025.06.03 00:51:55.337428 [ 258 ] {cbb9d660-1d1f-4da9-b88f-6f4a448dad29} <Debug> TCPHandler: Processed in 0.002057504 sec. | ||
1436 | 2025.06.03 00:51:55.337635 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1437 | 2025.06.03 00:51:55.337775 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1438 | 2025.06.03 00:51:55.338011 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1439 | 2025.06.03 00:51:55.338048 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1440 | 2025.06.03 00:51:55.338259 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1441 | 2025.06.03 00:51:55.338315 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1442 | 2025.06.03 00:51:55.338422 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1443 | 2025.06.03 00:51:55.338484 [ 288 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1444 | 2025.06.03 00:51:55.338487 [ 289 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1445 | 2025.06.03 00:51:55.338584 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1446 | 2025.06.03 00:51:55.338610 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1447 | 2025.06.03 00:51:55.338668 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1448 | 2025.06.03 00:51:55.338685 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1449 | 2025.06.03 00:51:55.338716 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1450 | 2025.06.03 00:51:55.338754 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1451 | 2025.06.03 00:51:55.339336 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001622 sec., 19112.207151664614 rows/sec., 721.28 KiB/sec. | ||
1452 | 2025.06.03 00:51:55.339447 [ 258 ] {a84ea137-bb4d-48d5-ad98-d7e932451dfd} <Debug> TCPHandler: Processed in 0.001862458 sec. | ||
1453 | 2025.06.03 00:51:55.340207 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1454 | 2025.06.03 00:51:55.340342 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) 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) | ||
1455 | 2025.06.03 00:51:55.340565 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1456 | 2025.06.03 00:51:55.340601 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <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 | ||
1457 | 2025.06.03 00:51:55.340802 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1458 | 2025.06.03 00:51:55.340857 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1459 | 2025.06.03 00:51:55.340958 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
1460 | 2025.06.03 00:51:55.341027 [ 290 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1461 | 2025.06.03 00:51:55.341029 [ 288 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1462 | 2025.06.03 00:51:55.341146 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1463 | 2025.06.03 00:51:55.341172 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1464 | 2025.06.03 00:51:55.341229 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1465 | 2025.06.03 00:51:55.341246 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1466 | 2025.06.03 00:51:55.341276 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <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'))" | ||
1467 | 2025.06.03 00:51:55.341307 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <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'))" | ||
1468 | 2025.06.03 00:51:55.341917 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001629 sec., 19030.079803560468 rows/sec., 718.18 KiB/sec. | ||
1469 | 2025.06.03 00:51:55.342024 [ 258 ] {5fbd259d-5a4d-4e82-a468-0ab796389304} <Debug> TCPHandler: Processed in 0.001865858 sec. | ||
1470 | 2025.06.03 00:51:55.348038 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2025.06.03 00:51:55.348150 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1472 | 2025.06.03 00:51:55.348194 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1473 | 2025.06.03 00:51:55.348777 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2025.06.03 00:51:55.348823 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1475 | 2025.06.03 00:51:55.349260 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1476 | 2025.06.03 00:51:55.349466 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1477 | 2025.06.03 00:51:55.349609 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001491 sec., 2682.763246143528 rows/sec., 252.82 KiB/sec. | ||
1478 | 2025.06.03 00:51:55.349649 [ 258 ] {de10f39b-1f5a-4ce5-a9bf-06188c866fc7} <Debug> TCPHandler: Processed in 0.001662742 sec. | ||
1479 | 2025.06.03 00:51:55.349761 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1480 | 2025.06.03 00:51:55.349858 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1481 | 2025.06.03 00:51:55.349899 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1482 | 2025.06.03 00:51:55.350361 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1483 | 2025.06.03 00:51:55.350397 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1484 | 2025.06.03 00:51:55.350723 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1485 | 2025.06.03 00:51:55.350960 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1486 | 2025.06.03 00:51:55.351059 [ 92 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1487 | 2025.06.03 00:51:55.351089 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Debug> executeQuery: Read 109 rows, 9.33 KiB in 0.001251 sec., 87130.2957633893 rows/sec., 7.28 MiB/sec. | ||
1488 | 2025.06.03 00:51:55.351102 [ 92 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1489 | 2025.06.03 00:51:55.351130 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1490 | 2025.06.03 00:51:55.351133 [ 258 ] {14177172-195c-4979-8cf7-b57430e60f9a} <Debug> TCPHandler: Processed in 0.001420824 sec. | ||
1491 | 2025.06.03 00:51:55.351232 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
1492 | 2025.06.03 00:51:55.351263 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1493 | 2025.06.03 00:51:55.351357 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1494 | 2025.06.03 00:51:55.351362 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1495 | 2025.06.03 00:51:55.351398 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1496 | 2025.06.03 00:51:55.351421 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1497 | 2025.06.03 00:51:55.351464 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1498 | 2025.06.03 00:51:55.351515 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
1499 | 2025.06.03 00:51:55.351562 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1500 | 2025.06.03 00:51:55.351604 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
1501 | 2025.06.03 00:51:55.351645 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 109 rows starting from the beginning of the part | ||
1502 | 2025.06.03 00:51:55.351839 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1503 | 2025.06.03 00:51:55.351882 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1504 | 2025.06.03 00:51:55.352296 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1505 | 2025.06.03 00:51:55.352588 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1506 | 2025.06.03 00:51:55.352722 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00138 sec., 18840.579710144928 rows/sec., 1.38 MiB/sec. | ||
1507 | 2025.06.03 00:51:55.352762 [ 258 ] {032192bc-e42e-4120-b6e8-d50898bdbc18} <Debug> TCPHandler: Processed in 0.001547728 sec. | ||
1508 | 2025.06.03 00:51:55.352848 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001659972 sec., 591576.2434547088 rows/sec., 48.94 MiB/sec. | ||
1509 | 2025.06.03 00:51:55.352872 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1510 | 2025.06.03 00:51:55.352968 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1511 | 2025.06.03 00:51:55.353008 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1512 | 2025.06.03 00:51:55.353077 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1513 | 2025.06.03 00:51:55.353399 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1514 | 2025.06.03 00:51:55.353413 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1515 | 2025.06.03 00:51:55.353438 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1516 | 2025.06.03 00:51:55.353485 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_6_1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1517 | 2025.06.03 00:51:55.353560 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
1518 | 2025.06.03 00:51:55.353732 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1519 | 2025.06.03 00:51:55.353949 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1520 | 2025.06.03 00:51:55.354073 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 59.08 KiB/sec. | ||
1521 | 2025.06.03 00:51:55.354111 [ 258 ] {02646851-0b0c-4663-96c9-3008a57c44f3} <Debug> TCPHandler: Processed in 0.001287791 sec. | ||
1522 | 2025.06.03 00:51:55.354215 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1523 | 2025.06.03 00:51:55.354311 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1524 | 2025.06.03 00:51:55.354352 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1525 | 2025.06.03 00:51:55.354790 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2025.06.03 00:51:55.354826 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1527 | 2025.06.03 00:51:55.355160 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1528 | 2025.06.03 00:51:55.355384 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1529 | 2025.06.03 00:51:55.355484 [ 92 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1530 | 2025.06.03 00:51:55.355515 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001223 sec., 81766.14881439085 rows/sec., 6.40 MiB/sec. | ||
1531 | 2025.06.03 00:51:55.355517 [ 92 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1532 | 2025.06.03 00:51:55.355553 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1533 | 2025.06.03 00:51:55.355561 [ 258 ] {af2516ef-fa4b-49f0-9071-6d4bb0472f39} <Debug> TCPHandler: Processed in 0.001395753 sec. | ||
1534 | 2025.06.03 00:51:55.355627 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
1535 | 2025.06.03 00:51:55.355685 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1536 | 2025.06.03 00:51:55.355746 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1537 | 2025.06.03 00:51:55.355781 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
1538 | 2025.06.03 00:51:55.355795 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1539 | 2025.06.03 00:51:55.355837 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1540 | 2025.06.03 00:51:55.355844 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1541 | 2025.06.03 00:51:55.355894 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
1542 | 2025.06.03 00:51:55.355954 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1543 | 2025.06.03 00:51:55.355997 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
1544 | 2025.06.03 00:51:55.356040 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
1545 | 2025.06.03 00:51:55.356290 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1546 | 2025.06.03 00:51:55.356331 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1547 | 2025.06.03 00:51:55.356751 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1548 | 2025.06.03 00:51:55.356978 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385613 sec., 544163.4857640626 rows/sec., 42.49 MiB/sec. | ||
1549 | 2025.06.03 00:51:55.356994 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1550 | 2025.06.03 00:51:55.357097 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1551 | 2025.06.03 00:51:55.357127 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1552 | 2025.06.03 00:51:55.357138 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001361 sec., 117560.61719324026 rows/sec., 8.19 MiB/sec. | ||
1553 | 2025.06.03 00:51:55.357145 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1554 | 2025.06.03 00:51:55.357186 [ 258 ] {ddd1d590-f72b-41f1-aadd-20c7168144ec} <Debug> TCPHandler: Processed in 0.001549868 sec. | ||
1555 | 2025.06.03 00:51:55.357190 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1556 | 2025.06.03 00:51:55.357229 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
1557 | 2025.06.03 00:51:55.357310 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1558 | 2025.06.03 00:51:55.357343 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1559 | 2025.06.03 00:51:55.357375 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
1560 | 2025.06.03 00:51:55.357409 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1561 | 2025.06.03 00:51:55.357422 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
1562 | 2025.06.03 00:51:55.357462 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1563 | 2025.06.03 00:51:55.357473 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
1564 | 2025.06.03 00:51:55.357537 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1565 | 2025.06.03 00:51:55.357543 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1566 | 2025.06.03 00:51:55.357598 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1567 | 2025.06.03 00:51:55.357624 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_6_1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1568 | 2025.06.03 00:51:55.357637 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1569 | 2025.06.03 00:51:55.357719 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
1570 | 2025.06.03 00:51:55.357812 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1571 | 2025.06.03 00:51:55.357854 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1572 | 2025.06.03 00:51:55.358202 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1573 | 2025.06.03 00:51:55.358443 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1574 | 2025.06.03 00:51:55.358591 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.0012 sec., 833.3333333333334 rows/sec., 52.90 KiB/sec. | ||
1575 | 2025.06.03 00:51:55.358630 [ 258 ] {b45e2a28-4da9-4f40-bbff-1a07f4ca6ddb} <Debug> TCPHandler: Processed in 0.001370583 sec. | ||
1576 | 2025.06.03 00:51:55.358741 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1577 | 2025.06.03 00:51:55.358835 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1578 | 2025.06.03 00:51:55.358856 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1005 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655382 sec., 607110.6246171579 rows/sec., 41.91 MiB/sec. | ||
1579 | 2025.06.03 00:51:55.358892 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1580 | 2025.06.03 00:51:55.359031 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1581 | 2025.06.03 00:51:55.359300 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1582 | 2025.06.03 00:51:55.359370 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1583 | 2025.06.03 00:51:55.359437 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
1584 | 2025.06.03 00:51:55.359859 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1585 | 2025.06.03 00:51:55.359902 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1586 | 2025.06.03 00:51:55.360458 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1587 | 2025.06.03 00:51:55.360686 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1588 | 2025.06.03 00:51:55.360844 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002026 sec., 12833.168805528134 rows/sec., 23.00 MiB/sec. | ||
1589 | 2025.06.03 00:51:55.360906 [ 258 ] {3dca8f52-3b03-4b07-8d87-55da4b43d4d2} <Debug> TCPHandler: Processed in 0.002214638 sec. | ||
1590 | 2025.06.03 00:51:55.361024 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1591 | 2025.06.03 00:51:55.361119 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1592 | 2025.06.03 00:51:55.361163 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1593 | 2025.06.03 00:51:55.361507 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Trace> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1594 | 2025.06.03 00:51:55.361545 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1595 | 2025.06.03 00:51:55.361858 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1596 | 2025.06.03 00:51:55.362073 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Trace> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1597 | 2025.06.03 00:51:55.362204 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001103 sec., 16319.129646418858 rows/sec., 1.20 MiB/sec. | ||
1598 | 2025.06.03 00:51:55.362242 [ 258 ] {bcfc3546-7f50-40af-acad-b24ff73128f4} <Debug> TCPHandler: Processed in 0.0012661 sec. | ||
1599 | 2025.06.03 00:51:55.362350 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2025.06.03 00:51:55.362443 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1601 | 2025.06.03 00:51:55.362483 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1602 | 2025.06.03 00:51:55.362851 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1603 | 2025.06.03 00:51:55.362888 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1604 | 2025.06.03 00:51:55.363232 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1605 | 2025.06.03 00:51:55.363494 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1606 | 2025.06.03 00:51:55.363601 [ 92 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1607 | 2025.06.03 00:51:55.363636 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. | ||
1608 | 2025.06.03 00:51:55.363639 [ 92 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1609 | 2025.06.03 00:51:55.363679 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
1610 | 2025.06.03 00:51:55.363680 [ 258 ] {4c7908dc-0d67-4981-8682-a178d11f9620} <Debug> TCPHandler: Processed in 0.001378492 sec. | ||
1611 | 2025.06.03 00:51:55.363820 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
1612 | 2025.06.03 00:51:55.363947 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1613 | 2025.06.03 00:51:55.363987 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
1614 | 2025.06.03 00:51:55.364076 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1615 | 2025.06.03 00:51:55.364130 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
1616 | 2025.06.03 00:51:55.364174 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1617 | 2025.06.03 00:51:55.364222 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1618 | 2025.06.03 00:51:55.364269 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1619 | 2025.06.03 00:51:55.365270 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 4 columns (4 merged, 0 gathered) in 0.001493717 sec., 247704.21706387488 rows/sec., 16.48 MiB/sec. | ||
1620 | 2025.06.03 00:51:55.365465 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1621 | 2025.06.03 00:51:55.365835 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1622 | 2025.06.03 00:51:55.365918 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_6_1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1623 | 2025.06.03 00:51:55.365991 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1624 | 2025.06.03 00:51:59.361976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 240 | ||
1625 | 2025.06.03 00:51:59.364370 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1626 | 2025.06.03 00:51:59.364426 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1627 | 2025.06.03 00:51:59.365683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1628 | 2025.06.03 00:51:59.365947 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1629 | 2025.06.03 00:51:59.366253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 240 | ||
1630 | 2025.06.03 00:52:00.336097 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1631 | 2025.06.03 00:52:00.336275 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1632 | 2025.06.03 00:52:00.336345 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1633 | 2025.06.03 00:52:00.337040 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1634 | 2025.06.03 00:52:00.337097 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1635 | 2025.06.03 00:52:00.337499 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1636 | 2025.06.03 00:52:00.337719 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2025.06.03 00:52:00.337869 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001673 sec., 43036.46144650329 rows/sec., 3.48 MiB/sec. | ||
1638 | 2025.06.03 00:52:00.337917 [ 258 ] {5c2529ed-caec-4267-8bde-78233eefdcdb} <Debug> TCPHandler: Processed in 0.001982411 sec. | ||
1639 | 2025.06.03 00:52:00.338045 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2025.06.03 00:52:00.338147 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1641 | 2025.06.03 00:52:00.338192 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1642 | 2025.06.03 00:52:00.338663 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1643 | 2025.06.03 00:52:00.338705 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1644 | 2025.06.03 00:52:00.339031 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1645 | 2025.06.03 00:52:00.339245 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1646 | 2025.06.03 00:52:00.339382 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001208 sec., 6622.51655629139 rows/sec., 497.98 KiB/sec. | ||
1647 | 2025.06.03 00:52:00.339422 [ 258 ] {b127851e-2e60-4a94-9459-73d9a7f96f33} <Debug> TCPHandler: Processed in 0.001384643 sec. | ||
1648 | 2025.06.03 00:52:00.339544 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1649 | 2025.06.03 00:52:00.339642 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1650 | 2025.06.03 00:52:00.339685 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1651 | 2025.06.03 00:52:00.340119 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2025.06.03 00:52:00.340157 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1653 | 2025.06.03 00:52:00.340474 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1654 | 2025.06.03 00:52:00.340702 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2025.06.03 00:52:00.340835 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001214 sec., 59308.07248764415 rows/sec., 4.63 MiB/sec. | ||
1656 | 2025.06.03 00:52:00.340875 [ 258 ] {46c047ee-13c3-4875-bf2f-99604d847ccc} <Debug> TCPHandler: Processed in 0.001380383 sec. | ||
1657 | 2025.06.03 00:52:00.340992 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1658 | 2025.06.03 00:52:00.341087 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1659 | 2025.06.03 00:52:00.341132 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1660 | 2025.06.03 00:52:00.341585 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1661 | 2025.06.03 00:52:00.341625 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1662 | 2025.06.03 00:52:00.341978 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1663 | 2025.06.03 00:52:00.342205 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1664 | 2025.06.03 00:52:00.342338 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. | ||
1665 | 2025.06.03 00:52:00.342377 [ 258 ] {8fce6529-9b27-4ed8-a9c0-99f42dd5a271} <Debug> TCPHandler: Processed in 0.001434914 sec. | ||
1666 | 2025.06.03 00:52:00.342489 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1667 | 2025.06.03 00:52:00.342587 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1668 | 2025.06.03 00:52:00.342646 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1669 | 2025.06.03 00:52:00.343451 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1670 | 2025.06.03 00:52:00.343492 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1671 | 2025.06.03 00:52:00.344018 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1672 | 2025.06.03 00:52:00.344269 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1673 | 2025.06.03 00:52:00.344418 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00185 sec., 4324.324324324324 rows/sec., 7.75 MiB/sec. | ||
1674 | 2025.06.03 00:52:00.344486 [ 258 ] {9984f3d9-fce5-41b3-9493-0ca06a3a017d} <Debug> TCPHandler: Processed in 0.002047124 sec. | ||
1675 | 2025.06.03 00:52:00.344607 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1676 | 2025.06.03 00:52:00.344704 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1677 | 2025.06.03 00:52:00.344747 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1678 | 2025.06.03 00:52:00.345081 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1679 | 2025.06.03 00:52:00.345119 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1680 | 2025.06.03 00:52:00.345440 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1681 | 2025.06.03 00:52:00.345659 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1682 | 2025.06.03 00:52:00.345793 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. | ||
1683 | 2025.06.03 00:52:00.345833 [ 258 ] {787c0637-339d-49df-b08f-5c460d88e9d6} <Debug> TCPHandler: Processed in 0.0012752 sec. | ||
1684 | 2025.06.03 00:52:01.856532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1685 | 2025.06.03 00:52:01.857019 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1686 | 2025.06.03 00:52:01.857064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1687 | 2025.06.03 00:52:01.857567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1688 | 2025.06.03 00:52:01.857799 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1689 | 2025.06.03 00:52:01.857929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1690 | 2025.06.03 00:52:02.029302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1691 | 2025.06.03 00:52:02.047749 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1692 | 2025.06.03 00:52:02.047810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1693 | 2025.06.03 00:52:02.053475 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1694 | 2025.06.03 00:52:02.054156 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1695 | 2025.06.03 00:52:02.057478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1696 | 2025.06.03 00:52:05.336502 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1697 | 2025.06.03 00:52:05.336696 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1698 | 2025.06.03 00:52:05.336763 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1699 | 2025.06.03 00:52:05.337441 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1700 | 2025.06.03 00:52:05.337486 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1701 | 2025.06.03 00:52:05.337869 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1702 | 2025.06.03 00:52:05.338092 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1703 | 2025.06.03 00:52:05.338251 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Debug> executeQuery: Read 110 rows, 9.43 KiB in 0.001603 sec., 68621.33499688085 rows/sec., 5.75 MiB/sec. | ||
1704 | 2025.06.03 00:52:05.338299 [ 258 ] {d50ba615-964c-4010-b367-670c62245a7c} <Debug> TCPHandler: Processed in 0.00191878 sec. | ||
1705 | 2025.06.03 00:52:05.338432 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1706 | 2025.06.03 00:52:05.338535 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1707 | 2025.06.03 00:52:05.338580 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1708 | 2025.06.03 00:52:05.338997 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1709 | 2025.06.03 00:52:05.339036 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1710 | 2025.06.03 00:52:05.339341 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1711 | 2025.06.03 00:52:05.339544 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1712 | 2025.06.03 00:52:05.339677 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001166 sec., 23156.089193825042 rows/sec., 1.70 MiB/sec. | ||
1713 | 2025.06.03 00:52:05.339716 [ 258 ] {9ba9122e-9135-46ae-8b0c-d898131d661c} <Debug> TCPHandler: Processed in 0.001335252 sec. | ||
1714 | 2025.06.03 00:52:05.339818 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1715 | 2025.06.03 00:52:05.339914 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1716 | 2025.06.03 00:52:05.339956 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1717 | 2025.06.03 00:52:05.340384 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1718 | 2025.06.03 00:52:05.340421 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1719 | 2025.06.03 00:52:05.340715 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1720 | 2025.06.03 00:52:05.340930 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1721 | 2025.06.03 00:52:05.341057 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001162 sec., 78313.25301204818 rows/sec., 6.12 MiB/sec. | ||
1722 | 2025.06.03 00:52:05.341094 [ 258 ] {2b722bea-954c-4bcb-99dc-4e53775c539f} <Debug> TCPHandler: Processed in 0.001325481 sec. | ||
1723 | 2025.06.03 00:52:05.341206 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1724 | 2025.06.03 00:52:05.341302 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1725 | 2025.06.03 00:52:05.341347 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1726 | 2025.06.03 00:52:05.341751 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1727 | 2025.06.03 00:52:05.341788 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1728 | 2025.06.03 00:52:05.342108 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1729 | 2025.06.03 00:52:05.342311 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1730 | 2025.06.03 00:52:05.342438 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. | ||
1731 | 2025.06.03 00:52:05.342475 [ 258 ] {e5e68fac-8885-4892-b4b7-ee310f2c6c51} <Debug> TCPHandler: Processed in 0.001317861 sec. | ||
1732 | 2025.06.03 00:52:05.342580 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1733 | 2025.06.03 00:52:05.342676 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1734 | 2025.06.03 00:52:05.342730 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1735 | 2025.06.03 00:52:05.343502 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1736 | 2025.06.03 00:52:05.343538 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1737 | 2025.06.03 00:52:05.344047 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1738 | 2025.06.03 00:52:05.344267 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1739 | 2025.06.03 00:52:05.344406 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.001748 sec., 15446.224256292906 rows/sec., 27.68 MiB/sec. | ||
1740 | 2025.06.03 00:52:05.344468 [ 258 ] {a4004809-4c13-4ddc-abdf-012d3cd5868b} <Debug> TCPHandler: Processed in 0.001935189 sec. | ||
1741 | 2025.06.03 00:52:05.344584 [ 258 ] {} <Trace> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1742 | 2025.06.03 00:52:05.344681 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1743 | 2025.06.03 00:52:05.344724 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1744 | 2025.06.03 00:52:05.345058 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1745 | 2025.06.03 00:52:05.345096 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1746 | 2025.06.03 00:52:05.345390 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1747 | 2025.06.03 00:52:05.345598 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1748 | 2025.06.03 00:52:05.345725 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. | ||
1749 | 2025.06.03 00:52:05.345760 [ 258 ] {b6c10f53-4c1b-4026-a0f1-ba3185b60efb} <Debug> TCPHandler: Processed in 0.001225738 sec. | ||
1750 | 2025.06.03 00:52:09.311770 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1751 | 2025.06.03 00:52:09.311842 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1752 | 2025.06.03 00:52:09.358846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1753 | 2025.06.03 00:52:09.359341 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1754 | 2025.06.03 00:52:09.359394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1755 | 2025.06.03 00:52:09.359887 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1756 | 2025.06.03 00:52:09.360120 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1757 | 2025.06.03 00:52:09.360261 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1758 | 2025.06.03 00:52:09.367294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 264 | ||
1759 | 2025.06.03 00:52:09.369708 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1760 | 2025.06.03 00:52:09.369779 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1761 | 2025.06.03 00:52:09.371080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1762 | 2025.06.03 00:52:09.371404 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1763 | 2025.06.03 00:52:09.371774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264 | ||
1764 | 2025.06.03 00:52:09.558381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1765 | 2025.06.03 00:52:09.575928 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1766 | 2025.06.03 00:52:09.575996 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1767 | 2025.06.03 00:52:09.582162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1768 | 2025.06.03 00:52:09.582924 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2025.06.03 00:52:09.586311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1770 | 2025.06.03 00:52:10.003077 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
1771 | 2025.06.03 00:52:10.003164 [ 258 ] {} <Debug> TCP-Session: 00d28ce9-fcca-4c46-b9de-ac43f7fe1fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2025.06.03 00:52:10.335815 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1773 | 2025.06.03 00:52:10.335993 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1774 | 2025.06.03 00:52:10.336060 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1775 | 2025.06.03 00:52:10.336848 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1776 | 2025.06.03 00:52:10.336910 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1777 | 2025.06.03 00:52:10.337477 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1778 | 2025.06.03 00:52:10.337829 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1779 | 2025.06.03 00:52:10.338005 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00206 sec., 34951.456310679605 rows/sec., 2.83 MiB/sec. | ||
1780 | 2025.06.03 00:52:10.338060 [ 261 ] {a191d144-0a63-4a6f-bf3e-7398a1224ce5} <Debug> TCPHandler: Processed in 0.002380344 sec. | ||
1781 | 2025.06.03 00:52:10.338221 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1782 | 2025.06.03 00:52:10.338346 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1783 | 2025.06.03 00:52:10.338399 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1784 | 2025.06.03 00:52:10.338909 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1785 | 2025.06.03 00:52:10.338953 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1786 | 2025.06.03 00:52:10.339343 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1787 | 2025.06.03 00:52:10.339627 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1788 | 2025.06.03 00:52:10.339777 [ 56 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1789 | 2025.06.03 00:52:10.339787 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001468 sec., 5449.591280653951 rows/sec., 409.78 KiB/sec. | ||
1790 | 2025.06.03 00:52:10.339858 [ 56 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1791 | 2025.06.03 00:52:10.339883 [ 261 ] {1376b617-e2e6-4fc3-843f-f63d5e8d02da} <Debug> TCPHandler: Processed in 0.001723724 sec. | ||
1792 | 2025.06.03 00:52:10.339887 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1793 | 2025.06.03 00:52:10.340002 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
1794 | 2025.06.03 00:52:10.340038 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1795 | 2025.06.03 00:52:10.340102 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1796 | 2025.06.03 00:52:10.340133 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
1797 | 2025.06.03 00:52:10.340150 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1798 | 2025.06.03 00:52:10.340196 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
1799 | 2025.06.03 00:52:10.340201 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1800 | 2025.06.03 00:52:10.340243 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
1801 | 2025.06.03 00:52:10.340291 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
1802 | 2025.06.03 00:52:10.340332 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
1803 | 2025.06.03 00:52:10.340378 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
1804 | 2025.06.03 00:52:10.340742 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1805 | 2025.06.03 00:52:10.340782 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1806 | 2025.06.03 00:52:10.341149 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1807 | 2025.06.03 00:52:10.341214 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001247849 sec., 153063.39148406577 rows/sec., 10.58 MiB/sec. | ||
1808 | 2025.06.03 00:52:10.341437 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1809 | 2025.06.03 00:52:10.341444 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1810 | 2025.06.03 00:52:10.341616 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001489 sec., 48354.600402955 rows/sec., 3.77 MiB/sec. | ||
1811 | 2025.06.03 00:52:10.341661 [ 261 ] {f769b37c-cc38-425e-9d19-6b9c4af1407e} <Debug> TCPHandler: Processed in 0.001682552 sec. | ||
1812 | 2025.06.03 00:52:10.341828 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1813 | 2025.06.03 00:52:10.341939 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1814 | 2025.06.03 00:52:10.341961 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1815 | 2025.06.03 00:52:10.341994 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1816 | 2025.06.03 00:52:10.342051 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_6_1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1817 | 2025.06.03 00:52:10.342132 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1818 | 2025.06.03 00:52:10.342607 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1819 | 2025.06.03 00:52:10.342650 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1820 | 2025.06.03 00:52:10.343077 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1821 | 2025.06.03 00:52:10.343391 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1822 | 2025.06.03 00:52:10.343547 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
1823 | 2025.06.03 00:52:10.343590 [ 261 ] {5d1a6c1e-2183-4d45-9548-787848d469e1} <Debug> TCPHandler: Processed in 0.001820597 sec. | ||
1824 | 2025.06.03 00:52:10.343752 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1825 | 2025.06.03 00:52:10.343853 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1826 | 2025.06.03 00:52:10.343909 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1827 | 2025.06.03 00:52:10.344765 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1828 | 2025.06.03 00:52:10.344835 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1829 | 2025.06.03 00:52:10.345412 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1830 | 2025.06.03 00:52:10.345730 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1831 | 2025.06.03 00:52:10.345870 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1832 | 2025.06.03 00:52:10.345895 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00206 sec., 3883.4951456310678 rows/sec., 6.96 MiB/sec. | ||
1833 | 2025.06.03 00:52:10.345934 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1834 | 2025.06.03 00:52:10.345966 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1835 | 2025.06.03 00:52:10.345975 [ 261 ] {83bcff81-2f16-4275-8b3f-4dc784a870a1} <Debug> TCPHandler: Processed in 0.002283841 sec. | ||
1836 | 2025.06.03 00:52:10.346092 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1837 | 2025.06.03 00:52:10.346273 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1838 | 2025.06.03 00:52:10.346286 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1839 | 2025.06.03 00:52:10.346365 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1840 | 2025.06.03 00:52:10.346391 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1841 | 2025.06.03 00:52:10.346438 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1842 | 2025.06.03 00:52:10.346515 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1843 | 2025.06.03 00:52:10.346702 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1844 | 2025.06.03 00:52:10.346903 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1845 | 2025.06.03 00:52:10.347040 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1846 | 2025.06.03 00:52:10.347086 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1847 | 2025.06.03 00:52:10.347087 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
1848 | 2025.06.03 00:52:10.347265 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
1849 | 2025.06.03 00:52:10.347548 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1850 | 2025.06.03 00:52:10.347887 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1851 | 2025.06.03 00:52:10.348039 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001666 sec., 36014.40576230492 rows/sec., 2.43 MiB/sec. | ||
1852 | 2025.06.03 00:52:10.348086 [ 261 ] {094d8c02-b0aa-4ade-80ae-dca27c292c9e} <Debug> TCPHandler: Processed in 0.001865778 sec. | ||
1853 | 2025.06.03 00:52:10.349405 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 85 rows, containing 19 columns (19 merged, 0 gathered) in 0.003351204 sec., 25364.018424422982 rows/sec., 45.45 MiB/sec. | ||
1854 | 2025.06.03 00:52:10.349649 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1855 | 2025.06.03 00:52:10.349982 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1856 | 2025.06.03 00:52:10.350051 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1857 | 2025.06.03 00:52:10.350134 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
1858 | 2025.06.03 00:52:11.000461 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.58 MiB, peak 182.63 MiB, free memory in arenas 0.00 B, will set to 179.29 MiB (RSS), difference: 1.71 MiB | ||
1859 | 2025.06.03 00:52:11.104361 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1860 | 2025.06.03 00:52:11.104613 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
1861 | 2025.06.03 00:52:11.105025 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1862 | 2025.06.03 00:52:11.105069 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
1863 | 2025.06.03 00:52:11.105379 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1864 | 2025.06.03 00:52:11.105455 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1865 | 2025.06.03 00:52:11.105611 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
1866 | 2025.06.03 00:52:11.105829 [ 292 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1867 | 2025.06.03 00:52:11.105842 [ 288 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1868 | 2025.06.03 00:52:11.105837 [ 289 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1869 | 2025.06.03 00:52:11.106004 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1870 | 2025.06.03 00:52:11.106036 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1871 | 2025.06.03 00:52:11.106122 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1872 | 2025.06.03 00:52:11.106142 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1873 | 2025.06.03 00:52:11.106182 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
1874 | 2025.06.03 00:52:11.106223 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
1875 | 2025.06.03 00:52:11.106262 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
1876 | 2025.06.03 00:52:11.107290 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002786 sec., 12562.81407035176 rows/sec., 483.72 KiB/sec. | ||
1877 | 2025.06.03 00:52:11.107427 [ 261 ] {5b9995a6-6257-4afe-b1d7-8be403c8c153} <Debug> TCPHandler: Processed in 0.003261781 sec. | ||
1878 | 2025.06.03 00:52:11.107854 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1879 | 2025.06.03 00:52:11.107994 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1880 | 2025.06.03 00:52:11.108223 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1881 | 2025.06.03 00:52:11.108260 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1882 | 2025.06.03 00:52:11.108480 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1883 | 2025.06.03 00:52:11.108537 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1884 | 2025.06.03 00:52:11.108638 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
1885 | 2025.06.03 00:52:11.108713 [ 288 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1886 | 2025.06.03 00:52:11.108722 [ 293 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1887 | 2025.06.03 00:52:11.108734 [ 289 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1888 | 2025.06.03 00:52:11.108842 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1889 | 2025.06.03 00:52:11.108869 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1890 | 2025.06.03 00:52:11.108936 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1891 | 2025.06.03 00:52:11.108954 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1892 | 2025.06.03 00:52:11.108985 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1893 | 2025.06.03 00:52:11.109015 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1894 | 2025.06.03 00:52:11.109043 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1895 | 2025.06.03 00:52:11.109772 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001835 sec., 19073.56948228883 rows/sec., 734.42 KiB/sec. | ||
1896 | 2025.06.03 00:52:11.109931 [ 261 ] {9b15f260-7abf-4315-8882-c20586251ded} <Debug> TCPHandler: Processed in 0.002126066 sec. | ||
1897 | 2025.06.03 00:52:11.110210 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1898 | 2025.06.03 00:52:11.110356 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1899 | 2025.06.03 00:52:11.110583 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1900 | 2025.06.03 00:52:11.110621 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1901 | 2025.06.03 00:52:11.110829 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1902 | 2025.06.03 00:52:11.110886 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1903 | 2025.06.03 00:52:11.110993 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
1904 | 2025.06.03 00:52:11.111072 [ 288 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1905 | 2025.06.03 00:52:11.111073 [ 293 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1906 | 2025.06.03 00:52:11.111077 [ 289 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1907 | 2025.06.03 00:52:11.111214 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1908 | 2025.06.03 00:52:11.111241 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1909 | 2025.06.03 00:52:11.111312 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1910 | 2025.06.03 00:52:11.111331 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1911 | 2025.06.03 00:52:11.111368 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1912 | 2025.06.03 00:52:11.111407 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1913 | 2025.06.03 00:52:11.111438 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1914 | 2025.06.03 00:52:11.112076 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001785 sec., 19607.843137254902 rows/sec., 754.99 KiB/sec. | ||
1915 | 2025.06.03 00:52:11.112193 [ 261 ] {0f07af63-db35-4d13-9325-af09ad9ee725} <Debug> TCPHandler: Processed in 0.002035163 sec. | ||
1916 | 2025.06.03 00:52:11.112475 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1917 | 2025.06.03 00:52:11.112619 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1918 | 2025.06.03 00:52:11.112856 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1919 | 2025.06.03 00:52:11.112893 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1920 | 2025.06.03 00:52:11.113107 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1921 | 2025.06.03 00:52:11.113159 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1922 | 2025.06.03 00:52:11.113296 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
1923 | 2025.06.03 00:52:11.113378 [ 293 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1924 | 2025.06.03 00:52:11.113382 [ 288 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1925 | 2025.06.03 00:52:11.113385 [ 289 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1926 | 2025.06.03 00:52:11.113514 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1927 | 2025.06.03 00:52:11.113545 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1928 | 2025.06.03 00:52:11.113617 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1929 | 2025.06.03 00:52:11.113635 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1930 | 2025.06.03 00:52:11.113667 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1931 | 2025.06.03 00:52:11.113703 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1932 | 2025.06.03 00:52:11.113737 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1933 | 2025.06.03 00:52:11.114385 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001824 sec., 19188.59649122807 rows/sec., 738.85 KiB/sec. | ||
1934 | 2025.06.03 00:52:11.114510 [ 261 ] {3f54bf7c-e4d8-4858-878b-c030c0da3e2d} <Debug> TCPHandler: Processed in 0.002088425 sec. | ||
1935 | 2025.06.03 00:52:11.114785 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1936 | 2025.06.03 00:52:11.114931 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1937 | 2025.06.03 00:52:11.115167 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1938 | 2025.06.03 00:52:11.115204 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1939 | 2025.06.03 00:52:11.115426 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1940 | 2025.06.03 00:52:11.115491 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1941 | 2025.06.03 00:52:11.115591 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
1942 | 2025.06.03 00:52:11.115671 [ 293 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1943 | 2025.06.03 00:52:11.115677 [ 288 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1944 | 2025.06.03 00:52:11.115678 [ 289 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1945 | 2025.06.03 00:52:11.115807 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1946 | 2025.06.03 00:52:11.115835 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1947 | 2025.06.03 00:52:11.115905 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1948 | 2025.06.03 00:52:11.115923 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1949 | 2025.06.03 00:52:11.115954 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1950 | 2025.06.03 00:52:11.115986 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1951 | 2025.06.03 00:52:11.116021 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1952 | 2025.06.03 00:52:11.116684 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001813 sec., 19305.019305019305 rows/sec., 743.33 KiB/sec. | ||
1953 | 2025.06.03 00:52:11.116801 [ 261 ] {97a454b5-1b25-47ee-a83a-a7d16c4d1a98} <Debug> TCPHandler: Processed in 0.002067775 sec. | ||
1954 | 2025.06.03 00:52:11.117068 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1955 | 2025.06.03 00:52:11.117205 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1956 | 2025.06.03 00:52:11.117441 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1957 | 2025.06.03 00:52:11.117478 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1958 | 2025.06.03 00:52:11.117715 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1959 | 2025.06.03 00:52:11.117771 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1960 | 2025.06.03 00:52:11.117871 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
1961 | 2025.06.03 00:52:11.117952 [ 289 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1962 | 2025.06.03 00:52:11.117958 [ 292 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1963 | 2025.06.03 00:52:11.117954 [ 288 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1964 | 2025.06.03 00:52:11.118103 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1965 | 2025.06.03 00:52:11.118139 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1966 | 2025.06.03 00:52:11.118217 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1967 | 2025.06.03 00:52:11.118237 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1968 | 2025.06.03 00:52:11.118270 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1969 | 2025.06.03 00:52:11.118303 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1970 | 2025.06.03 00:52:11.118341 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1971 | 2025.06.03 00:52:11.119145 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001997 sec., 17526.289434151226 rows/sec., 674.84 KiB/sec. | ||
1972 | 2025.06.03 00:52:11.119266 [ 261 ] {386b649e-ddfb-475c-9e0d-9eb855774d62} <Debug> TCPHandler: Processed in 0.00224688 sec. | ||
1973 | 2025.06.03 00:52:11.127968 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1974 | 2025.06.03 00:52:11.128140 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1975 | 2025.06.03 00:52:11.128412 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1976 | 2025.06.03 00:52:11.128453 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1977 | 2025.06.03 00:52:11.128716 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1978 | 2025.06.03 00:52:11.128782 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1979 | 2025.06.03 00:52:11.128899 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
1980 | 2025.06.03 00:52:11.128980 [ 288 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1981 | 2025.06.03 00:52:11.128993 [ 289 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1982 | 2025.06.03 00:52:11.128995 [ 292 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1983 | 2025.06.03 00:52:11.129122 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
1984 | 2025.06.03 00:52:11.129145 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1985 | 2025.06.03 00:52:11.129221 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1986 | 2025.06.03 00:52:11.129242 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
1987 | 2025.06.03 00:52:11.129275 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1988 | 2025.06.03 00:52:11.129310 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1989 | 2025.06.03 00:52:11.129343 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1990 | 2025.06.03 00:52:11.130105 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002038 sec., 17173.69970559372 rows/sec., 661.26 KiB/sec. | ||
1991 | 2025.06.03 00:52:11.130247 [ 261 ] {e75f2201-c5cc-4ed0-bc28-ec5a702f7bfc} <Debug> TCPHandler: Processed in 0.002357253 sec. | ||
1992 | 2025.06.03 00:52:11.130565 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1993 | 2025.06.03 00:52:11.130712 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1994 | 2025.06.03 00:52:11.130955 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1995 | 2025.06.03 00:52:11.130996 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1996 | 2025.06.03 00:52:11.131227 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1997 | 2025.06.03 00:52:11.131297 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1998 | 2025.06.03 00:52:11.131432 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
1999 | 2025.06.03 00:52:11.131527 [ 288 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2000 | 2025.06.03 00:52:11.131542 [ 289 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2001 | 2025.06.03 00:52:11.131540 [ 292 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2002 | 2025.06.03 00:52:11.131671 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
2003 | 2025.06.03 00:52:11.131698 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2004 | 2025.06.03 00:52:11.131773 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2005 | 2025.06.03 00:52:11.131792 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2006 | 2025.06.03 00:52:11.131827 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2007 | 2025.06.03 00:52:11.131861 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2008 | 2025.06.03 00:52:11.131892 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2009 | 2025.06.03 00:52:11.132602 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001953 sec., 17921.146953405016 rows/sec., 690.04 KiB/sec. | ||
2010 | 2025.06.03 00:52:11.132723 [ 261 ] {7b12939a-6e5b-46d3-b4b1-91b7fbe4f6f6} <Debug> TCPHandler: Processed in 0.002211019 sec. | ||
2011 | 2025.06.03 00:52:11.132950 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2012 | 2025.06.03 00:52:11.133123 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2013 | 2025.06.03 00:52:11.133458 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2014 | 2025.06.03 00:52:11.133517 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2015 | 2025.06.03 00:52:11.133868 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2016 | 2025.06.03 00:52:11.133944 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2017 | 2025.06.03 00:52:11.134097 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
2018 | 2025.06.03 00:52:11.134188 [ 289 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2019 | 2025.06.03 00:52:11.134190 [ 292 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2020 | 2025.06.03 00:52:11.134192 [ 288 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2021 | 2025.06.03 00:52:11.134335 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
2022 | 2025.06.03 00:52:11.134379 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2023 | 2025.06.03 00:52:11.134494 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2024 | 2025.06.03 00:52:11.134531 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2025 | 2025.06.03 00:52:11.134584 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2026 | 2025.06.03 00:52:11.134639 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2027 | 2025.06.03 00:52:11.134675 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2028 | 2025.06.03 00:52:11.135409 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002372 sec., 14755.48060708263 rows/sec., 568.15 KiB/sec. | ||
2029 | 2025.06.03 00:52:11.135572 [ 261 ] {441f18d1-a178-4656-ad63-69d01558ca8f} <Debug> TCPHandler: Processed in 0.002671383 sec. | ||
2030 | 2025.06.03 00:52:11.135871 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2031 | 2025.06.03 00:52:11.136019 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2032 | 2025.06.03 00:52:11.136263 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2033 | 2025.06.03 00:52:11.136303 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2034 | 2025.06.03 00:52:11.136552 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2035 | 2025.06.03 00:52:11.136611 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2036 | 2025.06.03 00:52:11.136716 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
2037 | 2025.06.03 00:52:11.136789 [ 292 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2038 | 2025.06.03 00:52:11.136798 [ 288 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2039 | 2025.06.03 00:52:11.136799 [ 293 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2040 | 2025.06.03 00:52:11.136914 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
2041 | 2025.06.03 00:52:11.136941 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2042 | 2025.06.03 00:52:11.137012 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2043 | 2025.06.03 00:52:11.137031 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2044 | 2025.06.03 00:52:11.137062 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2045 | 2025.06.03 00:52:11.137100 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2046 | 2025.06.03 00:52:11.137138 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2047 | 2025.06.03 00:52:11.137901 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001945 sec., 17994.858611825195 rows/sec., 692.88 KiB/sec. | ||
2048 | 2025.06.03 00:52:11.138056 [ 261 ] {342ff05d-b773-4220-98d5-fc8120c74a89} <Debug> TCPHandler: Processed in 0.00226102 sec. | ||
2049 | 2025.06.03 00:52:11.138338 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2050 | 2025.06.03 00:52:11.138493 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2051 | 2025.06.03 00:52:11.138754 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2052 | 2025.06.03 00:52:11.138793 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2053 | 2025.06.03 00:52:11.139016 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2054 | 2025.06.03 00:52:11.139073 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2055 | 2025.06.03 00:52:11.139185 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
2056 | 2025.06.03 00:52:11.139264 [ 288 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2057 | 2025.06.03 00:52:11.139279 [ 289 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2058 | 2025.06.03 00:52:11.139281 [ 292 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2059 | 2025.06.03 00:52:11.139428 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
2060 | 2025.06.03 00:52:11.139455 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2061 | 2025.06.03 00:52:11.139530 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2062 | 2025.06.03 00:52:11.139550 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2063 | 2025.06.03 00:52:11.139584 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2064 | 2025.06.03 00:52:11.139618 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2065 | 2025.06.03 00:52:11.139648 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2066 | 2025.06.03 00:52:11.140306 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001881 sec., 18607.123870281765 rows/sec., 716.46 KiB/sec. | ||
2067 | 2025.06.03 00:52:11.140425 [ 261 ] {6b1e0ad5-165a-4542-b89b-95ecb5481dc8} <Debug> TCPHandler: Processed in 0.002143446 sec. | ||
2068 | 2025.06.03 00:52:11.140653 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2069 | 2025.06.03 00:52:11.140795 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2070 | 2025.06.03 00:52:11.141029 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2071 | 2025.06.03 00:52:11.141069 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2072 | 2025.06.03 00:52:11.141405 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2073 | 2025.06.03 00:52:11.141502 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2074 | 2025.06.03 00:52:11.141613 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
2075 | 2025.06.03 00:52:11.141683 [ 288 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2076 | 2025.06.03 00:52:11.141688 [ 293 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2077 | 2025.06.03 00:52:11.141690 [ 289 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2078 | 2025.06.03 00:52:11.141847 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (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 | ||
2079 | 2025.06.03 00:52:11.141887 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2080 | 2025.06.03 00:52:11.141984 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2081 | 2025.06.03 00:52:11.142008 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2082 | 2025.06.03 00:52:11.142049 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2083 | 2025.06.03 00:52:11.142092 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2084 | 2025.06.03 00:52:11.142132 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2085 | 2025.06.03 00:52:11.142876 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002143 sec., 16332.244517032199 rows/sec., 628.86 KiB/sec. | ||
2086 | 2025.06.03 00:52:11.143000 [ 261 ] {429e66c7-0661-4ec6-95a1-973bd51a8db8} <Debug> TCPHandler: Processed in 0.002396754 sec. | ||
2087 | 2025.06.03 00:52:11.263123 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2088 | 2025.06.03 00:52:11.263357 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2089 | 2025.06.03 00:52:11.263460 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2090 | 2025.06.03 00:52:11.264781 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2091 | 2025.06.03 00:52:11.264845 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2092 | 2025.06.03 00:52:11.265513 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2093 | 2025.06.03 00:52:11.265881 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2094 | 2025.06.03 00:52:11.266109 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002817 sec., 4259.850905218317 rows/sec., 1.45 MiB/sec. | ||
2095 | 2025.06.03 00:52:11.266187 [ 261 ] {8ab1b366-f9e8-451a-aa92-65604bceb820} <Debug> TCPHandler: Processed in 0.003275411 sec. | ||
2096 | 2025.06.03 00:52:11.266350 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2097 | 2025.06.03 00:52:11.266466 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2098 | 2025.06.03 00:52:11.266517 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2099 | 2025.06.03 00:52:11.266997 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2100 | 2025.06.03 00:52:11.267044 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2101 | 2025.06.03 00:52:11.267403 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2102 | 2025.06.03 00:52:11.267740 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2103 | 2025.06.03 00:52:11.267896 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001457 sec., 16472.203157172273 rows/sec., 1.37 MiB/sec. | ||
2104 | 2025.06.03 00:52:11.267940 [ 261 ] {4e9f063a-e327-44c3-99e3-ddc505998e56} <Debug> TCPHandler: Processed in 0.001650051 sec. | ||
2105 | 2025.06.03 00:52:11.268076 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2106 | 2025.06.03 00:52:11.268183 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2107 | 2025.06.03 00:52:11.268229 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2108 | 2025.06.03 00:52:11.269555 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2109 | 2025.06.03 00:52:11.269595 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2110 | 2025.06.03 00:52:11.270077 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2111 | 2025.06.03 00:52:11.270316 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2112 | 2025.06.03 00:52:11.270455 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Debug> executeQuery: Read 1370 rows, 116.99 KiB in 0.002295 sec., 596949.8910675381 rows/sec., 49.78 MiB/sec. | ||
2113 | 2025.06.03 00:52:11.270497 [ 261 ] {e6c54bbd-ce43-4800-b80f-1f94ecabe0c0} <Debug> TCPHandler: Processed in 0.002472997 sec. | ||
2114 | 2025.06.03 00:52:11.270625 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2115 | 2025.06.03 00:52:11.270728 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2116 | 2025.06.03 00:52:11.270773 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2117 | 2025.06.03 00:52:11.271204 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2118 | 2025.06.03 00:52:11.271242 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2119 | 2025.06.03 00:52:11.271546 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2120 | 2025.06.03 00:52:11.271776 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2121 | 2025.06.03 00:52:11.271908 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Debug> executeQuery: Read 39 rows, 2.99 KiB in 0.001202 sec., 32445.923460898503 rows/sec., 2.43 MiB/sec. | ||
2122 | 2025.06.03 00:52:11.271946 [ 261 ] {397d97f9-ccd5-4b05-aa35-38556598c889} <Debug> TCPHandler: Processed in 0.001373092 sec. | ||
2123 | 2025.06.03 00:52:11.272071 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2124 | 2025.06.03 00:52:11.272168 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2125 | 2025.06.03 00:52:11.272216 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2126 | 2025.06.03 00:52:11.272772 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2127 | 2025.06.03 00:52:11.272812 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2128 | 2025.06.03 00:52:11.273124 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2129 | 2025.06.03 00:52:11.273345 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2130 | 2025.06.03 00:52:11.273480 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00133 sec., 189473.68421052632 rows/sec., 13.10 MiB/sec. | ||
2131 | 2025.06.03 00:52:11.273520 [ 261 ] {f36fea08-78a9-46a8-a675-79b63d68e516} <Debug> TCPHandler: Processed in 0.001498916 sec. | ||
2132 | 2025.06.03 00:52:11.273641 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2133 | 2025.06.03 00:52:11.273737 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2134 | 2025.06.03 00:52:11.273778 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2135 | 2025.06.03 00:52:11.274166 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2136 | 2025.06.03 00:52:11.274205 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2137 | 2025.06.03 00:52:11.274505 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2138 | 2025.06.03 00:52:11.274730 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2139 | 2025.06.03 00:52:11.274859 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. | ||
2140 | 2025.06.03 00:52:11.274902 [ 261 ] {80e82092-a415-4ea6-a6c2-6e17d023173d} <Debug> TCPHandler: Processed in 0.00131178 sec. | ||
2141 | 2025.06.03 00:52:11.275015 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2142 | 2025.06.03 00:52:11.275111 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2143 | 2025.06.03 00:52:11.275152 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2144 | 2025.06.03 00:52:11.275781 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2145 | 2025.06.03 00:52:11.275820 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2146 | 2025.06.03 00:52:11.276155 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2147 | 2025.06.03 00:52:11.276415 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2148 | 2025.06.03 00:52:11.276565 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Debug> executeQuery: Read 583 rows, 44.82 KiB in 0.001472 sec., 396059.7826086957 rows/sec., 29.74 MiB/sec. | ||
2149 | 2025.06.03 00:52:11.276607 [ 261 ] {21513a19-0dc6-4ba3-b825-ae638302ad33} <Debug> TCPHandler: Processed in 0.001641231 sec. | ||
2150 | 2025.06.03 00:52:11.276725 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2151 | 2025.06.03 00:52:11.276827 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2152 | 2025.06.03 00:52:11.276872 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2153 | 2025.06.03 00:52:11.278196 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2154 | 2025.06.03 00:52:11.278237 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2155 | 2025.06.03 00:52:11.278950 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2156 | 2025.06.03 00:52:11.279182 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2157 | 2025.06.03 00:52:11.279318 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Debug> executeQuery: Read 3164 rows, 219.37 KiB in 0.002511 sec., 1260055.7546794105 rows/sec., 85.32 MiB/sec. | ||
2158 | 2025.06.03 00:52:11.279356 [ 261 ] {bd1b6174-0c95-4920-a3d0-f901b4f2425e} <Debug> TCPHandler: Processed in 0.002681723 sec. | ||
2159 | 2025.06.03 00:52:11.279479 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2160 | 2025.06.03 00:52:11.279577 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2161 | 2025.06.03 00:52:11.279633 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2162 | 2025.06.03 00:52:11.280457 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2163 | 2025.06.03 00:52:11.280496 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2164 | 2025.06.03 00:52:11.281031 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2165 | 2025.06.03 00:52:11.281299 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2166 | 2025.06.03 00:52:11.281437 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00188 sec., 14361.702127659575 rows/sec., 25.74 MiB/sec. | ||
2167 | 2025.06.03 00:52:11.281489 [ 261 ] {9b77c56b-96ab-473b-a258-d61c5c21c5f5} <Debug> TCPHandler: Processed in 0.002060124 sec. | ||
2168 | 2025.06.03 00:52:11.281611 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2169 | 2025.06.03 00:52:11.281707 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2170 | 2025.06.03 00:52:11.281752 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2171 | 2025.06.03 00:52:11.282076 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2172 | 2025.06.03 00:52:11.282112 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2173 | 2025.06.03 00:52:11.282447 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2174 | 2025.06.03 00:52:11.282671 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2175 | 2025.06.03 00:52:11.282807 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 742.71 KiB/sec. | ||
2176 | 2025.06.03 00:52:11.282844 [ 261 ] {9f2cd2f3-0d6d-43b7-9630-023a9c2d571f} <Debug> TCPHandler: Processed in 0.00128651 sec. | ||
2177 | 2025.06.03 00:52:15.333876 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2178 | 2025.06.03 00:52:15.334073 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2179 | 2025.06.03 00:52:15.334142 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2180 | 2025.06.03 00:52:15.334771 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2181 | 2025.06.03 00:52:15.334818 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2182 | 2025.06.03 00:52:15.335238 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2183 | 2025.06.03 00:52:15.335474 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2184 | 2025.06.03 00:52:15.335639 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.65 MiB/sec. | ||
2185 | 2025.06.03 00:52:15.335651 [ 48 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2186 | 2025.06.03 00:52:15.335688 [ 261 ] {e074f1d6-7cb8-4225-b498-964f161e77c1} <Debug> TCPHandler: Processed in 0.001943571 sec. | ||
2187 | 2025.06.03 00:52:15.335724 [ 48 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2025.06.03 00:52:15.335753 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2189 | 2025.06.03 00:52:15.335822 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2190 | 2025.06.03 00:52:15.335887 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
2191 | 2025.06.03 00:52:15.335931 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2192 | 2025.06.03 00:52:15.335981 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2193 | 2025.06.03 00:52:15.336060 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2194 | 2025.06.03 00:52:15.336103 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 686 rows starting from the beginning of the part | ||
2195 | 2025.06.03 00:52:15.336209 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
2196 | 2025.06.03 00:52:15.336273 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part | ||
2197 | 2025.06.03 00:52:15.336331 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
2198 | 2025.06.03 00:52:15.336376 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1370 rows starting from the beginning of the part | ||
2199 | 2025.06.03 00:52:15.336419 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
2200 | 2025.06.03 00:52:15.336425 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2025.06.03 00:52:15.336470 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2202 | 2025.06.03 00:52:15.336831 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2203 | 2025.06.03 00:52:15.337078 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2025.06.03 00:52:15.337195 [ 48 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2205 | 2025.06.03 00:52:15.337223 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001315 sec., 48669.201520912546 rows/sec., 3.80 MiB/sec. | ||
2206 | 2025.06.03 00:52:15.337228 [ 48 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2207 | 2025.06.03 00:52:15.337265 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2208 | 2025.06.03 00:52:15.337269 [ 261 ] {c4d3ec99-d937-4348-9c9a-da3b2f192ac4} <Debug> TCPHandler: Processed in 0.001496947 sec. | ||
2209 | 2025.06.03 00:52:15.337350 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
2210 | 2025.06.03 00:52:15.337397 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2211 | 2025.06.03 00:52:15.337452 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2212 | 2025.06.03 00:52:15.337483 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 426 rows starting from the beginning of the part | ||
2213 | 2025.06.03 00:52:15.337496 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2214 | 2025.06.03 00:52:15.337543 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2215 | 2025.06.03 00:52:15.337542 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
2216 | 2025.06.03 00:52:15.337597 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 91 rows starting from the beginning of the part | ||
2217 | 2025.06.03 00:52:15.337640 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
2218 | 2025.06.03 00:52:15.337679 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 583 rows starting from the beginning of the part | ||
2219 | 2025.06.03 00:52:15.337720 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
2220 | 2025.06.03 00:52:15.337869 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.002041443 sec., 1158984.1107491122 rows/sec., 99.43 MiB/sec. | ||
2221 | 2025.06.03 00:52:15.337957 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2222 | 2025.06.03 00:52:15.337998 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2223 | 2025.06.03 00:52:15.338166 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2224 | 2025.06.03 00:52:15.338464 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2225 | 2025.06.03 00:52:15.338523 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2226 | 2025.06.03 00:52:15.338541 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_11_2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2227 | 2025.06.03 00:52:15.338621 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
2228 | 2025.06.03 00:52:15.338747 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2229 | 2025.06.03 00:52:15.338811 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1308 rows, containing 5 columns (5 merged, 0 gathered) in 0.001499617 sec., 872222.7075313231 rows/sec., 68.35 MiB/sec. | ||
2230 | 2025.06.03 00:52:15.338865 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2231 | 2025.06.03 00:52:15.338888 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001413 sec., 90587.40268931352 rows/sec., 6.31 MiB/sec. | ||
2232 | 2025.06.03 00:52:15.338902 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2233 | 2025.06.03 00:52:15.338930 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2234 | 2025.06.03 00:52:15.338932 [ 261 ] {df74603f-339a-47ca-ba71-a098029caafc} <Debug> TCPHandler: Processed in 0.001584739 sec. | ||
2235 | 2025.06.03 00:52:15.338967 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2236 | 2025.06.03 00:52:15.339017 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
2237 | 2025.06.03 00:52:15.339070 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2238 | 2025.06.03 00:52:15.339141 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2239 | 2025.06.03 00:52:15.339169 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2240 | 2025.06.03 00:52:15.339175 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1005 rows starting from the beginning of the part | ||
2241 | 2025.06.03 00:52:15.339219 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2242 | 2025.06.03 00:52:15.339221 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2243 | 2025.06.03 00:52:15.339263 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
2244 | 2025.06.03 00:52:15.339309 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_11_2} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2245 | 2025.06.03 00:52:15.339313 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2246 | 2025.06.03 00:52:15.339378 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
2247 | 2025.06.03 00:52:15.339384 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
2248 | 2025.06.03 00:52:15.339421 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3164 rows starting from the beginning of the part | ||
2249 | 2025.06.03 00:52:15.339473 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
2250 | 2025.06.03 00:52:15.339557 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2251 | 2025.06.03 00:52:15.339598 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2252 | 2025.06.03 00:52:15.339945 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2253 | 2025.06.03 00:52:15.340175 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2254 | 2025.06.03 00:52:15.340282 [ 48 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2255 | 2025.06.03 00:52:15.340311 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001161 sec., 41343.669250645995 rows/sec., 2.79 MiB/sec. | ||
2256 | 2025.06.03 00:52:15.340317 [ 48 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2257 | 2025.06.03 00:52:15.340350 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2258 | 2025.06.03 00:52:15.340353 [ 261 ] {073d1a0d-374e-4ca6-8c79-75cb940951e6} <Debug> TCPHandler: Processed in 0.001332532 sec. | ||
2259 | 2025.06.03 00:52:15.340458 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2260 | 2025.06.03 00:52:15.340601 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2261 | 2025.06.03 00:52:15.340646 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 370 rows starting from the beginning of the part | ||
2262 | 2025.06.03 00:52:15.340747 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2263 | 2025.06.03 00:52:15.340811 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2264 | 2025.06.03 00:52:15.340861 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2265 | 2025.06.03 00:52:15.340902 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
2266 | 2025.06.03 00:52:15.340952 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
2267 | 2025.06.03 00:52:15.341866 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 4 columns (4 merged, 0 gathered) in 0.001455735 sec., 419032.31013886456 rows/sec., 28.02 MiB/sec. | ||
2268 | 2025.06.03 00:52:15.342052 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2269 | 2025.06.03 00:52:15.342333 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2270 | 2025.06.03 00:52:15.342411 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_11_2} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2271 | 2025.06.03 00:52:15.342478 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2272 | 2025.06.03 00:52:15.346494 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4777 rows, containing 5 columns (5 merged, 0 gathered) in 0.007512053 sec., 635911.3813494127 rows/sec., 43.39 MiB/sec. | ||
2273 | 2025.06.03 00:52:15.346851 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2274 | 2025.06.03 00:52:15.347139 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2275 | 2025.06.03 00:52:15.347208 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2276 | 2025.06.03 00:52:15.347282 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
2277 | 2025.06.03 00:52:16.861191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
2278 | 2025.06.03 00:52:16.861668 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2279 | 2025.06.03 00:52:16.861712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2280 | 2025.06.03 00:52:16.862196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2281 | 2025.06.03 00:52:16.862425 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2282 | 2025.06.03 00:52:16.862554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
2283 | 2025.06.03 00:52:17.086938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
2284 | 2025.06.03 00:52:17.103732 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2285 | 2025.06.03 00:52:17.103780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2286 | 2025.06.03 00:52:17.110161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2287 | 2025.06.03 00:52:17.110917 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2288 | 2025.06.03 00:52:17.113719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
2289 | 2025.06.03 00:52:19.372695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 328 | ||
2290 | 2025.06.03 00:52:19.375685 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2291 | 2025.06.03 00:52:19.375736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2292 | 2025.06.03 00:52:19.377077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2293 | 2025.06.03 00:52:19.377364 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): 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.06.03 00:52:19.377508 [ 39 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2295 | 2025.06.03 00:52:19.377574 [ 39 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2296 | 2025.06.03 00:52:19.377595 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2297 | 2025.06.03 00:52:19.377674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
2298 | 2025.06.03 00:52:19.377707 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
2299 | 2025.06.03 00:52:19.378283 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2300 | 2025.06.03 00:52:19.378498 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
2301 | 2025.06.03 00:52:19.378955 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
2302 | 2025.06.03 00:52:19.379338 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
2303 | 2025.06.03 00:52:19.379721 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
2304 | 2025.06.03 00:52:19.380081 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
2305 | 2025.06.03 00:52:19.380438 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
2306 | 2025.06.03 00:52:19.387716 [ 198 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 72 columns (72 merged, 0 gathered) in 0.010063983 sec., 32591.469997514898 rows/sec., 35.03 MiB/sec. | ||
2307 | 2025.06.03 00:52:19.388680 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2308 | 2025.06.03 00:52:19.389313 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2025.06.03 00:52:19.389395 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_6_1} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2310 | 2025.06.03 00:52:19.389618 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
2311 | 2025.06.03 00:52:20.001164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.35 MiB, peak 187.14 MiB, free memory in arenas 0.00 B, will set to 184.01 MiB (RSS), difference: 1.66 MiB | ||
2312 | 2025.06.03 00:52:20.335480 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2313 | 2025.06.03 00:52:20.335674 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2314 | 2025.06.03 00:52:20.335746 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2315 | 2025.06.03 00:52:20.336447 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2316 | 2025.06.03 00:52:20.336489 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2317 | 2025.06.03 00:52:20.336900 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2318 | 2025.06.03 00:52:20.337147 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2319 | 2025.06.03 00:52:20.337300 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00168 sec., 42857.142857142855 rows/sec., 3.47 MiB/sec. | ||
2320 | 2025.06.03 00:52:20.337343 [ 261 ] {63a736a6-ad89-49fb-9063-85ec3579782b} <Debug> TCPHandler: Processed in 0.002004042 sec. | ||
2321 | 2025.06.03 00:52:20.337494 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2322 | 2025.06.03 00:52:20.337590 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2323 | 2025.06.03 00:52:20.337631 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2324 | 2025.06.03 00:52:20.338045 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2325 | 2025.06.03 00:52:20.338084 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2326 | 2025.06.03 00:52:20.338392 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2327 | 2025.06.03 00:52:20.338614 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2328 | 2025.06.03 00:52:20.338750 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001178 sec., 6791.171477079796 rows/sec., 510.66 KiB/sec. | ||
2329 | 2025.06.03 00:52:20.338799 [ 261 ] {005677be-1079-41d3-848f-86256f1feec3} <Debug> TCPHandler: Processed in 0.001354632 sec. | ||
2330 | 2025.06.03 00:52:20.338947 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2331 | 2025.06.03 00:52:20.339048 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2332 | 2025.06.03 00:52:20.339094 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2333 | 2025.06.03 00:52:20.339621 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2334 | 2025.06.03 00:52:20.339662 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2335 | 2025.06.03 00:52:20.340026 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2336 | 2025.06.03 00:52:20.340289 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2337 | 2025.06.03 00:52:20.340443 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001415 sec., 50883.39222614841 rows/sec., 3.97 MiB/sec. | ||
2338 | 2025.06.03 00:52:20.340490 [ 261 ] {763cc853-0b1a-4f45-90e5-79bda5f8de1d} <Debug> TCPHandler: Processed in 0.0015993 sec. | ||
2339 | 2025.06.03 00:52:20.340644 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2340 | 2025.06.03 00:52:20.340748 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2341 | 2025.06.03 00:52:20.340800 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2342 | 2025.06.03 00:52:20.341275 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2343 | 2025.06.03 00:52:20.341313 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2344 | 2025.06.03 00:52:20.341657 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2345 | 2025.06.03 00:52:20.341869 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2346 | 2025.06.03 00:52:20.341994 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. | ||
2347 | 2025.06.03 00:52:20.342030 [ 261 ] {15f60de9-36bf-47c6-99ba-b0b0d52733d0} <Debug> TCPHandler: Processed in 0.001443205 sec. | ||
2348 | 2025.06.03 00:52:20.342140 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2349 | 2025.06.03 00:52:20.342233 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2350 | 2025.06.03 00:52:20.342288 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2351 | 2025.06.03 00:52:20.342992 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2352 | 2025.06.03 00:52:20.343028 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2353 | 2025.06.03 00:52:20.343521 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2354 | 2025.06.03 00:52:20.343733 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2355 | 2025.06.03 00:52:20.343860 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001646 sec., 4860.267314702309 rows/sec., 8.71 MiB/sec. | ||
2356 | 2025.06.03 00:52:20.343908 [ 261 ] {fe032b83-d684-47b7-970b-89a183e270ce} <Debug> TCPHandler: Processed in 0.001815196 sec. | ||
2357 | 2025.06.03 00:52:20.344016 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2358 | 2025.06.03 00:52:20.344110 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2359 | 2025.06.03 00:52:20.344150 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2360 | 2025.06.03 00:52:20.344470 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2361 | 2025.06.03 00:52:20.344505 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2362 | 2025.06.03 00:52:20.344801 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2363 | 2025.06.03 00:52:20.345025 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2364 | 2025.06.03 00:52:20.345149 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
2365 | 2025.06.03 00:52:20.345182 [ 261 ] {c08f8a5c-8f12-4cfc-bd68-be4ae1fbaec1} <Debug> TCPHandler: Processed in 0.001213258 sec. | ||
2366 | 2025.06.03 00:52:24.311896 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2367 | 2025.06.03 00:52:24.311968 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2368 | 2025.06.03 00:52:24.362612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
2369 | 2025.06.03 00:52:24.363103 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2370 | 2025.06.03 00:52:24.363145 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2371 | 2025.06.03 00:52:24.363684 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2372 | 2025.06.03 00:52:24.363918 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2373 | 2025.06.03 00:52:24.364056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
2374 | 2025.06.03 00:52:24.613780 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
2375 | 2025.06.03 00:52:24.630757 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2376 | 2025.06.03 00:52:24.630816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2377 | 2025.06.03 00:52:24.637085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2378 | 2025.06.03 00:52:24.637804 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2379 | 2025.06.03 00:52:24.641043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
2380 | 2025.06.03 00:52:25.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.56 MiB, peak 188.56 MiB, free memory in arenas 0.00 B, will set to 186.21 MiB (RSS), difference: 1.65 MiB | ||
2381 | 2025.06.03 00:52:25.335549 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2382 | 2025.06.03 00:52:25.335722 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2383 | 2025.06.03 00:52:25.335788 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2384 | 2025.06.03 00:52:25.336525 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2385 | 2025.06.03 00:52:25.336582 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2386 | 2025.06.03 00:52:25.337116 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2387 | 2025.06.03 00:52:25.337469 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2388 | 2025.06.03 00:52:25.337634 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Debug> executeQuery: Read 110 rows, 9.43 KiB in 0.00196 sec., 56122.44897959184 rows/sec., 4.70 MiB/sec. | ||
2389 | 2025.06.03 00:52:25.337676 [ 261 ] {6cbdbf7d-a0a3-471c-88b8-e89467b73a6c} <Debug> TCPHandler: Processed in 0.00226337 sec. | ||
2390 | 2025.06.03 00:52:25.337803 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2391 | 2025.06.03 00:52:25.337898 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2392 | 2025.06.03 00:52:25.337941 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2393 | 2025.06.03 00:52:25.338364 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2394 | 2025.06.03 00:52:25.338401 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2395 | 2025.06.03 00:52:25.338717 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2396 | 2025.06.03 00:52:25.338932 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2397 | 2025.06.03 00:52:25.339059 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00118 sec., 22881.355932203387 rows/sec., 1.68 MiB/sec. | ||
2398 | 2025.06.03 00:52:25.339096 [ 261 ] {4600c772-a087-4672-8507-e2db254983ce} <Debug> TCPHandler: Processed in 0.001342311 sec. | ||
2399 | 2025.06.03 00:52:25.339200 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2400 | 2025.06.03 00:52:25.339294 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2401 | 2025.06.03 00:52:25.339334 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2402 | 2025.06.03 00:52:25.339756 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2403 | 2025.06.03 00:52:25.339793 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2404 | 2025.06.03 00:52:25.340106 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2405 | 2025.06.03 00:52:25.340339 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2406 | 2025.06.03 00:52:25.340468 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001193 sec., 76278.29002514669 rows/sec., 5.96 MiB/sec. | ||
2407 | 2025.06.03 00:52:25.340506 [ 261 ] {6c7e1eec-6df5-47d5-acf9-e87ff2a644e1} <Debug> TCPHandler: Processed in 0.001354132 sec. | ||
2408 | 2025.06.03 00:52:25.340625 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2409 | 2025.06.03 00:52:25.340720 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2410 | 2025.06.03 00:52:25.340763 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2411 | 2025.06.03 00:52:25.341189 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2412 | 2025.06.03 00:52:25.341227 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2413 | 2025.06.03 00:52:25.341580 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2414 | 2025.06.03 00:52:25.341794 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2415 | 2025.06.03 00:52:25.341927 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. | ||
2416 | 2025.06.03 00:52:25.341963 [ 261 ] {27501a82-8360-44a8-86df-3ffc40efc90d} <Debug> TCPHandler: Processed in 0.001386732 sec. | ||
2417 | 2025.06.03 00:52:25.342064 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2418 | 2025.06.03 00:52:25.342158 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2419 | 2025.06.03 00:52:25.342212 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2420 | 2025.06.03 00:52:25.342996 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2421 | 2025.06.03 00:52:25.343033 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2422 | 2025.06.03 00:52:25.343558 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2423 | 2025.06.03 00:52:25.343798 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2424 | 2025.06.03 00:52:25.343935 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.001797 sec., 15025.041736227045 rows/sec., 26.92 MiB/sec. | ||
2425 | 2025.06.03 00:52:25.343985 [ 261 ] {91751e9c-cb61-4791-ac15-ccedad3ee8e8} <Debug> TCPHandler: Processed in 0.001968321 sec. | ||
2426 | 2025.06.03 00:52:25.344100 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2427 | 2025.06.03 00:52:25.344194 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2428 | 2025.06.03 00:52:25.344237 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2429 | 2025.06.03 00:52:25.344583 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2430 | 2025.06.03 00:52:25.344620 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2431 | 2025.06.03 00:52:25.344919 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2432 | 2025.06.03 00:52:25.345130 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2433 | 2025.06.03 00:52:25.345258 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
2434 | 2025.06.03 00:52:25.345297 [ 261 ] {2bdb1122-62b6-45c2-bc81-a3011c97632e} <Debug> TCPHandler: Processed in 0.001245349 sec. | ||
2435 | 2025.06.03 00:52:29.378818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 352 | ||
2436 | 2025.06.03 00:52:29.380860 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2437 | 2025.06.03 00:52:29.380908 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2438 | 2025.06.03 00:52:29.382011 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2439 | 2025.06.03 00:52:29.382264 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2440 | 2025.06.03 00:52:29.382502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 352 | ||
2441 | 2025.06.03 00:52:30.326921 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2442 | 2025.06.03 00:52:30.327171 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2443 | 2025.06.03 00:52:30.327536 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2444 | 2025.06.03 00:52:30.327576 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2445 | 2025.06.03 00:52:30.327857 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2446 | 2025.06.03 00:52:30.327925 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2447 | 2025.06.03 00:52:30.328063 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
2448 | 2025.06.03 00:52:30.328182 [ 292 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2449 | 2025.06.03 00:52:30.328189 [ 288 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2450 | 2025.06.03 00:52:30.328204 [ 289 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2451 | 2025.06.03 00:52:30.328188 [ 293 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2452 | 2025.06.03 00:52:30.328375 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2453 | 2025.06.03 00:52:30.328403 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2454 | 2025.06.03 00:52:30.328502 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2455 | 2025.06.03 00:52:30.328523 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (SelectExecutor): Reading approx. 47 rows with 4 streams | ||
2456 | 2025.06.03 00:52:30.328559 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2457 | 2025.06.03 00:52:30.328609 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2458 | 2025.06.03 00:52:30.328646 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2459 | 2025.06.03 00:52:30.328688 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2460 | 2025.06.03 00:52:30.329665 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.002609 sec., 18014.564967420465 rows/sec., 716.42 KiB/sec. | ||
2461 | 2025.06.03 00:52:30.329830 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> MemoryTracker: Peak memory usage (for query): 147.38 KiB. | ||
2462 | 2025.06.03 00:52:30.329846 [ 261 ] {22f1aa0d-825a-4f91-b87e-ea0ef8d0d116} <Debug> TCPHandler: Processed in 0.003060864 sec. | ||
2463 | 2025.06.03 00:52:30.338947 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2025.06.03 00:52:30.339068 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2465 | 2025.06.03 00:52:30.339114 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2466 | 2025.06.03 00:52:30.339681 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2467 | 2025.06.03 00:52:30.339727 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2468 | 2025.06.03 00:52:30.340194 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2469 | 2025.06.03 00:52:30.340440 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2470 | 2025.06.03 00:52:30.340623 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001589 sec., 629.3266205160479 rows/sec., 142.58 KiB/sec. | ||
2471 | 2025.06.03 00:52:30.340675 [ 261 ] {e1c51954-8487-4401-b098-19fc2fb1fbf0} <Debug> TCPHandler: Processed in 0.001784266 sec. | ||
2472 | 2025.06.03 00:52:30.340816 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2025.06.03 00:52:30.340922 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2474 | 2025.06.03 00:52:30.340972 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2475 | 2025.06.03 00:52:30.341466 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2025.06.03 00:52:30.341510 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2477 | 2025.06.03 00:52:30.341871 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2478 | 2025.06.03 00:52:30.342134 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2025.06.03 00:52:30.342300 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001399 sec., 7147.96283059328 rows/sec., 582.87 KiB/sec. | ||
2480 | 2025.06.03 00:52:30.342347 [ 261 ] {d7951c48-0476-4430-83b9-390b8b7722a6} <Debug> TCPHandler: Processed in 0.00159474 sec. | ||
2481 | 2025.06.03 00:52:30.342488 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2482 | 2025.06.03 00:52:30.342594 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2483 | 2025.06.03 00:52:30.342641 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2484 | 2025.06.03 00:52:30.343183 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2485 | 2025.06.03 00:52:30.343226 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2486 | 2025.06.03 00:52:30.343611 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2487 | 2025.06.03 00:52:30.343834 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2488 | 2025.06.03 00:52:30.343970 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Debug> executeQuery: Read 77 rows, 6.33 KiB in 0.001398 sec., 55078.68383404864 rows/sec., 4.42 MiB/sec. | ||
2489 | 2025.06.03 00:52:30.344007 [ 261 ] {52a26d05-bf29-4caa-80d0-b77808805b89} <Debug> TCPHandler: Processed in 0.001574189 sec. | ||
2490 | 2025.06.03 00:52:30.344125 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2491 | 2025.06.03 00:52:30.344220 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2492 | 2025.06.03 00:52:30.344262 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2493 | 2025.06.03 00:52:30.344683 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2494 | 2025.06.03 00:52:30.344721 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2495 | 2025.06.03 00:52:30.345030 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2496 | 2025.06.03 00:52:30.345282 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2025.06.03 00:52:30.345419 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001218 sec., 14778.32512315271 rows/sec., 1.04 MiB/sec. | ||
2498 | 2025.06.03 00:52:30.345456 [ 261 ] {3703d569-37fe-4f26-a6d1-cfb68e409dac} <Debug> TCPHandler: Processed in 0.001379963 sec. | ||
2499 | 2025.06.03 00:52:30.345571 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2500 | 2025.06.03 00:52:30.345666 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2501 | 2025.06.03 00:52:30.345705 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2502 | 2025.06.03 00:52:30.346125 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2503 | 2025.06.03 00:52:30.346162 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2504 | 2025.06.03 00:52:30.346477 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2505 | 2025.06.03 00:52:30.346700 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2506 | 2025.06.03 00:52:30.346827 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Debug> executeQuery: Read 82 rows, 6.57 KiB in 0.001181 sec., 69432.68416596105 rows/sec., 5.43 MiB/sec. | ||
2507 | 2025.06.03 00:52:30.346864 [ 261 ] {bf34a5cd-bf6c-4a42-842b-9bfca1e903b3} <Debug> TCPHandler: Processed in 0.001342222 sec. | ||
2508 | 2025.06.03 00:52:30.346973 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2509 | 2025.06.03 00:52:30.347065 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2510 | 2025.06.03 00:52:30.347110 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2511 | 2025.06.03 00:52:30.347511 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2512 | 2025.06.03 00:52:30.347548 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2513 | 2025.06.03 00:52:30.347894 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2514 | 2025.06.03 00:52:30.348109 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2515 | 2025.06.03 00:52:30.348251 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001203 sec., 137157.10723192018 rows/sec., 9.55 MiB/sec. | ||
2516 | 2025.06.03 00:52:30.348288 [ 261 ] {494cca0d-d576-4e26-a82f-b778908b40e6} <Debug> TCPHandler: Processed in 0.001363442 sec. | ||
2517 | 2025.06.03 00:52:30.348397 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2518 | 2025.06.03 00:52:30.348489 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2519 | 2025.06.03 00:52:30.348545 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2520 | 2025.06.03 00:52:30.349280 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2521 | 2025.06.03 00:52:30.349318 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2522 | 2025.06.03 00:52:30.349885 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2523 | 2025.06.03 00:52:30.350217 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2524 | 2025.06.03 00:52:30.350386 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001914 sec., 4179.728317659353 rows/sec., 7.49 MiB/sec. | ||
2525 | 2025.06.03 00:52:30.350463 [ 261 ] {23611a86-52bd-455c-9834-73a32256725a} <Debug> TCPHandler: Processed in 0.002114326 sec. | ||
2526 | 2025.06.03 00:52:30.352720 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2527 | 2025.06.03 00:52:30.352902 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2528 | 2025.06.03 00:52:30.352981 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2529 | 2025.06.03 00:52:30.353516 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2530 | 2025.06.03 00:52:30.353563 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2531 | 2025.06.03 00:52:30.353909 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2532 | 2025.06.03 00:52:30.354192 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2533 | 2025.06.03 00:52:30.354375 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
2534 | 2025.06.03 00:52:30.354444 [ 261 ] {cbeec7da-ab5d-4cfa-bb3e-f7c7e100a5f8} <Debug> TCPHandler: Processed in 0.001909909 sec. | ||
2535 | 2025.06.03 00:52:31.864945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
2536 | 2025.06.03 00:52:31.865409 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2537 | 2025.06.03 00:52:31.865454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2538 | 2025.06.03 00:52:31.866042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2539 | 2025.06.03 00:52:31.866266 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2540 | 2025.06.03 00:52:31.866390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
2541 | 2025.06.03 00:52:31.866442 [ 114 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2542 | 2025.06.03 00:52:31.866545 [ 114 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2543 | 2025.06.03 00:52:31.866581 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2544 | 2025.06.03 00:52:31.866721 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
2545 | 2025.06.03 00:52:31.866863 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2546 | 2025.06.03 00:52:31.866906 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
2547 | 2025.06.03 00:52:31.866974 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
2548 | 2025.06.03 00:52:31.867024 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
2549 | 2025.06.03 00:52:31.867073 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
2550 | 2025.06.03 00:52:31.867118 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
2551 | 2025.06.03 00:52:31.867166 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
2552 | 2025.06.03 00:52:31.868634 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001972512 sec., 2566777.794000746 rows/sec., 36.72 MiB/sec. | ||
2553 | 2025.06.03 00:52:31.869327 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2554 | 2025.06.03 00:52:31.869673 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2555 | 2025.06.03 00:52:31.869763 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_11_2} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2556 | 2025.06.03 00:52:31.869859 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2557 | 2025.06.03 00:52:32.141890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2558 | 2025.06.03 00:52:32.158841 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2025.06.03 00:52:32.158894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2560 | 2025.06.03 00:52:32.164678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2561 | 2025.06.03 00:52:32.165410 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2562 | 2025.06.03 00:52:32.165716 [ 114 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2563 | 2025.06.03 00:52:32.165788 [ 114 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2564 | 2025.06.03 00:52:32.165823 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2565 | 2025.06.03 00:52:32.165966 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2566 | 2025.06.03 00:52:32.168472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2567 | 2025.06.03 00:52:32.170140 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2568 | 2025.06.03 00:52:32.171488 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2569 | 2025.06.03 00:52:32.175805 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2570 | 2025.06.03 00:52:32.180007 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2571 | 2025.06.03 00:52:32.184434 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2572 | 2025.06.03 00:52:32.189206 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2573 | 2025.06.03 00:52:32.193528 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
2574 | 2025.06.03 00:52:32.247943 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.082045037 sec., 1011.6394974628386 rows/sec., 5.23 MiB/sec. | ||
2575 | 2025.06.03 00:52:32.250352 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2576 | 2025.06.03 00:52:32.252403 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_11_2} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2577 | 2025.06.03 00:52:32.252506 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_11_2} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2578 | 2025.06.03 00:52:32.254350 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2579 | 2025.06.03 00:52:33.001130 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.84 MiB, peak 197.72 MiB, free memory in arenas 0.00 B, will set to 196.74 MiB (RSS), difference: 8.90 MiB | ||
2580 | 2025.06.03 00:52:35.335539 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2581 | 2025.06.03 00:52:35.335793 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2582 | 2025.06.03 00:52:35.335892 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2583 | 2025.06.03 00:52:35.336681 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2584 | 2025.06.03 00:52:35.336733 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2585 | 2025.06.03 00:52:35.337187 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2586 | 2025.06.03 00:52:35.337548 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2025.06.03 00:52:35.337732 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002007 sec., 55804.68360737419 rows/sec., 4.69 MiB/sec. | ||
2588 | 2025.06.03 00:52:35.337781 [ 261 ] {f040c6f6-af78-4b65-9855-33e985f7fea7} <Debug> TCPHandler: Processed in 0.002377204 sec. | ||
2589 | 2025.06.03 00:52:35.337931 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2590 | 2025.06.03 00:52:35.338033 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2591 | 2025.06.03 00:52:35.338079 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2592 | 2025.06.03 00:52:35.338518 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2025.06.03 00:52:35.338558 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2594 | 2025.06.03 00:52:35.338916 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2595 | 2025.06.03 00:52:35.339128 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2025.06.03 00:52:35.339251 [ 71 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2597 | 2025.06.03 00:52:35.339266 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001257 sec., 22275.258552108193 rows/sec., 1.64 MiB/sec. | ||
2598 | 2025.06.03 00:52:35.339330 [ 71 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2599 | 2025.06.03 00:52:35.339356 [ 261 ] {7485bf28-55a3-469e-b661-cf902fc70326} <Debug> TCPHandler: Processed in 0.001474896 sec. | ||
2600 | 2025.06.03 00:52:35.339363 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2601 | 2025.06.03 00:52:35.339498 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2602 | 2025.06.03 00:52:35.339519 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
2603 | 2025.06.03 00:52:35.339617 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2604 | 2025.06.03 00:52:35.339672 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2605 | 2025.06.03 00:52:35.339679 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2606 | 2025.06.03 00:52:35.339731 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part | ||
2607 | 2025.06.03 00:52:35.339846 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
2608 | 2025.06.03 00:52:35.339919 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
2609 | 2025.06.03 00:52:35.340000 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
2610 | 2025.06.03 00:52:35.340051 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 18 rows starting from the beginning of the part | ||
2611 | 2025.06.03 00:52:35.340114 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
2612 | 2025.06.03 00:52:35.340181 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2613 | 2025.06.03 00:52:35.340235 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2614 | 2025.06.03 00:52:35.340751 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2615 | 2025.06.03 00:52:35.341018 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2616 | 2025.06.03 00:52:35.341159 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00157 sec., 58598.72611464968 rows/sec., 4.58 MiB/sec. | ||
2617 | 2025.06.03 00:52:35.341198 [ 261 ] {a1f45c8c-e418-463d-b09a-1a86fa9ec0a5} <Debug> TCPHandler: Processed in 0.001754055 sec. | ||
2618 | 2025.06.03 00:52:35.341250 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796036 sec., 145320.02699277742 rows/sec., 10.37 MiB/sec. | ||
2619 | 2025.06.03 00:52:35.341318 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2620 | 2025.06.03 00:52:35.341419 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2621 | 2025.06.03 00:52:35.341468 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2622 | 2025.06.03 00:52:35.341470 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2623 | 2025.06.03 00:52:35.341823 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2624 | 2025.06.03 00:52:35.341905 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2625 | 2025.06.03 00:52:35.341923 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_11_2} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2626 | 2025.06.03 00:52:35.341955 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2627 | 2025.06.03 00:52:35.342040 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2628 | 2025.06.03 00:52:35.342330 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2629 | 2025.06.03 00:52:35.342562 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2630 | 2025.06.03 00:52:35.342698 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001299 sec., 123171.67051578137 rows/sec., 8.58 MiB/sec. | ||
2631 | 2025.06.03 00:52:35.342737 [ 261 ] {c9a5aafc-ec00-4168-b71e-0b7ce87adf78} <Debug> TCPHandler: Processed in 0.001468276 sec. | ||
2632 | 2025.06.03 00:52:35.342850 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2633 | 2025.06.03 00:52:35.342947 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2634 | 2025.06.03 00:52:35.343006 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2635 | 2025.06.03 00:52:35.343786 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2636 | 2025.06.03 00:52:35.343824 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2637 | 2025.06.03 00:52:35.344418 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2638 | 2025.06.03 00:52:35.344655 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2639 | 2025.06.03 00:52:35.344789 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2640 | 2025.06.03 00:52:35.344798 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001869 sec., 14981.2734082397 rows/sec., 26.85 MiB/sec. | ||
2641 | 2025.06.03 00:52:35.344846 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2642 | 2025.06.03 00:52:35.344882 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2643 | 2025.06.03 00:52:35.344886 [ 261 ] {e345091d-4566-4992-add6-0e6dc291f516} <Debug> TCPHandler: Processed in 0.002085605 sec. | ||
2644 | 2025.06.03 00:52:35.345002 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
2645 | 2025.06.03 00:52:35.345038 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2025.06.03 00:52:35.345141 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2647 | 2025.06.03 00:52:35.345186 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2648 | 2025.06.03 00:52:35.345274 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2649 | 2025.06.03 00:52:35.345342 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 85 rows starting from the beginning of the part | ||
2650 | 2025.06.03 00:52:35.345511 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
2651 | 2025.06.03 00:52:35.345535 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2652 | 2025.06.03 00:52:35.345578 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2653 | 2025.06.03 00:52:35.345632 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
2654 | 2025.06.03 00:52:35.345757 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
2655 | 2025.06.03 00:52:35.345870 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
2656 | 2025.06.03 00:52:35.345979 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
2657 | 2025.06.03 00:52:35.346044 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2658 | 2025.06.03 00:52:35.346426 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2659 | 2025.06.03 00:52:35.346572 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
2660 | 2025.06.03 00:52:35.346612 [ 261 ] {bab30484-66e2-4a56-b05f-ad9997056f94} <Debug> TCPHandler: Processed in 0.00162317 sec. | ||
2661 | 2025.06.03 00:52:35.348816 [ 199 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.00386432 sec., 47356.32659821133 rows/sec., 84.86 MiB/sec. | ||
2662 | 2025.06.03 00:52:35.349234 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2663 | 2025.06.03 00:52:35.349630 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2664 | 2025.06.03 00:52:35.349797 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2665 | 2025.06.03 00:52:35.349914 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
2666 | 2025.06.03 00:52:39.312009 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2667 | 2025.06.03 00:52:39.312069 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2668 | 2025.06.03 00:52:39.367421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2669 | 2025.06.03 00:52:39.367917 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2670 | 2025.06.03 00:52:39.367957 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2671 | 2025.06.03 00:52:39.368586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2672 | 2025.06.03 00:52:39.368811 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2673 | 2025.06.03 00:52:39.368938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2674 | 2025.06.03 00:52:39.383524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 382 | ||
2675 | 2025.06.03 00:52:39.385774 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2676 | 2025.06.03 00:52:39.385831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2677 | 2025.06.03 00:52:39.387064 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2678 | 2025.06.03 00:52:39.387371 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2679 | 2025.06.03 00:52:39.387703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
2680 | 2025.06.03 00:52:39.669506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2681 | 2025.06.03 00:52:39.685029 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2682 | 2025.06.03 00:52:39.685098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2683 | 2025.06.03 00:52:39.691086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2684 | 2025.06.03 00:52:39.691798 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2685 | 2025.06.03 00:52:39.694806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2686 | 2025.06.03 00:52:40.337756 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2687 | 2025.06.03 00:52:40.337951 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2688 | 2025.06.03 00:52:40.338030 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2689 | 2025.06.03 00:52:40.338939 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2690 | 2025.06.03 00:52:40.339004 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2691 | 2025.06.03 00:52:40.339530 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2692 | 2025.06.03 00:52:40.339863 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2693 | 2025.06.03 00:52:40.340055 [ 129 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2694 | 2025.06.03 00:52:40.340099 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Debug> executeQuery: Read 81 rows, 6.84 KiB in 0.002208 sec., 36684.782608695656 rows/sec., 3.02 MiB/sec. | ||
2695 | 2025.06.03 00:52:40.340108 [ 129 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2696 | 2025.06.03 00:52:40.340152 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2697 | 2025.06.03 00:52:40.340165 [ 261 ] {d628c80d-c30c-4533-9dc1-2a237ad98433} <Debug> TCPHandler: Processed in 0.00255466 sec. | ||
2698 | 2025.06.03 00:52:40.340328 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2699 | 2025.06.03 00:52:40.340338 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
2700 | 2025.06.03 00:52:40.340436 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2701 | 2025.06.03 00:52:40.340493 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2702 | 2025.06.03 00:52:40.340520 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2703 | 2025.06.03 00:52:40.340563 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1948 rows starting from the beginning of the part | ||
2704 | 2025.06.03 00:52:40.340631 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
2705 | 2025.06.03 00:52:40.340685 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part | ||
2706 | 2025.06.03 00:52:40.340736 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
2707 | 2025.06.03 00:52:40.340779 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
2708 | 2025.06.03 00:52:40.340820 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 81 rows starting from the beginning of the part | ||
2709 | 2025.06.03 00:52:40.340995 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2710 | 2025.06.03 00:52:40.341039 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2711 | 2025.06.03 00:52:40.341461 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2712 | 2025.06.03 00:52:40.341759 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2713 | 2025.06.03 00:52:40.341903 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 604.38 KiB/sec. | ||
2714 | 2025.06.03 00:52:40.341943 [ 261 ] {9986d3fc-cfe3-406d-b9d3-2890e029799a} <Debug> TCPHandler: Processed in 0.001676072 sec. | ||
2715 | 2025.06.03 00:52:40.342085 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2716 | 2025.06.03 00:52:40.342159 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.001892759 sec., 1267990.2724012935 rows/sec., 108.97 MiB/sec. | ||
2717 | 2025.06.03 00:52:40.342202 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2718 | 2025.06.03 00:52:40.342264 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2719 | 2025.06.03 00:52:40.342569 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2720 | 2025.06.03 00:52:40.342794 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2721 | 2025.06.03 00:52:40.342928 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2722 | 2025.06.03 00:52:40.342946 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2723 | 2025.06.03 00:52:40.343041 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_16_3} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2724 | 2025.06.03 00:52:40.343145 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
2725 | 2025.06.03 00:52:40.345188 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2726 | 2025.06.03 00:52:40.345543 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2727 | 2025.06.03 00:52:40.345753 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.003574 sec., 279.79854504756577 rows/sec., 18.58 KiB/sec. | ||
2728 | 2025.06.03 00:52:40.345845 [ 261 ] {d91e15d0-ba5f-44e7-b843-ab356eb1afc1} <Debug> TCPHandler: Processed in 0.003809678 sec. | ||
2729 | 2025.06.03 00:52:40.346046 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2730 | 2025.06.03 00:52:40.346173 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2731 | 2025.06.03 00:52:40.346230 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2732 | 2025.06.03 00:52:40.346834 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2733 | 2025.06.03 00:52:40.346885 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2734 | 2025.06.03 00:52:40.347343 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2735 | 2025.06.03 00:52:40.347585 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2736 | 2025.06.03 00:52:40.347728 [ 111 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2737 | 2025.06.03 00:52:40.347734 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001593 sec., 53358.44318895166 rows/sec., 4.17 MiB/sec. | ||
2738 | 2025.06.03 00:52:40.347806 [ 111 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2739 | 2025.06.03 00:52:40.347825 [ 261 ] {b01a20f5-e6ec-4fc4-91ff-695ee49c0ccb} <Debug> TCPHandler: Processed in 0.001862418 sec. | ||
2740 | 2025.06.03 00:52:40.347835 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2741 | 2025.06.03 00:52:40.347962 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
2742 | 2025.06.03 00:52:40.347992 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2025.06.03 00:52:40.348071 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2744 | 2025.06.03 00:52:40.348099 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2745 | 2025.06.03 00:52:40.348104 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 919 rows starting from the beginning of the part | ||
2746 | 2025.06.03 00:52:40.348154 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2747 | 2025.06.03 00:52:40.348176 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
2748 | 2025.06.03 00:52:40.348223 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 91 rows starting from the beginning of the part | ||
2749 | 2025.06.03 00:52:40.348264 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
2750 | 2025.06.03 00:52:40.348305 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 92 rows starting from the beginning of the part | ||
2751 | 2025.06.03 00:52:40.348345 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 85 rows starting from the beginning of the part | ||
2752 | 2025.06.03 00:52:40.348678 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2753 | 2025.06.03 00:52:40.348726 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2754 | 2025.06.03 00:52:40.349209 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2755 | 2025.06.03 00:52:40.349492 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1341 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575879 sec., 850953.6582440656 rows/sec., 66.77 MiB/sec. | ||
2756 | 2025.06.03 00:52:40.349572 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2757 | 2025.06.03 00:52:40.349702 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2758 | 2025.06.03 00:52:40.349741 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2759 | 2025.06.03 00:52:40.349781 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
2760 | 2025.06.03 00:52:40.349785 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2025.06.03 00:52:40.349844 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2762 | 2025.06.03 00:52:40.349847 [ 261 ] {70ae6874-e1d1-430b-adbc-a5e0b012fc40} <Debug> TCPHandler: Processed in 0.001906339 sec. | ||
2763 | 2025.06.03 00:52:40.349959 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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.06.03 00:52:40.349999 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2765 | 2025.06.03 00:52:40.350018 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2766 | 2025.06.03 00:52:40.350080 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_16_3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2767 | 2025.06.03 00:52:40.350134 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2768 | 2025.06.03 00:52:40.350147 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2769 | 2025.06.03 00:52:40.350158 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
2770 | 2025.06.03 00:52:40.350196 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4777 rows starting from the beginning of the part | ||
2771 | 2025.06.03 00:52:40.350225 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2772 | 2025.06.03 00:52:40.350334 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2773 | 2025.06.03 00:52:40.350428 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
2774 | 2025.06.03 00:52:40.350516 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 165 rows starting from the beginning of the part | ||
2775 | 2025.06.03 00:52:40.350598 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
2776 | 2025.06.03 00:52:40.350678 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
2777 | 2025.06.03 00:52:40.350700 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2778 | 2025.06.03 00:52:40.350754 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2779 | 2025.06.03 00:52:40.351259 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2780 | 2025.06.03 00:52:40.351634 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2781 | 2025.06.03 00:52:40.351829 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001709 sec., 585.1375073142189 rows/sec., 37.14 KiB/sec. | ||
2782 | 2025.06.03 00:52:40.351881 [ 261 ] {7498bb44-0fc5-4626-a78f-bb4ec07bae85} <Debug> TCPHandler: Processed in 0.001924329 sec. | ||
2783 | 2025.06.03 00:52:40.352045 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2784 | 2025.06.03 00:52:40.352173 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2785 | 2025.06.03 00:52:40.352323 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2786 | 2025.06.03 00:52:40.353883 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2787 | 2025.06.03 00:52:40.353926 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2788 | 2025.06.03 00:52:40.354434 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5582 rows, containing 5 columns (5 merged, 0 gathered) in 0.004531181 sec., 1231908.4141639895 rows/sec., 84.31 MiB/sec. | ||
2789 | 2025.06.03 00:52:40.354764 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2790 | 2025.06.03 00:52:40.354997 [ 200 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2791 | 2025.06.03 00:52:40.355162 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2025.06.03 00:52:40.355348 [ 200 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2793 | 2025.06.03 00:52:40.355417 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003269 sec., 3670.8473539308657 rows/sec., 6.58 MiB/sec. | ||
2794 | 2025.06.03 00:52:40.355448 [ 200 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2795 | 2025.06.03 00:52:40.355558 [ 261 ] {b7aaead8-5644-4ead-bb1e-56fb12434a4e} <Debug> TCPHandler: Processed in 0.003575361 sec. | ||
2796 | 2025.06.03 00:52:40.355573 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
2797 | 2025.06.03 00:52:40.355790 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2798 | 2025.06.03 00:52:40.356001 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2799 | 2025.06.03 00:52:40.356075 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2800 | 2025.06.03 00:52:40.356691 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Trace> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2801 | 2025.06.03 00:52:40.356752 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2802 | 2025.06.03 00:52:40.357265 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2803 | 2025.06.03 00:52:40.357614 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Trace> oximeter.measurements_i64 (d1e12278-96e6-4ac2-aaf2-30a915dfa604): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2804 | 2025.06.03 00:52:40.357808 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001844 sec., 4880.694143167028 rows/sec., 344.76 KiB/sec. | ||
2805 | 2025.06.03 00:52:40.357866 [ 261 ] {f848705c-f53f-4193-8a85-4725a161c87e} <Debug> TCPHandler: Processed in 0.002172367 sec. | ||
2806 | 2025.06.03 00:52:40.358009 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2807 | 2025.06.03 00:52:40.358129 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2808 | 2025.06.03 00:52:40.358186 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2809 | 2025.06.03 00:52:40.358652 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2810 | 2025.06.03 00:52:40.358697 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2811 | 2025.06.03 00:52:40.359217 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2812 | 2025.06.03 00:52:40.359570 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2813 | 2025.06.03 00:52:40.359732 [ 111 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2814 | 2025.06.03 00:52:40.359775 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec. | ||
2815 | 2025.06.03 00:52:40.359785 [ 111 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2816 | 2025.06.03 00:52:40.359831 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2817 | 2025.06.03 00:52:40.359837 [ 261 ] {1fbe388d-205d-4c21-830f-ca754d7be0c4} <Debug> TCPHandler: Processed in 0.001885518 sec. | ||
2818 | 2025.06.03 00:52:40.359955 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2819 | 2025.06.03 00:52:40.360101 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2820 | 2025.06.03 00:52:40.360144 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 610 rows starting from the beginning of the part | ||
2821 | 2025.06.03 00:52:40.360225 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2822 | 2025.06.03 00:52:40.360286 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2823 | 2025.06.03 00:52:40.360341 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
2824 | 2025.06.03 00:52:40.360403 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
2825 | 2025.06.03 00:52:40.360457 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
2826 | 2025.06.03 00:52:40.361672 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 4 columns (4 merged, 0 gathered) in 0.001777795 sec., 511870.0412589753 rows/sec., 34.32 MiB/sec. | ||
2827 | 2025.06.03 00:52:40.361980 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2828 | 2025.06.03 00:52:40.362420 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2829 | 2025.06.03 00:52:40.362522 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_16_3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2830 | 2025.06.03 00:52:40.362630 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2831 | 2025.06.03 00:52:41.727817 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2832 | 2025.06.03 00:52:41.728014 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2833 | 2025.06.03 00:52:41.728084 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2834 | 2025.06.03 00:52:41.728769 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2835 | 2025.06.03 00:52:41.728815 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2836 | 2025.06.03 00:52:41.729219 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2837 | 2025.06.03 00:52:41.729445 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2838 | 2025.06.03 00:52:41.729591 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001631 sec., 14714.898835070508 rows/sec., 1.22 MiB/sec. | ||
2839 | 2025.06.03 00:52:41.729632 [ 261 ] {8037f862-5dba-4c2c-93bb-183daf812390} <Debug> TCPHandler: Processed in 0.001948171 sec. | ||
2840 | 2025.06.03 00:52:41.729754 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2841 | 2025.06.03 00:52:41.729848 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2842 | 2025.06.03 00:52:41.729889 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2843 | 2025.06.03 00:52:41.730284 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2844 | 2025.06.03 00:52:41.730318 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2845 | 2025.06.03 00:52:41.730610 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2846 | 2025.06.03 00:52:41.730822 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2847 | 2025.06.03 00:52:41.730950 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00112 sec., 3571.4285714285716 rows/sec., 291.22 KiB/sec. | ||
2848 | 2025.06.03 00:52:41.730988 [ 261 ] {5b82fb44-60d4-4c25-9334-5d6e75eca5e8} <Debug> TCPHandler: Processed in 0.00128376 sec. | ||
2849 | 2025.06.03 00:52:41.731112 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2850 | 2025.06.03 00:52:41.731234 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2851 | 2025.06.03 00:52:41.731282 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2852 | 2025.06.03 00:52:41.732400 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2853 | 2025.06.03 00:52:41.732436 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2854 | 2025.06.03 00:52:41.732845 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2855 | 2025.06.03 00:52:41.733061 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2856 | 2025.06.03 00:52:41.733190 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.001982 sec., 693239.1523713422 rows/sec., 57.81 MiB/sec. | ||
2857 | 2025.06.03 00:52:41.733228 [ 261 ] {43f8e824-658c-4d3b-944b-aa1d7d6851fd} <Debug> TCPHandler: Processed in 0.002176757 sec. | ||
2858 | 2025.06.03 00:52:41.733342 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2859 | 2025.06.03 00:52:41.733435 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2860 | 2025.06.03 00:52:41.733476 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2861 | 2025.06.03 00:52:41.733889 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2862 | 2025.06.03 00:52:41.733924 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2863 | 2025.06.03 00:52:41.734227 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2864 | 2025.06.03 00:52:41.734437 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2865 | 2025.06.03 00:52:41.734562 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001146 sec., 38394.41535776614 rows/sec., 2.85 MiB/sec. | ||
2866 | 2025.06.03 00:52:41.734599 [ 261 ] {cf70c374-3a56-4241-a26d-397221c071bc} <Debug> TCPHandler: Processed in 0.001306261 sec. | ||
2867 | 2025.06.03 00:52:41.734713 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2868 | 2025.06.03 00:52:41.734827 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2869 | 2025.06.03 00:52:41.734876 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2870 | 2025.06.03 00:52:41.735369 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2871 | 2025.06.03 00:52:41.735403 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2872 | 2025.06.03 00:52:41.735719 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2873 | 2025.06.03 00:52:41.735932 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2874 | 2025.06.03 00:52:41.736060 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001257 sec., 200477.32696897374 rows/sec., 13.87 MiB/sec. | ||
2875 | 2025.06.03 00:52:41.736098 [ 261 ] {fe2fb2d9-8855-45a1-be6d-b4ee2de7643c} <Debug> TCPHandler: Processed in 0.001443165 sec. | ||
2876 | 2025.06.03 00:52:41.736210 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2877 | 2025.06.03 00:52:41.736304 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2878 | 2025.06.03 00:52:41.736344 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2879 | 2025.06.03 00:52:41.736737 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2880 | 2025.06.03 00:52:41.736773 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2881 | 2025.06.03 00:52:41.737077 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2882 | 2025.06.03 00:52:41.737288 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2883 | 2025.06.03 00:52:41.737412 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. | ||
2884 | 2025.06.03 00:52:41.737450 [ 261 ] {cb44cefe-3c79-4272-b609-44ed9e48a26a} <Debug> TCPHandler: Processed in 0.00128868 sec. | ||
2885 | 2025.06.03 00:52:41.737555 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2886 | 2025.06.03 00:52:41.737658 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2887 | 2025.06.03 00:52:41.737699 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2888 | 2025.06.03 00:52:41.738330 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2889 | 2025.06.03 00:52:41.738367 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2890 | 2025.06.03 00:52:41.738729 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2891 | 2025.06.03 00:52:41.738950 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2892 | 2025.06.03 00:52:41.739082 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001442 sec., 407766.99029126216 rows/sec., 30.63 MiB/sec. | ||
2893 | 2025.06.03 00:52:41.739122 [ 261 ] {03e91083-9e07-450f-b0ef-4b99408b9b80} <Debug> TCPHandler: Processed in 0.001616811 sec. | ||
2894 | 2025.06.03 00:52:41.739230 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2895 | 2025.06.03 00:52:41.739330 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2896 | 2025.06.03 00:52:41.739375 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2897 | 2025.06.03 00:52:41.739958 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2898 | 2025.06.03 00:52:41.740000 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2899 | 2025.06.03 00:52:41.740393 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2900 | 2025.06.03 00:52:41.740608 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2901 | 2025.06.03 00:52:41.740735 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001424 sec., 665730.3370786518 rows/sec., 44.94 MiB/sec. | ||
2902 | 2025.06.03 00:52:41.740772 [ 261 ] {3849f692-dd6e-49e9-9e38-dec97bd2b3ea} <Debug> TCPHandler: Processed in 0.00159237 sec. | ||
2903 | 2025.06.03 00:52:41.740885 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2904 | 2025.06.03 00:52:41.740979 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2905 | 2025.06.03 00:52:41.741035 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2906 | 2025.06.03 00:52:41.741815 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2907 | 2025.06.03 00:52:41.741849 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2908 | 2025.06.03 00:52:41.742382 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2909 | 2025.06.03 00:52:41.742599 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2910 | 2025.06.03 00:52:41.742737 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001777 sec., 15756.893640967925 rows/sec., 28.24 MiB/sec. | ||
2911 | 2025.06.03 00:52:41.742791 [ 261 ] {64e59d1d-7467-45c0-876d-a50fb218b8e7} <Debug> TCPHandler: Processed in 0.001955171 sec. | ||
2912 | 2025.06.03 00:52:41.742904 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2913 | 2025.06.03 00:52:41.742998 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2914 | 2025.06.03 00:52:41.743040 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2915 | 2025.06.03 00:52:41.743364 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2916 | 2025.06.03 00:52:41.743399 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2917 | 2025.06.03 00:52:41.743695 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2918 | 2025.06.03 00:52:41.743912 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2919 | 2025.06.03 00:52:41.744039 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001059 sec., 22662.889518413598 rows/sec., 1.53 MiB/sec. | ||
2920 | 2025.06.03 00:52:41.744073 [ 261 ] {6e68b67a-f927-4517-bf60-fc0a5ba5a607} <Debug> TCPHandler: Processed in 0.001218837 sec. | ||
2921 | 2025.06.03 00:52:42.534851 [ 75 ] {} <Debug> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2922 | 2025.06.03 00:52:42.534920 [ 75 ] {} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2923 | 2025.06.03 00:52:42.534942 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2924 | 2025.06.03 00:52:42.535066 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::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 | ||
2925 | 2025.06.03 00:52:42.535361 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2926 | 2025.06.03 00:52:42.535404 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
2927 | 2025.06.03 00:52:42.535482 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
2928 | 2025.06.03 00:52:42.535544 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::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 | ||
2929 | 2025.06.03 00:52:42.535603 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
2930 | 2025.06.03 00:52:42.535660 [ 200 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::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 | ||
2931 | 2025.06.03 00:52:42.537196 [ 191 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002186537 sec., 21952.52126993506 rows/sec., 5.28 MiB/sec. | ||
2932 | 2025.06.03 00:52:42.537434 [ 201 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2933 | 2025.06.03 00:52:42.537927 [ 201 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2934 | 2025.06.03 00:52:42.538010 [ 201 ] {6c1f3c90-84f2-4696-9d6d-befeac86023f::all_1_5_1} <Trace> oximeter.timeseries_schema (6c1f3c90-84f2-4696-9d6d-befeac86023f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2935 | 2025.06.03 00:52:42.538114 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2936 | 2025.06.03 00:52:45.331459 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2937 | 2025.06.03 00:52:45.331650 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2938 | 2025.06.03 00:52:45.331718 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2939 | 2025.06.03 00:52:45.332373 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2025.06.03 00:52:45.332416 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2941 | 2025.06.03 00:52:45.332816 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2942 | 2025.06.03 00:52:45.333065 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2943 | 2025.06.03 00:52:45.333231 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.62 MiB/sec. | ||
2944 | 2025.06.03 00:52:45.333277 [ 261 ] {906e8e26-13a4-4ae8-8e1e-055fdff9b751} <Debug> TCPHandler: Processed in 0.0019499 sec. | ||
2945 | 2025.06.03 00:52:45.333399 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2946 | 2025.06.03 00:52:45.333502 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2947 | 2025.06.03 00:52:45.333547 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2948 | 2025.06.03 00:52:45.333985 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2949 | 2025.06.03 00:52:45.334022 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2950 | 2025.06.03 00:52:45.334342 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2951 | 2025.06.03 00:52:45.334569 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2952 | 2025.06.03 00:52:45.334705 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001227 sec., 52159.73920130399 rows/sec., 4.07 MiB/sec. | ||
2953 | 2025.06.03 00:52:45.334743 [ 261 ] {704dabcb-2125-4b91-9899-4c0303cb7ae6} <Debug> TCPHandler: Processed in 0.001394044 sec. | ||
2954 | 2025.06.03 00:52:45.334855 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2025.06.03 00:52:45.334951 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2956 | 2025.06.03 00:52:45.334998 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2957 | 2025.06.03 00:52:45.335374 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2025.06.03 00:52:45.335408 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2959 | 2025.06.03 00:52:45.335747 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2960 | 2025.06.03 00:52:45.335984 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2961 | 2025.06.03 00:52:45.336118 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001188 sec., 80808.0808080808 rows/sec., 5.63 MiB/sec. | ||
2962 | 2025.06.03 00:52:45.336155 [ 261 ] {710cfbbe-34f1-4992-af05-249d1a05d4fe} <Debug> TCPHandler: Processed in 0.001350532 sec. | ||
2963 | 2025.06.03 00:52:45.336266 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2964 | 2025.06.03 00:52:45.336362 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2965 | 2025.06.03 00:52:45.336405 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2966 | 2025.06.03 00:52:45.336746 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2967 | 2025.06.03 00:52:45.336783 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2968 | 2025.06.03 00:52:45.337175 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2969 | 2025.06.03 00:52:45.337442 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2970 | 2025.06.03 00:52:45.337610 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001264 sec., 28481.01265822785 rows/sec., 1.92 MiB/sec. | ||
2971 | 2025.06.03 00:52:45.337654 [ 261 ] {afb4c96d-c335-42d9-b320-09a7b11709a3} <Debug> TCPHandler: Processed in 0.001437134 sec. | ||
2972 | 2025.06.03 00:52:46.869710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2973 | 2025.06.03 00:52:46.870195 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2974 | 2025.06.03 00:52:46.870237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2975 | 2025.06.03 00:52:46.870714 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2976 | 2025.06.03 00:52:46.870946 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2977 | 2025.06.03 00:52:46.871080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2978 | 2025.06.03 00:52:47.195474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2979 | 2025.06.03 00:52:47.212683 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2025.06.03 00:52:47.212723 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2981 | 2025.06.03 00:52:47.218693 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2982 | 2025.06.03 00:52:47.219359 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2025.06.03 00:52:47.222142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2984 | 2025.06.03 00:52:49.388338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 428 | ||
2985 | 2025.06.03 00:52:49.390831 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2986 | 2025.06.03 00:52:49.390880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2987 | 2025.06.03 00:52:49.392076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2988 | 2025.06.03 00:52:49.392361 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): 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.06.03 00:52:49.392706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
2990 | 2025.06.03 00:52:50.335024 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2991 | 2025.06.03 00:52:50.335217 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2992 | 2025.06.03 00:52:50.335288 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2993 | 2025.06.03 00:52:50.335974 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2994 | 2025.06.03 00:52:50.336023 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2995 | 2025.06.03 00:52:50.336448 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2996 | 2025.06.03 00:52:50.336688 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2025.06.03 00:52:50.336844 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001679 sec., 47647.40917212627 rows/sec., 3.92 MiB/sec. | ||
2998 | 2025.06.03 00:52:50.336895 [ 261 ] {c14b1fdd-c124-4aa2-a89e-fbcaac795ecb} <Debug> TCPHandler: Processed in 0.002004493 sec. | ||
2999 | 2025.06.03 00:52:50.337040 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3000 | 2025.06.03 00:52:50.337146 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3001 | 2025.06.03 00:52:50.337194 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3002 | 2025.06.03 00:52:50.337633 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3003 | 2025.06.03 00:52:50.337669 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3004 | 2025.06.03 00:52:50.337990 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3005 | 2025.06.03 00:52:50.338217 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3006 | 2025.06.03 00:52:50.338352 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001232 sec., 9740.25974025974 rows/sec., 732.42 KiB/sec. | ||
3007 | 2025.06.03 00:52:50.338392 [ 261 ] {3a06c99d-7f7c-4214-b526-4a9c36baa759} <Debug> TCPHandler: Processed in 0.001405503 sec. | ||
3008 | 2025.06.03 00:52:50.338519 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3009 | 2025.06.03 00:52:50.338619 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3010 | 2025.06.03 00:52:50.338666 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3011 | 2025.06.03 00:52:50.339095 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3012 | 2025.06.03 00:52:50.339132 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3013 | 2025.06.03 00:52:50.339445 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3014 | 2025.06.03 00:52:50.339666 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3015 | 2025.06.03 00:52:50.339799 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001201 sec., 63280.59950041632 rows/sec., 4.94 MiB/sec. | ||
3016 | 2025.06.03 00:52:50.339842 [ 261 ] {1b161485-1e8a-4249-a4e6-034eb67f6a51} <Debug> TCPHandler: Processed in 0.001372692 sec. | ||
3017 | 2025.06.03 00:52:50.339959 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3018 | 2025.06.03 00:52:50.340057 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3019 | 2025.06.03 00:52:50.340105 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3020 | 2025.06.03 00:52:50.340622 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3021 | 2025.06.03 00:52:50.340980 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3022 | 2025.06.03 00:52:50.342311 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3023 | 2025.06.03 00:52:50.343039 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3024 | 2025.06.03 00:52:50.343203 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003167 sec., 50520.99778970634 rows/sec., 3.52 MiB/sec. | ||
3025 | 2025.06.03 00:52:50.343246 [ 261 ] {2f8ac723-dd10-47a4-9bcd-7e88ddb4d080} <Debug> TCPHandler: Processed in 0.003336484 sec. | ||
3026 | 2025.06.03 00:52:50.343370 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3027 | 2025.06.03 00:52:50.343471 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3028 | 2025.06.03 00:52:50.343531 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3029 | 2025.06.03 00:52:50.344317 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3030 | 2025.06.03 00:52:50.344353 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3031 | 2025.06.03 00:52:50.344865 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3032 | 2025.06.03 00:52:50.345102 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3033 | 2025.06.03 00:52:50.345246 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001797 sec., 6677.7963272120205 rows/sec., 11.97 MiB/sec. | ||
3034 | 2025.06.03 00:52:50.345298 [ 261 ] {b1b92a89-af13-4638-96aa-377479c180ad} <Debug> TCPHandler: Processed in 0.001980471 sec. | ||
3035 | 2025.06.03 00:52:50.345422 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3036 | 2025.06.03 00:52:50.345517 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3037 | 2025.06.03 00:52:50.345558 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3038 | 2025.06.03 00:52:50.345915 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3039 | 2025.06.03 00:52:50.345949 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3040 | 2025.06.03 00:52:50.346273 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3041 | 2025.06.03 00:52:50.346495 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3042 | 2025.06.03 00:52:50.346628 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. | ||
3043 | 2025.06.03 00:52:50.346662 [ 261 ] {97cd8ca0-4624-48af-bfdf-b020e4db4f18} <Debug> TCPHandler: Processed in 0.00128957 sec. | ||
3044 | 2025.06.03 00:52:54.312110 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3045 | 2025.06.03 00:52:54.312172 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3046 | 2025.06.03 00:52:54.371876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
3047 | 2025.06.03 00:52:54.372354 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3048 | 2025.06.03 00:52:54.372393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3049 | 2025.06.03 00:52:54.372945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3050 | 2025.06.03 00:52:54.373175 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3051 | 2025.06.03 00:52:54.373319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
3052 | 2025.06.03 00:52:54.722958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
3053 | 2025.06.03 00:52:54.740454 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3054 | 2025.06.03 00:52:54.740521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3055 | 2025.06.03 00:52:54.746084 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3056 | 2025.06.03 00:52:54.746819 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3057 | 2025.06.03 00:52:54.750047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
3058 | 2025.06.03 00:52:55.122299 [ 36 ] {} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3059 | 2025.06.03 00:52:55.122398 [ 36 ] {} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3060 | 2025.06.03 00:52:55.122437 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3061 | 2025.06.03 00:52:55.122615 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
3062 | 2025.06.03 00:52:55.122831 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3063 | 2025.06.03 00:52:55.122895 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
3064 | 2025.06.03 00:52:55.123051 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
3065 | 2025.06.03 00:52:55.123152 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
3066 | 2025.06.03 00:52:55.123241 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
3067 | 2025.06.03 00:52:55.123306 [ 191 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
3068 | 2025.06.03 00:52:55.124181 [ 201 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 619 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642121 sec., 376951.5157531022 rows/sec., 27.20 MiB/sec. | ||
3069 | 2025.06.03 00:52:55.124424 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3070 | 2025.06.03 00:52:55.124742 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3071 | 2025.06.03 00:52:55.124823 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_5_1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3072 | 2025.06.03 00:52:55.124922 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3073 | 2025.06.03 00:52:55.334960 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3074 | 2025.06.03 00:52:55.335140 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3075 | 2025.06.03 00:52:55.335206 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3076 | 2025.06.03 00:52:55.335876 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3077 | 2025.06.03 00:52:55.335922 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3078 | 2025.06.03 00:52:55.336320 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3079 | 2025.06.03 00:52:55.336554 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3080 | 2025.06.03 00:52:55.336704 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001614 sec., 69392.81288723668 rows/sec., 5.83 MiB/sec. | ||
3081 | 2025.06.03 00:52:55.336747 [ 261 ] {15749e7d-8252-4fb0-8993-f3c3c928e70e} <Debug> TCPHandler: Processed in 0.001921209 sec. | ||
3082 | 2025.06.03 00:52:55.336871 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3083 | 2025.06.03 00:52:55.336965 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3084 | 2025.06.03 00:52:55.337007 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3085 | 2025.06.03 00:52:55.337417 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3086 | 2025.06.03 00:52:55.337453 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3087 | 2025.06.03 00:52:55.337767 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3088 | 2025.06.03 00:52:55.337978 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3089 | 2025.06.03 00:52:55.338109 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001162 sec., 24096.385542168675 rows/sec., 1.77 MiB/sec. | ||
3090 | 2025.06.03 00:52:55.338146 [ 261 ] {7824ef21-2ec2-45ed-83ac-c6a3fa372e52} <Debug> TCPHandler: Processed in 0.001324601 sec. | ||
3091 | 2025.06.03 00:52:55.338250 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3092 | 2025.06.03 00:52:55.338343 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3093 | 2025.06.03 00:52:55.338385 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3094 | 2025.06.03 00:52:55.338810 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3095 | 2025.06.03 00:52:55.338847 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3096 | 2025.06.03 00:52:55.339165 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3097 | 2025.06.03 00:52:55.339376 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3098 | 2025.06.03 00:52:55.339506 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00118 sec., 77966.10169491525 rows/sec., 6.09 MiB/sec. | ||
3099 | 2025.06.03 00:52:55.339544 [ 261 ] {f6066b14-7ea9-4881-87fd-c26526d176a7} <Debug> TCPHandler: Processed in 0.001341862 sec. | ||
3100 | 2025.06.03 00:52:55.339659 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3101 | 2025.06.03 00:52:55.339751 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3102 | 2025.06.03 00:52:55.339796 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3103 | 2025.06.03 00:52:55.340205 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3104 | 2025.06.03 00:52:55.340242 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3105 | 2025.06.03 00:52:55.340574 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3106 | 2025.06.03 00:52:55.340797 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3107 | 2025.06.03 00:52:55.340929 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
3108 | 2025.06.03 00:52:55.340965 [ 261 ] {d53456c2-4a53-45c6-999b-d3e93eabf2ce} <Debug> TCPHandler: Processed in 0.001354432 sec. | ||
3109 | 2025.06.03 00:52:55.341074 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3110 | 2025.06.03 00:52:55.341167 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3111 | 2025.06.03 00:52:55.341223 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3112 | 2025.06.03 00:52:55.341996 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3113 | 2025.06.03 00:52:55.342034 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3114 | 2025.06.03 00:52:55.342587 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3115 | 2025.06.03 00:52:55.342809 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3116 | 2025.06.03 00:52:55.342945 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001796 sec., 15590.200445434299 rows/sec., 27.94 MiB/sec. | ||
3117 | 2025.06.03 00:52:55.342998 [ 261 ] {89a10897-8f52-45b4-8b88-b3f8558d5f60} <Debug> TCPHandler: Processed in 0.001971631 sec. | ||
3118 | 2025.06.03 00:52:55.343110 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3119 | 2025.06.03 00:52:55.343203 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3120 | 2025.06.03 00:52:55.343246 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3121 | 2025.06.03 00:52:55.343578 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3122 | 2025.06.03 00:52:55.343615 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3123 | 2025.06.03 00:52:55.343926 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3124 | 2025.06.03 00:52:55.344143 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3125 | 2025.06.03 00:52:55.344274 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
3126 | 2025.06.03 00:52:55.344309 [ 261 ] {5ef633cb-255b-46a8-8b08-253a541c781c} <Debug> TCPHandler: Processed in 0.001248738 sec. | ||
3127 | 2025.06.03 00:52:59.393619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 452 | ||
3128 | 2025.06.03 00:52:59.395627 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3129 | 2025.06.03 00:52:59.395673 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3130 | 2025.06.03 00:52:59.396811 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3131 | 2025.06.03 00:52:59.397067 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3132 | 2025.06.03 00:52:59.397306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 452 | ||
3133 | 2025.06.03 00:53:00.333872 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3134 | 2025.06.03 00:53:00.334062 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3135 | 2025.06.03 00:53:00.334133 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3136 | 2025.06.03 00:53:00.334835 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2025.06.03 00:53:00.334888 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3138 | 2025.06.03 00:53:00.335289 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3139 | 2025.06.03 00:53:00.335530 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2025.06.03 00:53:00.335676 [ 44 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3141 | 2025.06.03 00:53:00.335693 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001679 sec., 47647.40917212627 rows/sec., 3.92 MiB/sec. | ||
3142 | 2025.06.03 00:53:00.335745 [ 44 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3143 | 2025.06.03 00:53:00.335768 [ 261 ] {c0b95ce6-1eff-470b-9115-580243548123} <Debug> TCPHandler: Processed in 0.002031393 sec. | ||
3144 | 2025.06.03 00:53:00.335774 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3145 | 2025.06.03 00:53:00.335907 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2025.06.03 00:53:00.335912 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
3147 | 2025.06.03 00:53:00.336021 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3148 | 2025.06.03 00:53:00.336063 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3149 | 2025.06.03 00:53:00.336074 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3150 | 2025.06.03 00:53:00.336103 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1963 rows starting from the beginning of the part | ||
3151 | 2025.06.03 00:53:00.336171 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1374 rows starting from the beginning of the part | ||
3152 | 2025.06.03 00:53:00.336215 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
3153 | 2025.06.03 00:53:00.336254 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part | ||
3154 | 2025.06.03 00:53:00.336293 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
3155 | 2025.06.03 00:53:00.336336 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 80 rows starting from the beginning of the part | ||
3156 | 2025.06.03 00:53:00.336543 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3157 | 2025.06.03 00:53:00.336588 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3158 | 2025.06.03 00:53:00.336950 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3159 | 2025.06.03 00:53:00.337203 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3160 | 2025.06.03 00:53:00.337331 [ 44 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3161 | 2025.06.03 00:53:00.337346 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00135 sec., 8888.888888888889 rows/sec., 668.40 KiB/sec. | ||
3162 | 2025.06.03 00:53:00.337378 [ 44 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3163 | 2025.06.03 00:53:00.337412 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3164 | 2025.06.03 00:53:00.337428 [ 261 ] {ad9ad951-9610-471d-947a-b7260683ffe1} <Debug> TCPHandler: Processed in 0.001573659 sec. | ||
3165 | 2025.06.03 00:53:00.337514 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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.06.03 00:53:00.337591 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3167 | 2025.06.03 00:53:00.337631 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3168 | 2025.06.03 00:53:00.337672 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 164 rows starting from the beginning of the part | ||
3169 | 2025.06.03 00:53:00.337712 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3170 | 2025.06.03 00:53:00.337752 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
3171 | 2025.06.03 00:53:00.337763 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3172 | 2025.06.03 00:53:00.337819 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part | ||
3173 | 2025.06.03 00:53:00.337851 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.001991331 sec., 1840477.5499402161 rows/sec., 158.96 MiB/sec. | ||
3174 | 2025.06.03 00:53:00.337889 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
3175 | 2025.06.03 00:53:00.337971 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
3176 | 2025.06.03 00:53:00.338040 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
3177 | 2025.06.03 00:53:00.338129 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3178 | 2025.06.03 00:53:00.338348 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3179 | 2025.06.03 00:53:00.338396 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3180 | 2025.06.03 00:53:00.338418 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3181 | 2025.06.03 00:53:00.338497 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_21_4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3182 | 2025.06.03 00:53:00.338568 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3183 | 2025.06.03 00:53:00.338868 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3184 | 2025.06.03 00:53:00.339189 [ 191 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001728004 sec., 157407.04303925222 rows/sec., 11.29 MiB/sec. | ||
3185 | 2025.06.03 00:53:00.339199 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2025.06.03 00:53:00.339333 [ 44 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3187 | 2025.06.03 00:53:00.339352 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00167 sec., 45508.982035928144 rows/sec., 3.55 MiB/sec. | ||
3188 | 2025.06.03 00:53:00.339372 [ 44 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3189 | 2025.06.03 00:53:00.339379 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3190 | 2025.06.03 00:53:00.339399 [ 261 ] {2375f3c4-84f1-4e8b-8faa-8db272f6a4fc} <Debug> TCPHandler: Processed in 0.001877829 sec. | ||
3191 | 2025.06.03 00:53:00.339401 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3192 | 2025.06.03 00:53:00.339503 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
3193 | 2025.06.03 00:53:00.339530 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3194 | 2025.06.03 00:53:00.339614 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3195 | 2025.06.03 00:53:00.339635 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3196 | 2025.06.03 00:53:00.339660 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 942 rows starting from the beginning of the part | ||
3197 | 2025.06.03 00:53:00.339688 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3198 | 2025.06.03 00:53:00.339715 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3199 | 2025.06.03 00:53:00.339765 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 588 rows starting from the beginning of the part | ||
3200 | 2025.06.03 00:53:00.339808 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_16_3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3201 | 2025.06.03 00:53:00.339831 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
3202 | 2025.06.03 00:53:00.339883 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part | ||
3203 | 2025.06.03 00:53:00.339902 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3204 | 2025.06.03 00:53:00.339926 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
3205 | 2025.06.03 00:53:00.339992 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part | ||
3206 | 2025.06.03 00:53:00.340150 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3207 | 2025.06.03 00:53:00.340196 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3208 | 2025.06.03 00:53:00.340565 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3209 | 2025.06.03 00:53:00.340814 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3210 | 2025.06.03 00:53:00.340926 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3211 | 2025.06.03 00:53:00.340958 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2025.06.03 00:53:00.340959 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. | ||
3213 | 2025.06.03 00:53:00.340976 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3214 | 2025.06.03 00:53:00.341012 [ 261 ] {a4ae42f7-ee75-44dd-a10b-d84dcc2f23f5} <Debug> TCPHandler: Processed in 0.001533148 sec. | ||
3215 | 2025.06.03 00:53:00.341068 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.0016044 sec., 1145599.6010969833 rows/sec., 89.86 MiB/sec. | ||
3216 | 2025.06.03 00:53:00.341101 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
3217 | 2025.06.03 00:53:00.341138 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3218 | 2025.06.03 00:53:00.341216 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3219 | 2025.06.03 00:53:00.341239 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3220 | 2025.06.03 00:53:00.341254 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5582 rows starting from the beginning of the part | ||
3221 | 2025.06.03 00:53:00.341273 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3222 | 2025.06.03 00:53:00.341301 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3223 | 2025.06.03 00:53:00.341328 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 948 rows starting from the beginning of the part | ||
3224 | 2025.06.03 00:53:00.341378 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 96 rows starting from the beginning of the part | ||
3225 | 2025.06.03 00:53:00.341420 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
3226 | 2025.06.03 00:53:00.341461 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3227 | 2025.06.03 00:53:00.341501 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
3228 | 2025.06.03 00:53:00.341601 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3229 | 2025.06.03 00:53:00.341686 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_21_4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3230 | 2025.06.03 00:53:00.341764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
3231 | 2025.06.03 00:53:00.342075 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3232 | 2025.06.03 00:53:00.342115 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3233 | 2025.06.03 00:53:00.342685 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3234 | 2025.06.03 00:53:00.342944 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2025.06.03 00:53:00.343056 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3236 | 2025.06.03 00:53:00.343085 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001864 sec., 6437.768240343347 rows/sec., 11.54 MiB/sec. | ||
3237 | 2025.06.03 00:53:00.343089 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3238 | 2025.06.03 00:53:00.343125 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3239 | 2025.06.03 00:53:00.343148 [ 261 ] {4d394866-683e-4650-b4e9-f7947e700edf} <Debug> TCPHandler: Processed in 0.002062804 sec. | ||
3240 | 2025.06.03 00:53:00.343232 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
3241 | 2025.06.03 00:53:00.343275 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3242 | 2025.06.03 00:53:00.343375 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3243 | 2025.06.03 00:53:00.343419 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3244 | 2025.06.03 00:53:00.343482 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3245 | 2025.06.03 00:53:00.343544 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 183 rows starting from the beginning of the part | ||
3246 | 2025.06.03 00:53:00.343676 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
3247 | 2025.06.03 00:53:00.343773 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3248 | 2025.06.03 00:53:00.343782 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part | ||
3249 | 2025.06.03 00:53:00.343817 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3250 | 2025.06.03 00:53:00.343903 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
3251 | 2025.06.03 00:53:00.344011 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
3252 | 2025.06.03 00:53:00.344114 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
3253 | 2025.06.03 00:53:00.344143 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7106 rows, containing 5 columns (5 merged, 0 gathered) in 0.003096776 sec., 2294644.4947907114 rows/sec., 156.98 MiB/sec. | ||
3254 | 2025.06.03 00:53:00.344167 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3255 | 2025.06.03 00:53:00.344401 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3256 | 2025.06.03 00:53:00.344519 [ 44 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3257 | 2025.06.03 00:53:00.344538 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. | ||
3258 | 2025.06.03 00:53:00.344553 [ 44 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3259 | 2025.06.03 00:53:00.344584 [ 261 ] {71e5ffbe-b41b-40e1-8226-0225d3331836} <Debug> TCPHandler: Processed in 0.001359342 sec. | ||
3260 | 2025.06.03 00:53:00.344586 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3261 | 2025.06.03 00:53:00.344633 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3262 | 2025.06.03 00:53:00.344685 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
3263 | 2025.06.03 00:53:00.344779 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3264 | 2025.06.03 00:53:00.344807 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 910 rows starting from the beginning of the part | ||
3265 | 2025.06.03 00:53:00.344881 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
3266 | 2025.06.03 00:53:00.344910 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3267 | 2025.06.03 00:53:00.344947 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
3268 | 2025.06.03 00:53:00.344985 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3269 | 2025.06.03 00:53:00.345008 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
3270 | 2025.06.03 00:53:00.345053 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
3271 | 2025.06.03 00:53:00.345054 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
3272 | 2025.06.03 00:53:00.345110 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
3273 | 2025.06.03 00:53:00.346111 [ 196 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001462225 sec., 786472.6700747149 rows/sec., 52.79 MiB/sec. | ||
3274 | 2025.06.03 00:53:00.346290 [ 190 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3275 | 2025.06.03 00:53:00.346547 [ 190 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2025.06.03 00:53:00.346622 [ 190 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_21_4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3277 | 2025.06.03 00:53:00.346693 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
3278 | 2025.06.03 00:53:00.347079 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 19 columns (19 merged, 0 gathered) in 0.003911011 sec., 70314.29980636721 rows/sec., 126.00 MiB/sec. | ||
3279 | 2025.06.03 00:53:00.347713 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3280 | 2025.06.03 00:53:00.348099 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2025.06.03 00:53:00.348177 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3282 | 2025.06.03 00:53:00.348307 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
3283 | 2025.06.03 00:53:01.874286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
3284 | 2025.06.03 00:53:01.874757 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3285 | 2025.06.03 00:53:01.874800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3286 | 2025.06.03 00:53:01.875283 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3287 | 2025.06.03 00:53:01.875509 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3288 | 2025.06.03 00:53:01.875636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
3289 | 2025.06.03 00:53:02.251005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
3290 | 2025.06.03 00:53:02.266638 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3291 | 2025.06.03 00:53:02.266699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3292 | 2025.06.03 00:53:02.272364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3293 | 2025.06.03 00:53:02.273054 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3294 | 2025.06.03 00:53:02.276007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
3295 | 2025.06.03 00:53:05.335497 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3296 | 2025.06.03 00:53:05.335694 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3297 | 2025.06.03 00:53:05.335761 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3298 | 2025.06.03 00:53:05.336458 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3299 | 2025.06.03 00:53:05.336502 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3300 | 2025.06.03 00:53:05.336906 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3301 | 2025.06.03 00:53:05.337142 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3302 | 2025.06.03 00:53:05.337298 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001654 sec., 67714.63119709794 rows/sec., 5.69 MiB/sec. | ||
3303 | 2025.06.03 00:53:05.337340 [ 261 ] {69513ea8-8720-4632-922b-11097bb3498a} <Debug> TCPHandler: Processed in 0.001975002 sec. | ||
3304 | 2025.06.03 00:53:05.337467 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3305 | 2025.06.03 00:53:05.337564 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3306 | 2025.06.03 00:53:05.337606 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3307 | 2025.06.03 00:53:05.338026 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3308 | 2025.06.03 00:53:05.338065 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3309 | 2025.06.03 00:53:05.338387 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3310 | 2025.06.03 00:53:05.338610 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3311 | 2025.06.03 00:53:05.338742 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001198 sec., 23372.28714524207 rows/sec., 1.72 MiB/sec. | ||
3312 | 2025.06.03 00:53:05.338782 [ 261 ] {6b7f9fc1-9b2d-4349-b3c1-b84c2381b393} <Debug> TCPHandler: Processed in 0.001365082 sec. | ||
3313 | 2025.06.03 00:53:05.338897 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3314 | 2025.06.03 00:53:05.338990 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3315 | 2025.06.03 00:53:05.339031 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3316 | 2025.06.03 00:53:05.339457 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3317 | 2025.06.03 00:53:05.339496 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3318 | 2025.06.03 00:53:05.339799 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3319 | 2025.06.03 00:53:05.340023 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3320 | 2025.06.03 00:53:05.340150 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001177 sec., 78164.82582837723 rows/sec., 6.10 MiB/sec. | ||
3321 | 2025.06.03 00:53:05.340190 [ 261 ] {bb666c0e-8a3d-497a-9c53-f2b3338b0f88} <Debug> TCPHandler: Processed in 0.001342791 sec. | ||
3322 | 2025.06.03 00:53:05.340305 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3323 | 2025.06.03 00:53:05.340400 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3324 | 2025.06.03 00:53:05.340445 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3325 | 2025.06.03 00:53:05.340848 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3326 | 2025.06.03 00:53:05.340885 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3327 | 2025.06.03 00:53:05.341222 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3328 | 2025.06.03 00:53:05.341456 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3329 | 2025.06.03 00:53:05.341592 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. | ||
3330 | 2025.06.03 00:53:05.341628 [ 261 ] {57fda048-53b9-46de-9d49-b745e65f5e84} <Debug> TCPHandler: Processed in 0.001373143 sec. | ||
3331 | 2025.06.03 00:53:05.341736 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3332 | 2025.06.03 00:53:05.341834 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3333 | 2025.06.03 00:53:05.341892 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3334 | 2025.06.03 00:53:05.342717 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3335 | 2025.06.03 00:53:05.342754 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3336 | 2025.06.03 00:53:05.343276 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3337 | 2025.06.03 00:53:05.343505 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3338 | 2025.06.03 00:53:05.343641 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001826 sec., 15334.063526834612 rows/sec., 27.48 MiB/sec. | ||
3339 | 2025.06.03 00:53:05.343691 [ 261 ] {c91fd9f6-b920-4cb0-a6fb-912e8cb6256b} <Debug> TCPHandler: Processed in 0.002004812 sec. | ||
3340 | 2025.06.03 00:53:05.343807 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3341 | 2025.06.03 00:53:05.343901 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3342 | 2025.06.03 00:53:05.343942 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3343 | 2025.06.03 00:53:05.344302 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3344 | 2025.06.03 00:53:05.344337 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3345 | 2025.06.03 00:53:05.344657 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3346 | 2025.06.03 00:53:05.344867 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3347 | 2025.06.03 00:53:05.344992 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. | ||
3348 | 2025.06.03 00:53:05.345028 [ 261 ] {b980f131-9d16-416b-8b5d-8d28c284b8e4} <Debug> TCPHandler: Processed in 0.001269069 sec. | ||
3349 | 2025.06.03 00:53:09.312421 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3350 | 2025.06.03 00:53:09.312493 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3351 | 2025.06.03 00:53:09.376668 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
3352 | 2025.06.03 00:53:09.377209 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3353 | 2025.06.03 00:53:09.377258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3354 | 2025.06.03 00:53:09.377747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3355 | 2025.06.03 00:53:09.378022 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3356 | 2025.06.03 00:53:09.378150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
3357 | 2025.06.03 00:53:09.378155 [ 77 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3358 | 2025.06.03 00:53:09.378219 [ 77 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3359 | 2025.06.03 00:53:09.378239 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3360 | 2025.06.03 00:53:09.378352 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
3361 | 2025.06.03 00:53:09.378488 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3362 | 2025.06.03 00:53:09.378526 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
3363 | 2025.06.03 00:53:09.378594 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
3364 | 2025.06.03 00:53:09.378651 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
3365 | 2025.06.03 00:53:09.378695 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
3366 | 2025.06.03 00:53:09.378738 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
3367 | 2025.06.03 00:53:09.378788 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
3368 | 2025.06.03 00:53:09.380198 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001898679 sec., 3887439.6356624793 rows/sec., 55.61 MiB/sec. | ||
3369 | 2025.06.03 00:53:09.380754 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3370 | 2025.06.03 00:53:09.381082 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3371 | 2025.06.03 00:53:09.381163 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_16_3} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3372 | 2025.06.03 00:53:09.381269 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3373 | 2025.06.03 00:53:09.398316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 476 | ||
3374 | 2025.06.03 00:53:09.400332 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3375 | 2025.06.03 00:53:09.400372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3376 | 2025.06.03 00:53:09.401471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3377 | 2025.06.03 00:53:09.401733 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3378 | 2025.06.03 00:53:09.401869 [ 77 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3379 | 2025.06.03 00:53:09.401915 [ 77 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3380 | 2025.06.03 00:53:09.401935 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3381 | 2025.06.03 00:53:09.401964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476 | ||
3382 | 2025.06.03 00:53:09.402047 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
3383 | 2025.06.03 00:53:09.402623 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3384 | 2025.06.03 00:53:09.402761 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 328 rows starting from the beginning of the part | ||
3385 | 2025.06.03 00:53:09.403110 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
3386 | 2025.06.03 00:53:09.403460 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
3387 | 2025.06.03 00:53:09.403805 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
3388 | 2025.06.03 00:53:09.404132 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
3389 | 2025.06.03 00:53:09.404459 [ 195 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
3390 | 2025.06.03 00:53:09.411059 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 72 columns (72 merged, 0 gathered) in 0.009063371 sec., 52519.09030315541 rows/sec., 50.84 MiB/sec. | ||
3391 | 2025.06.03 00:53:09.412151 [ 198 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3392 | 2025.06.03 00:53:09.412728 [ 198 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3393 | 2025.06.03 00:53:09.412797 [ 198 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_11_2} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3394 | 2025.06.03 00:53:09.413079 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
3395 | 2025.06.03 00:53:09.776999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
3396 | 2025.06.03 00:53:09.793888 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3397 | 2025.06.03 00:53:09.793942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3398 | 2025.06.03 00:53:09.800224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3399 | 2025.06.03 00:53:09.800948 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3400 | 2025.06.03 00:53:09.801221 [ 79 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3401 | 2025.06.03 00:53:09.801260 [ 79 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2025.06.03 00:53:09.801278 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3403 | 2025.06.03 00:53:09.801372 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3404 | 2025.06.03 00:53:09.804115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
3405 | 2025.06.03 00:53:09.804394 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3406 | 2025.06.03 00:53:09.805201 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3407 | 2025.06.03 00:53:09.808500 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3408 | 2025.06.03 00:53:09.811866 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3409 | 2025.06.03 00:53:09.815771 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3410 | 2025.06.03 00:53:09.819937 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3411 | 2025.06.03 00:53:09.824223 [ 195 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
3412 | 2025.06.03 00:53:09.880808 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079475458 sec., 1522.4825756902212 rows/sec., 7.87 MiB/sec. | ||
3413 | 2025.06.03 00:53:09.883373 [ 186 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3414 | 2025.06.03 00:53:09.885513 [ 186 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_16_3} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3415 | 2025.06.03 00:53:09.885626 [ 186 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_16_3} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3416 | 2025.06.03 00:53:09.887597 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3417 | 2025.06.03 00:53:10.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.89 MiB, peak 213.84 MiB, free memory in arenas 0.00 B, will set to 213.74 MiB (RSS), difference: 9.85 MiB | ||
3418 | 2025.06.03 00:53:10.002198 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000821625 sec. | ||
3419 | 2025.06.03 00:53:10.335428 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3420 | 2025.06.03 00:53:10.335639 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3421 | 2025.06.03 00:53:10.335719 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3422 | 2025.06.03 00:53:10.336505 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3423 | 2025.06.03 00:53:10.336562 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3424 | 2025.06.03 00:53:10.337064 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3425 | 2025.06.03 00:53:10.337341 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3426 | 2025.06.03 00:53:10.337539 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001963 sec., 40753.948038716255 rows/sec., 3.36 MiB/sec. | ||
3427 | 2025.06.03 00:53:10.337590 [ 261 ] {57ce4018-6934-45b0-adc2-5a7a73b53f27} <Debug> TCPHandler: Processed in 0.002360314 sec. | ||
3428 | 2025.06.03 00:53:10.337737 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2025.06.03 00:53:10.337838 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3430 | 2025.06.03 00:53:10.337883 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3431 | 2025.06.03 00:53:10.338308 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3432 | 2025.06.03 00:53:10.338347 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3433 | 2025.06.03 00:53:10.338689 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3434 | 2025.06.03 00:53:10.338919 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3435 | 2025.06.03 00:53:10.339060 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001245 sec., 9638.55421686747 rows/sec., 724.77 KiB/sec. | ||
3436 | 2025.06.03 00:53:10.339106 [ 261 ] {de9b83e6-fa43-433a-a6b8-a87f4bf28ce6} <Debug> TCPHandler: Processed in 0.001424725 sec. | ||
3437 | 2025.06.03 00:53:10.339253 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3438 | 2025.06.03 00:53:10.339375 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3439 | 2025.06.03 00:53:10.339428 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3440 | 2025.06.03 00:53:10.339938 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3441 | 2025.06.03 00:53:10.339976 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3442 | 2025.06.03 00:53:10.340325 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3443 | 2025.06.03 00:53:10.340548 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3444 | 2025.06.03 00:53:10.340679 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001328 sec., 57228.9156626506 rows/sec., 4.47 MiB/sec. | ||
3445 | 2025.06.03 00:53:10.340719 [ 261 ] {451d3386-3ea3-43e3-84bb-3cd0f66b365d} <Debug> TCPHandler: Processed in 0.001527708 sec. | ||
3446 | 2025.06.03 00:53:10.340843 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3447 | 2025.06.03 00:53:10.340940 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3448 | 2025.06.03 00:53:10.340987 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3449 | 2025.06.03 00:53:10.341424 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2025.06.03 00:53:10.341462 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3451 | 2025.06.03 00:53:10.341817 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3452 | 2025.06.03 00:53:10.342044 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2025.06.03 00:53:10.342181 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. | ||
3454 | 2025.06.03 00:53:10.342224 [ 261 ] {028ee7ce-50da-47e9-b470-e217e163c8a7} <Debug> TCPHandler: Processed in 0.001430755 sec. | ||
3455 | 2025.06.03 00:53:10.342362 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3456 | 2025.06.03 00:53:10.342470 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3457 | 2025.06.03 00:53:10.342531 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3458 | 2025.06.03 00:53:10.343365 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3459 | 2025.06.03 00:53:10.343405 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3460 | 2025.06.03 00:53:10.343941 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3461 | 2025.06.03 00:53:10.344201 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3462 | 2025.06.03 00:53:10.344391 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001942 sec., 6179.196704428425 rows/sec., 11.07 MiB/sec. | ||
3463 | 2025.06.03 00:53:10.344465 [ 261 ] {97b5e1a4-fb11-4544-ab3b-fd5f04d69af6} <Debug> TCPHandler: Processed in 0.002152657 sec. | ||
3464 | 2025.06.03 00:53:10.344617 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3465 | 2025.06.03 00:53:10.344734 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3466 | 2025.06.03 00:53:10.344784 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3467 | 2025.06.03 00:53:10.345240 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3468 | 2025.06.03 00:53:10.345277 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3469 | 2025.06.03 00:53:10.345662 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3470 | 2025.06.03 00:53:10.345918 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3471 | 2025.06.03 00:53:10.346069 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
3472 | 2025.06.03 00:53:10.346113 [ 261 ] {7bb6884d-c7d6-4fef-b6b1-0a3663ca2ac8} <Debug> TCPHandler: Processed in 0.001558138 sec. | ||
3473 | 2025.06.03 00:53:12.722636 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3474 | 2025.06.03 00:53:12.722819 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3475 | 2025.06.03 00:53:12.722887 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3476 | 2025.06.03 00:53:12.723517 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3477 | 2025.06.03 00:53:12.723569 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3478 | 2025.06.03 00:53:12.723968 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3479 | 2025.06.03 00:53:12.724204 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3480 | 2025.06.03 00:53:12.724358 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. | ||
3481 | 2025.06.03 00:53:12.724403 [ 261 ] {b2380430-ce42-4103-b1cd-5c3bd6ff598d} <Debug> TCPHandler: Processed in 0.001904269 sec. | ||
3482 | 2025.06.03 00:53:12.724532 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3483 | 2025.06.03 00:53:12.724629 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3484 | 2025.06.03 00:53:12.724672 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3485 | 2025.06.03 00:53:12.725777 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3486 | 2025.06.03 00:53:12.725816 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3487 | 2025.06.03 00:53:12.726282 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3488 | 2025.06.03 00:53:12.726504 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3489 | 2025.06.03 00:53:12.726635 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Debug> executeQuery: Read 1372 rows, 117.19 KiB in 0.002023 sec., 678200.6920415225 rows/sec., 56.57 MiB/sec. | ||
3490 | 2025.06.03 00:53:12.726674 [ 261 ] {766fb7c4-facc-4b95-95c9-472a54679902} <Debug> TCPHandler: Processed in 0.002193808 sec. | ||
3491 | 2025.06.03 00:53:12.726790 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2025.06.03 00:53:12.726883 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3493 | 2025.06.03 00:53:12.726925 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3494 | 2025.06.03 00:53:12.727348 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3495 | 2025.06.03 00:53:12.727384 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3496 | 2025.06.03 00:53:12.727711 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3497 | 2025.06.03 00:53:12.727949 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3498 | 2025.06.03 00:53:12.728079 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001214 sec., 32948.929159802305 rows/sec., 2.47 MiB/sec. | ||
3499 | 2025.06.03 00:53:12.728117 [ 261 ] {1a6e5016-599c-42a6-b4a0-33c4ba6391c0} <Debug> TCPHandler: Processed in 0.001379243 sec. | ||
3500 | 2025.06.03 00:53:12.728223 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3501 | 2025.06.03 00:53:12.728320 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3502 | 2025.06.03 00:53:12.728361 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3503 | 2025.06.03 00:53:12.728832 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3504 | 2025.06.03 00:53:12.728872 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3505 | 2025.06.03 00:53:12.729185 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3506 | 2025.06.03 00:53:12.729407 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3507 | 2025.06.03 00:53:12.729536 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001237 sec., 203718.67421180275 rows/sec., 14.09 MiB/sec. | ||
3508 | 2025.06.03 00:53:12.729578 [ 261 ] {d396e1c3-6ff5-49bb-a670-29e6154dfa26} <Debug> TCPHandler: Processed in 0.001403483 sec. | ||
3509 | 2025.06.03 00:53:12.729694 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3510 | 2025.06.03 00:53:12.729789 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3511 | 2025.06.03 00:53:12.729829 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3512 | 2025.06.03 00:53:12.730236 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3513 | 2025.06.03 00:53:12.730277 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3514 | 2025.06.03 00:53:12.730595 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3515 | 2025.06.03 00:53:12.730813 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3516 | 2025.06.03 00:53:12.730942 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001169 sec., 10265.18391787853 rows/sec., 801.97 KiB/sec. | ||
3517 | 2025.06.03 00:53:12.730983 [ 261 ] {44d1a889-0e06-4ad2-bdc7-b1cde59e2f2d} <Debug> TCPHandler: Processed in 0.001339322 sec. | ||
3518 | 2025.06.03 00:53:12.731088 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3519 | 2025.06.03 00:53:12.731183 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3520 | 2025.06.03 00:53:12.731223 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3521 | 2025.06.03 00:53:12.731899 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3522 | 2025.06.03 00:53:12.731937 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3523 | 2025.06.03 00:53:12.732282 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3524 | 2025.06.03 00:53:12.732510 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3525 | 2025.06.03 00:53:12.732642 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Debug> executeQuery: Read 584 rows, 44.90 KiB in 0.001477 sec., 395396.0731211916 rows/sec., 29.69 MiB/sec. | ||
3526 | 2025.06.03 00:53:12.732679 [ 261 ] {df420ba8-4b3b-4517-9187-e989232a76c9} <Debug> TCPHandler: Processed in 0.001641211 sec. | ||
3527 | 2025.06.03 00:53:12.732787 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3528 | 2025.06.03 00:53:12.732888 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3529 | 2025.06.03 00:53:12.732933 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3530 | 2025.06.03 00:53:12.733607 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3531 | 2025.06.03 00:53:12.733645 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3532 | 2025.06.03 00:53:12.734043 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3533 | 2025.06.03 00:53:12.734254 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3534 | 2025.06.03 00:53:12.734382 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Debug> executeQuery: Read 956 rows, 66.09 KiB in 0.001513 sec., 631857.2372769333 rows/sec., 42.66 MiB/sec. | ||
3535 | 2025.06.03 00:53:12.734419 [ 261 ] {adc52015-e16f-4cdf-ba43-0ed6b2e63b28} <Debug> TCPHandler: Processed in 0.001681582 sec. | ||
3536 | 2025.06.03 00:53:12.734532 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3537 | 2025.06.03 00:53:12.734627 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3538 | 2025.06.03 00:53:12.734683 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3539 | 2025.06.03 00:53:12.735497 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3540 | 2025.06.03 00:53:12.735534 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3541 | 2025.06.03 00:53:12.736052 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3542 | 2025.06.03 00:53:12.736275 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3543 | 2025.06.03 00:53:12.736409 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.0018 sec., 15555.555555555557 rows/sec., 27.87 MiB/sec. | ||
3544 | 2025.06.03 00:53:12.736459 [ 261 ] {e6e76964-b587-434e-9d04-039699f7ea9b} <Debug> TCPHandler: Processed in 0.001975462 sec. | ||
3545 | 2025.06.03 00:53:12.736570 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3546 | 2025.06.03 00:53:12.736664 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3547 | 2025.06.03 00:53:12.736705 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3548 | 2025.06.03 00:53:12.737037 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3549 | 2025.06.03 00:53:12.737086 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3550 | 2025.06.03 00:53:12.737386 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3551 | 2025.06.03 00:53:12.737589 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3552 | 2025.06.03 00:53:12.737715 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.00107 sec., 26168.22429906542 rows/sec., 1.77 MiB/sec. | ||
3553 | 2025.06.03 00:53:12.737751 [ 261 ] {d75789ed-fa38-4fbb-823a-a840f5629d8b} <Debug> TCPHandler: Processed in 0.001229308 sec. | ||
3554 | 2025.06.03 00:53:15.330365 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3555 | 2025.06.03 00:53:15.330569 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3556 | 2025.06.03 00:53:15.330638 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3557 | 2025.06.03 00:53:15.331323 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3558 | 2025.06.03 00:53:15.331371 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3559 | 2025.06.03 00:53:15.331807 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3560 | 2025.06.03 00:53:15.332044 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3561 | 2025.06.03 00:53:15.332199 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.54 MiB/sec. | ||
3562 | 2025.06.03 00:53:15.332242 [ 261 ] {ee772c65-948c-441c-b6a1-a989b480f48b} <Debug> TCPHandler: Processed in 0.002017422 sec. | ||
3563 | 2025.06.03 00:53:15.332360 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3564 | 2025.06.03 00:53:15.332457 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3565 | 2025.06.03 00:53:15.332500 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3566 | 2025.06.03 00:53:15.332943 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3567 | 2025.06.03 00:53:15.332987 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3568 | 2025.06.03 00:53:15.333370 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3569 | 2025.06.03 00:53:15.333614 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3570 | 2025.06.03 00:53:15.333753 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001314 sec., 48706.2404870624 rows/sec., 3.80 MiB/sec. | ||
3571 | 2025.06.03 00:53:15.333792 [ 261 ] {f56d034c-4fc3-4494-acf6-9ce417ef8bb5} <Debug> TCPHandler: Processed in 0.001481626 sec. | ||
3572 | 2025.06.03 00:53:15.333908 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3573 | 2025.06.03 00:53:15.334003 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3574 | 2025.06.03 00:53:15.334048 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3575 | 2025.06.03 00:53:15.334424 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3576 | 2025.06.03 00:53:15.334461 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3577 | 2025.06.03 00:53:15.334807 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3578 | 2025.06.03 00:53:15.335040 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3579 | 2025.06.03 00:53:15.335172 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001187 sec., 72451.55855096884 rows/sec., 5.05 MiB/sec. | ||
3580 | 2025.06.03 00:53:15.335207 [ 261 ] {0ca30a5a-c0d3-4415-833a-95b46543d3ac} <Debug> TCPHandler: Processed in 0.001349721 sec. | ||
3581 | 2025.06.03 00:53:15.335322 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3582 | 2025.06.03 00:53:15.335433 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3583 | 2025.06.03 00:53:15.335482 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3584 | 2025.06.03 00:53:15.335877 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3585 | 2025.06.03 00:53:15.335920 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3586 | 2025.06.03 00:53:15.336312 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3587 | 2025.06.03 00:53:15.336574 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3588 | 2025.06.03 00:53:15.336726 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001314 sec., 24353.1202435312 rows/sec., 1.64 MiB/sec. | ||
3589 | 2025.06.03 00:53:15.336769 [ 261 ] {a3ee7ac6-be09-4dd1-9608-cef055053b9e} <Debug> TCPHandler: Processed in 0.001496387 sec. | ||
3590 | 2025.06.03 00:53:16.879108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
3591 | 2025.06.03 00:53:16.879594 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3592 | 2025.06.03 00:53:16.879640 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3593 | 2025.06.03 00:53:16.880214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3594 | 2025.06.03 00:53:16.880453 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2025.06.03 00:53:16.880595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
3596 | 2025.06.03 00:53:17.305071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3597 | 2025.06.03 00:53:17.322240 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3598 | 2025.06.03 00:53:17.322318 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3599 | 2025.06.03 00:53:17.329741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3600 | 2025.06.03 00:53:17.330536 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3601 | 2025.06.03 00:53:17.333888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3602 | 2025.06.03 00:53:18.000130 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.44 MiB, peak 218.44 MiB, free memory in arenas 0.00 B, will set to 215.46 MiB (RSS), difference: 1.02 MiB | ||
3603 | 2025.06.03 00:53:19.402947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 514 | ||
3604 | 2025.06.03 00:53:19.405286 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3605 | 2025.06.03 00:53:19.405332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3606 | 2025.06.03 00:53:19.406538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3607 | 2025.06.03 00:53:19.406814 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3608 | 2025.06.03 00:53:19.407128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514 | ||
3609 | 2025.06.03 00:53:20.333623 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3610 | 2025.06.03 00:53:20.333807 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3611 | 2025.06.03 00:53:20.333874 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3612 | 2025.06.03 00:53:20.334547 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3613 | 2025.06.03 00:53:20.334588 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3614 | 2025.06.03 00:53:20.334985 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3615 | 2025.06.03 00:53:20.335222 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3616 | 2025.06.03 00:53:20.335344 [ 109 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3617 | 2025.06.03 00:53:20.335368 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001611 sec., 49658.597144630665 rows/sec., 4.09 MiB/sec. | ||
3618 | 2025.06.03 00:53:20.335378 [ 109 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3619 | 2025.06.03 00:53:20.335400 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3620 | 2025.06.03 00:53:20.335412 [ 261 ] {4da1b698-d521-4820-874a-40473d2e1cce} <Debug> TCPHandler: Processed in 0.00192078 sec. | ||
3621 | 2025.06.03 00:53:20.335510 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
3622 | 2025.06.03 00:53:20.335546 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3623 | 2025.06.03 00:53:20.335655 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3624 | 2025.06.03 00:53:20.335659 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3625 | 2025.06.03 00:53:20.335696 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1965 rows starting from the beginning of the part | ||
3626 | 2025.06.03 00:53:20.335718 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3627 | 2025.06.03 00:53:20.335765 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
3628 | 2025.06.03 00:53:20.335813 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 80 rows starting from the beginning of the part | ||
3629 | 2025.06.03 00:53:20.335853 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1372 rows starting from the beginning of the part | ||
3630 | 2025.06.03 00:53:20.335894 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
3631 | 2025.06.03 00:53:20.335932 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part | ||
3632 | 2025.06.03 00:53:20.336131 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2025.06.03 00:53:20.336173 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3634 | 2025.06.03 00:53:20.336550 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3635 | 2025.06.03 00:53:20.336799 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2025.06.03 00:53:20.336932 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001292 sec., 9287.925696594428 rows/sec., 698.41 KiB/sec. | ||
3637 | 2025.06.03 00:53:20.336978 [ 261 ] {58aa859e-324c-4625-9219-0b580a319112} <Debug> TCPHandler: Processed in 0.001481786 sec. | ||
3638 | 2025.06.03 00:53:20.337116 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2025.06.03 00:53:20.337215 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3640 | 2025.06.03 00:53:20.337259 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3641 | 2025.06.03 00:53:20.337446 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.001989112 sec., 1842530.7373340467 rows/sec., 159.13 MiB/sec. | ||
3642 | 2025.06.03 00:53:20.337698 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2025.06.03 00:53:20.337748 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3644 | 2025.06.03 00:53:20.337792 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3645 | 2025.06.03 00:53:20.338164 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3646 | 2025.06.03 00:53:20.338187 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3647 | 2025.06.03 00:53:20.338258 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_26_5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3648 | 2025.06.03 00:53:20.338362 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3649 | 2025.06.03 00:53:20.338441 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3650 | 2025.06.03 00:53:20.338550 [ 109 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3651 | 2025.06.03 00:53:20.338578 [ 109 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3652 | 2025.06.03 00:53:20.338583 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001386 sec., 54834.054834054834 rows/sec., 4.28 MiB/sec. | ||
3653 | 2025.06.03 00:53:20.338596 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3654 | 2025.06.03 00:53:20.338624 [ 261 ] {dd93f378-f3df-4718-9a73-2063b38340f7} <Debug> TCPHandler: Processed in 0.001560648 sec. | ||
3655 | 2025.06.03 00:53:20.338685 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
3656 | 2025.06.03 00:53:20.338737 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3657 | 2025.06.03 00:53:20.338796 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3658 | 2025.06.03 00:53:20.338831 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 946 rows starting from the beginning of the part | ||
3659 | 2025.06.03 00:53:20.338838 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3660 | 2025.06.03 00:53:20.338890 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3661 | 2025.06.03 00:53:20.338916 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 92 rows starting from the beginning of the part | ||
3662 | 2025.06.03 00:53:20.338966 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 76 rows starting from the beginning of the part | ||
3663 | 2025.06.03 00:53:20.339010 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 584 rows starting from the beginning of the part | ||
3664 | 2025.06.03 00:53:20.339052 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
3665 | 2025.06.03 00:53:20.339091 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part | ||
3666 | 2025.06.03 00:53:20.339347 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3667 | 2025.06.03 00:53:20.339388 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3668 | 2025.06.03 00:53:20.339773 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3669 | 2025.06.03 00:53:20.340004 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2025.06.03 00:53:20.340100 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3671 | 2025.06.03 00:53:20.340123 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3672 | 2025.06.03 00:53:20.340140 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3673 | 2025.06.03 00:53:20.340141 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001322 sec., 121028.74432677761 rows/sec., 8.43 MiB/sec. | ||
3674 | 2025.06.03 00:53:20.340163 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518267 sec., 1210590.7590693864 rows/sec., 94.96 MiB/sec. | ||
3675 | 2025.06.03 00:53:20.340184 [ 261 ] {c0cdf27f-7090-4d13-a539-935909e2f6b0} <Debug> TCPHandler: Processed in 0.001497477 sec. | ||
3676 | 2025.06.03 00:53:20.340199 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
3677 | 2025.06.03 00:53:20.340309 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3678 | 2025.06.03 00:53:20.340330 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3679 | 2025.06.03 00:53:20.340346 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3680 | 2025.06.03 00:53:20.340381 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7106 rows starting from the beginning of the part | ||
3681 | 2025.06.03 00:53:20.340420 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3682 | 2025.06.03 00:53:20.340445 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
3683 | 2025.06.03 00:53:20.340487 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3684 | 2025.06.03 00:53:20.340510 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
3685 | 2025.06.03 00:53:20.340574 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 956 rows starting from the beginning of the part | ||
3686 | 2025.06.03 00:53:20.340631 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 86 rows starting from the beginning of the part | ||
3687 | 2025.06.03 00:53:20.340690 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
3688 | 2025.06.03 00:53:20.340719 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3689 | 2025.06.03 00:53:20.340810 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_26_5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3690 | 2025.06.03 00:53:20.340890 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
3691 | 2025.06.03 00:53:20.341250 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3692 | 2025.06.03 00:53:20.341291 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3693 | 2025.06.03 00:53:20.341836 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3694 | 2025.06.03 00:53:20.342077 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3695 | 2025.06.03 00:53:20.342240 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001839 sec., 6525.2854812398045 rows/sec., 11.69 MiB/sec. | ||
3696 | 2025.06.03 00:53:20.342299 [ 261 ] {95655513-d527-444b-a252-87dfa1ec700b} <Debug> TCPHandler: Processed in 0.002038924 sec. | ||
3697 | 2025.06.03 00:53:20.342415 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3698 | 2025.06.03 00:53:20.342509 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3699 | 2025.06.03 00:53:20.342552 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3700 | 2025.06.03 00:53:20.342899 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2025.06.03 00:53:20.342935 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3702 | 2025.06.03 00:53:20.343359 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3703 | 2025.06.03 00:53:20.343608 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3704 | 2025.06.03 00:53:20.343722 [ 109 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3705 | 2025.06.03 00:53:20.343747 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.22 MiB/sec. | ||
3706 | 2025.06.03 00:53:20.343756 [ 109 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3707 | 2025.06.03 00:53:20.343750 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8628 rows, containing 5 columns (5 merged, 0 gathered) in 0.003576401 sec., 2412481.150743443 rows/sec., 165.00 MiB/sec. | ||
3708 | 2025.06.03 00:53:20.343780 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3709 | 2025.06.03 00:53:20.343784 [ 261 ] {5b44a1f7-ab0f-4928-a281-54ad35b6bcd0} <Debug> TCPHandler: Processed in 0.001419384 sec. | ||
3710 | 2025.06.03 00:53:20.343884 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
3711 | 2025.06.03 00:53:20.343954 [ 196 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3712 | 2025.06.03 00:53:20.343991 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3713 | 2025.06.03 00:53:20.344021 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1150 rows starting from the beginning of the part | ||
3714 | 2025.06.03 00:53:20.344079 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
3715 | 2025.06.03 00:53:20.344132 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
3716 | 2025.06.03 00:53:20.344184 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
3717 | 2025.06.03 00:53:20.344234 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
3718 | 2025.06.03 00:53:20.344285 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
3719 | 2025.06.03 00:53:20.344304 [ 196 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3720 | 2025.06.03 00:53:20.344391 [ 196 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3721 | 2025.06.03 00:53:20.344470 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
3722 | 2025.06.03 00:53:20.345145 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001297961 sec., 1070910.4510844317 rows/sec., 71.93 MiB/sec. | ||
3723 | 2025.06.03 00:53:20.345304 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3724 | 2025.06.03 00:53:20.345546 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3725 | 2025.06.03 00:53:20.345609 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_26_5} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3726 | 2025.06.03 00:53:20.345668 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3727 | 2025.06.03 00:53:24.313025 [ 180 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3728 | 2025.06.03 00:53:24.313086 [ 180 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3729 | 2025.06.03 00:53:24.381587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
3730 | 2025.06.03 00:53:24.382124 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3731 | 2025.06.03 00:53:24.382160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3732 | 2025.06.03 00:53:24.382642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3733 | 2025.06.03 00:53:24.382884 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3734 | 2025.06.03 00:53:24.383021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3735 | 2025.06.03 00:53:24.834866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3736 | 2025.06.03 00:53:24.850713 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3737 | 2025.06.03 00:53:24.850767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3738 | 2025.06.03 00:53:24.856527 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3739 | 2025.06.03 00:53:24.857219 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3740 | 2025.06.03 00:53:24.859985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3741 | 2025.06.03 00:53:25.334815 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3742 | 2025.06.03 00:53:25.334995 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3743 | 2025.06.03 00:53:25.335061 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3744 | 2025.06.03 00:53:25.335698 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3745 | 2025.06.03 00:53:25.335745 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3746 | 2025.06.03 00:53:25.336140 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3747 | 2025.06.03 00:53:25.336372 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3748 | 2025.06.03 00:53:25.336521 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001576 sec., 71065.98984771574 rows/sec., 5.97 MiB/sec. | ||
3749 | 2025.06.03 00:53:25.336563 [ 261 ] {c0f654e3-55eb-447c-8e56-3bda986fdbea} <Debug> TCPHandler: Processed in 0.001879178 sec. | ||
3750 | 2025.06.03 00:53:25.336687 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3751 | 2025.06.03 00:53:25.336783 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3752 | 2025.06.03 00:53:25.336825 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3753 | 2025.06.03 00:53:25.337248 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3754 | 2025.06.03 00:53:25.337286 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3755 | 2025.06.03 00:53:25.337577 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3756 | 2025.06.03 00:53:25.337788 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3757 | 2025.06.03 00:53:25.337904 [ 174 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3758 | 2025.06.03 00:53:25.337918 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001154 sec., 24263.431542461003 rows/sec., 1.78 MiB/sec. | ||
3759 | 2025.06.03 00:53:25.337970 [ 174 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3760 | 2025.06.03 00:53:25.337978 [ 261 ] {52ebd8fb-24fc-4859-bc87-e8e5e0d2b3db} <Debug> TCPHandler: Processed in 0.001338611 sec. | ||
3761 | 2025.06.03 00:53:25.338000 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3762 | 2025.06.03 00:53:25.338092 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3763 | 2025.06.03 00:53:25.338121 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
3764 | 2025.06.03 00:53:25.338190 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3765 | 2025.06.03 00:53:25.338235 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3766 | 2025.06.03 00:53:25.338260 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3767 | 2025.06.03 00:53:25.338297 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 172 rows starting from the beginning of the part | ||
3768 | 2025.06.03 00:53:25.338387 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
3769 | 2025.06.03 00:53:25.338432 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
3770 | 2025.06.03 00:53:25.338474 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
3771 | 2025.06.03 00:53:25.338511 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
3772 | 2025.06.03 00:53:25.338554 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
3773 | 2025.06.03 00:53:25.338678 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3774 | 2025.06.03 00:53:25.338721 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3775 | 2025.06.03 00:53:25.339068 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3776 | 2025.06.03 00:53:25.339294 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3777 | 2025.06.03 00:53:25.339377 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.001307691 sec., 223294.34094139977 rows/sec., 16.10 MiB/sec. | ||
3778 | 2025.06.03 00:53:25.339427 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001256 sec., 73248.40764331211 rows/sec., 5.72 MiB/sec. | ||
3779 | 2025.06.03 00:53:25.339470 [ 261 ] {1706e336-1ce7-437e-883b-c53d0d299bfa} <Debug> TCPHandler: Processed in 0.001425104 sec. | ||
3780 | 2025.06.03 00:53:25.339519 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3781 | 2025.06.03 00:53:25.339584 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3782 | 2025.06.03 00:53:25.339683 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3783 | 2025.06.03 00:53:25.339732 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3784 | 2025.06.03 00:53:25.339784 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3785 | 2025.06.03 00:53:25.339859 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_21_4} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3786 | 2025.06.03 00:53:25.339927 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3787 | 2025.06.03 00:53:25.340142 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3788 | 2025.06.03 00:53:25.340184 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3789 | 2025.06.03 00:53:25.340516 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3790 | 2025.06.03 00:53:25.340756 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3791 | 2025.06.03 00:53:25.340887 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. | ||
3792 | 2025.06.03 00:53:25.340925 [ 261 ] {4018ef6d-251e-49da-b6b1-d94d36561c97} <Debug> TCPHandler: Processed in 0.001389353 sec. | ||
3793 | 2025.06.03 00:53:25.341025 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3794 | 2025.06.03 00:53:25.341117 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3795 | 2025.06.03 00:53:25.341172 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3796 | 2025.06.03 00:53:25.341935 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3797 | 2025.06.03 00:53:25.341974 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3798 | 2025.06.03 00:53:25.342512 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3799 | 2025.06.03 00:53:25.342751 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3800 | 2025.06.03 00:53:25.342876 [ 174 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3801 | 2025.06.03 00:53:25.342888 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001789 sec., 15651.201788708775 rows/sec., 28.05 MiB/sec. | ||
3802 | 2025.06.03 00:53:25.342929 [ 174 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3803 | 2025.06.03 00:53:25.342954 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3804 | 2025.06.03 00:53:25.342959 [ 261 ] {6ce9a896-9d20-4b9d-95f0-c67850a05037} <Debug> TCPHandler: Processed in 0.001981412 sec. | ||
3805 | 2025.06.03 00:53:25.343041 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
3806 | 2025.06.03 00:53:25.343091 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3807 | 2025.06.03 00:53:25.343192 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3808 | 2025.06.03 00:53:25.343231 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3809 | 2025.06.03 00:53:25.343236 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3810 | 2025.06.03 00:53:25.343285 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 275 rows starting from the beginning of the part | ||
3811 | 2025.06.03 00:53:25.343395 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
3812 | 2025.06.03 00:53:25.343492 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
3813 | 2025.06.03 00:53:25.343583 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part | ||
3814 | 2025.06.03 00:53:25.343597 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2025.06.03 00:53:25.343641 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3816 | 2025.06.03 00:53:25.343665 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
3817 | 2025.06.03 00:53:25.343753 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
3818 | 2025.06.03 00:53:25.343968 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3819 | 2025.06.03 00:53:25.344236 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3820 | 2025.06.03 00:53:25.344374 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. | ||
3821 | 2025.06.03 00:53:25.344412 [ 261 ] {65573eab-423c-46a7-b812-93e0b30f5f58} <Debug> TCPHandler: Processed in 0.001368852 sec. | ||
3822 | 2025.06.03 00:53:25.346827 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.003819318 sec., 100279.68344086563 rows/sec., 179.70 MiB/sec. | ||
3823 | 2025.06.03 00:53:25.347446 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3824 | 2025.06.03 00:53:25.347769 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3825 | 2025.06.03 00:53:25.347837 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3826 | 2025.06.03 00:53:25.347932 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
3827 | 2025.06.03 00:53:29.408172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 538 | ||
3828 | 2025.06.03 00:53:29.410286 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2025.06.03 00:53:29.410339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3830 | 2025.06.03 00:53:29.411513 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3831 | 2025.06.03 00:53:29.411790 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2025.06.03 00:53:29.412129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538 | ||
3833 | 2025.06.03 00:53:30.336212 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3834 | 2025.06.03 00:53:30.336418 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3835 | 2025.06.03 00:53:30.336493 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3836 | 2025.06.03 00:53:30.337165 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3837 | 2025.06.03 00:53:30.337216 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3838 | 2025.06.03 00:53:30.337613 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3839 | 2025.06.03 00:53:30.337847 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3840 | 2025.06.03 00:53:30.338000 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001639 sec., 8541.793776693105 rows/sec., 696.52 KiB/sec. | ||
3841 | 2025.06.03 00:53:30.338043 [ 261 ] {315a3568-47e2-4d5f-a15c-ec87b0942852} <Debug> TCPHandler: Processed in 0.001971491 sec. | ||
3842 | 2025.06.03 00:53:30.338172 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3843 | 2025.06.03 00:53:30.338267 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3844 | 2025.06.03 00:53:30.338308 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3845 | 2025.06.03 00:53:30.338776 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3846 | 2025.06.03 00:53:30.338812 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3847 | 2025.06.03 00:53:30.339132 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3848 | 2025.06.03 00:53:30.339350 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3849 | 2025.06.03 00:53:30.339481 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001233 sec., 70559.6107055961 rows/sec., 5.75 MiB/sec. | ||
3850 | 2025.06.03 00:53:30.339522 [ 261 ] {49a35e4a-391d-4cec-8824-8b81c4f90d0d} <Debug> TCPHandler: Processed in 0.001400154 sec. | ||
3851 | 2025.06.03 00:53:30.339639 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3852 | 2025.06.03 00:53:30.339734 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3853 | 2025.06.03 00:53:30.339775 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3854 | 2025.06.03 00:53:30.340187 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3855 | 2025.06.03 00:53:30.340224 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3856 | 2025.06.03 00:53:30.340533 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3857 | 2025.06.03 00:53:30.340778 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3858 | 2025.06.03 00:53:30.340910 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.54 MiB/sec. | ||
3859 | 2025.06.03 00:53:30.340949 [ 261 ] {60b0bba7-9c6e-4495-9b45-cd86a855669a} <Debug> TCPHandler: Processed in 0.001358052 sec. | ||
3860 | 2025.06.03 00:53:30.341051 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3861 | 2025.06.03 00:53:30.341144 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3862 | 2025.06.03 00:53:30.341185 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3863 | 2025.06.03 00:53:30.341618 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3864 | 2025.06.03 00:53:30.341656 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3865 | 2025.06.03 00:53:30.341965 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3866 | 2025.06.03 00:53:30.342181 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3867 | 2025.06.03 00:53:30.342312 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 5.94 MiB/sec. | ||
3868 | 2025.06.03 00:53:30.342348 [ 261 ] {269b1ab6-3865-4393-9f27-763fb1572a67} <Debug> TCPHandler: Processed in 0.001345962 sec. | ||
3869 | 2025.06.03 00:53:30.342459 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3870 | 2025.06.03 00:53:30.342556 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3871 | 2025.06.03 00:53:30.342599 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3872 | 2025.06.03 00:53:30.343100 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3873 | 2025.06.03 00:53:30.343151 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3874 | 2025.06.03 00:53:30.343577 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3875 | 2025.06.03 00:53:30.343806 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3876 | 2025.06.03 00:53:30.343944 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001406 sec., 118776.67140825036 rows/sec., 8.27 MiB/sec. | ||
3877 | 2025.06.03 00:53:30.343982 [ 261 ] {4647cc49-a31c-4191-886e-4350ce581894} <Debug> TCPHandler: Processed in 0.001571119 sec. | ||
3878 | 2025.06.03 00:53:30.344088 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3879 | 2025.06.03 00:53:30.344182 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3880 | 2025.06.03 00:53:30.344245 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3881 | 2025.06.03 00:53:30.345013 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3882 | 2025.06.03 00:53:30.345050 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3883 | 2025.06.03 00:53:30.345592 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3884 | 2025.06.03 00:53:30.345884 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3885 | 2025.06.03 00:53:30.346055 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001891 sec., 6345.848757271285 rows/sec., 11.37 MiB/sec. | ||
3886 | 2025.06.03 00:53:30.346134 [ 261 ] {ac3ebce0-4614-45c9-9f69-0842f85404a8} <Debug> TCPHandler: Processed in 0.002095305 sec. | ||
3887 | 2025.06.03 00:53:30.346285 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3888 | 2025.06.03 00:53:30.346398 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3889 | 2025.06.03 00:53:30.346457 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3890 | 2025.06.03 00:53:30.346861 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3891 | 2025.06.03 00:53:30.346898 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3892 | 2025.06.03 00:53:30.347238 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3893 | 2025.06.03 00:53:30.347457 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3894 | 2025.06.03 00:53:30.347588 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001213 sec., 49464.138499587796 rows/sec., 3.33 MiB/sec. | ||
3895 | 2025.06.03 00:53:30.347625 [ 261 ] {4baf2585-e93e-4643-a774-51b8daf4225e} <Debug> TCPHandler: Processed in 0.001402484 sec. | ||
3896 | 2025.06.03 00:53:31.883999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3897 | 2025.06.03 00:53:31.884459 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3898 | 2025.06.03 00:53:31.884496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3899 | 2025.06.03 00:53:31.884986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3900 | 2025.06.03 00:53:31.885224 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3901 | 2025.06.03 00:53:31.885365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3902 | 2025.06.03 00:53:32.360970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3903 | 2025.06.03 00:53:32.377724 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3904 | 2025.06.03 00:53:32.377783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3905 | 2025.06.03 00:53:32.383393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3906 | 2025.06.03 00:53:32.384113 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3907 | 2025.06.03 00:53:32.387185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3908 | 2025.06.03 00:53:35.335011 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3909 | 2025.06.03 00:53:35.335208 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3910 | 2025.06.03 00:53:35.335277 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3911 | 2025.06.03 00:53:35.335941 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3912 | 2025.06.03 00:53:35.335989 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3913 | 2025.06.03 00:53:35.336381 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3914 | 2025.06.03 00:53:35.336609 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3915 | 2025.06.03 00:53:35.336763 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001605 sec., 69781.93146417446 rows/sec., 5.86 MiB/sec. | ||
3916 | 2025.06.03 00:53:35.336806 [ 261 ] {e0cc4946-ab8c-468f-9bc9-64b74a4761b9} <Debug> TCPHandler: Processed in 0.00193254 sec. | ||
3917 | 2025.06.03 00:53:35.336953 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3918 | 2025.06.03 00:53:35.337051 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3919 | 2025.06.03 00:53:35.337094 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3920 | 2025.06.03 00:53:35.337531 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3921 | 2025.06.03 00:53:35.337568 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3922 | 2025.06.03 00:53:35.337881 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3923 | 2025.06.03 00:53:35.338088 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3924 | 2025.06.03 00:53:35.338222 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00119 sec., 23529.41176470588 rows/sec., 1.73 MiB/sec. | ||
3925 | 2025.06.03 00:53:35.338261 [ 261 ] {2c2da95e-801a-4d01-9580-cffeca635ef8} <Debug> TCPHandler: Processed in 0.001362953 sec. | ||
3926 | 2025.06.03 00:53:35.338402 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3927 | 2025.06.03 00:53:35.338496 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3928 | 2025.06.03 00:53:35.338537 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3929 | 2025.06.03 00:53:35.339000 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3930 | 2025.06.03 00:53:35.339040 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3931 | 2025.06.03 00:53:35.339352 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3932 | 2025.06.03 00:53:35.339569 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3933 | 2025.06.03 00:53:35.339695 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001217 sec., 75595.72719802793 rows/sec., 5.90 MiB/sec. | ||
3934 | 2025.06.03 00:53:35.339731 [ 261 ] {43d2e4b6-d03d-4fe7-9daf-339f9fdae0e4} <Debug> TCPHandler: Processed in 0.001377933 sec. | ||
3935 | 2025.06.03 00:53:35.339849 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3936 | 2025.06.03 00:53:35.339942 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3937 | 2025.06.03 00:53:35.339986 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3938 | 2025.06.03 00:53:35.340387 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3939 | 2025.06.03 00:53:35.340425 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3940 | 2025.06.03 00:53:35.340752 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3941 | 2025.06.03 00:53:35.340970 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3942 | 2025.06.03 00:53:35.341099 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
3943 | 2025.06.03 00:53:35.341136 [ 261 ] {c5a46495-8c13-4133-994e-8f940452293d} <Debug> TCPHandler: Processed in 0.001335982 sec. | ||
3944 | 2025.06.03 00:53:35.341248 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3945 | 2025.06.03 00:53:35.341342 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3946 | 2025.06.03 00:53:35.341397 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3947 | 2025.06.03 00:53:35.342180 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3948 | 2025.06.03 00:53:35.342219 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3949 | 2025.06.03 00:53:35.342753 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3950 | 2025.06.03 00:53:35.342984 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3951 | 2025.06.03 00:53:35.343121 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001798 sec., 15572.858731924362 rows/sec., 27.91 MiB/sec. | ||
3952 | 2025.06.03 00:53:35.343174 [ 261 ] {8344e569-bc22-4f0f-aedf-f284b694782a} <Debug> TCPHandler: Processed in 0.001974871 sec. | ||
3953 | 2025.06.03 00:53:35.343288 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3954 | 2025.06.03 00:53:35.343382 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3955 | 2025.06.03 00:53:35.343425 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3956 | 2025.06.03 00:53:35.343758 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3957 | 2025.06.03 00:53:35.343797 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3958 | 2025.06.03 00:53:35.344105 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3959 | 2025.06.03 00:53:35.344316 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3960 | 2025.06.03 00:53:35.344446 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
3961 | 2025.06.03 00:53:35.344483 [ 261 ] {3bc94a75-f156-4b61-a79f-76f3756ba8cc} <Debug> TCPHandler: Processed in 0.001244339 sec. | ||
3962 | 2025.06.03 00:53:39.313344 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3963 | 2025.06.03 00:53:39.313416 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3964 | 2025.06.03 00:53:39.386293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3965 | 2025.06.03 00:53:39.386791 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3966 | 2025.06.03 00:53:39.386831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3967 | 2025.06.03 00:53:39.387297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3968 | 2025.06.03 00:53:39.387524 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3969 | 2025.06.03 00:53:39.387648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3970 | 2025.06.03 00:53:39.413088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 564 | ||
3971 | 2025.06.03 00:53:39.415242 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3972 | 2025.06.03 00:53:39.415291 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3973 | 2025.06.03 00:53:39.416495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3974 | 2025.06.03 00:53:39.416799 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2025.06.03 00:53:39.417159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564 | ||
3976 | 2025.06.03 00:53:39.888104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3977 | 2025.06.03 00:53:39.904472 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3978 | 2025.06.03 00:53:39.904529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3979 | 2025.06.03 00:53:39.910080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3980 | 2025.06.03 00:53:39.910761 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3981 | 2025.06.03 00:53:39.913513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3982 | 2025.06.03 00:53:40.336585 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3983 | 2025.06.03 00:53:40.336789 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3984 | 2025.06.03 00:53:40.336867 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3985 | 2025.06.03 00:53:40.337638 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3986 | 2025.06.03 00:53:40.337700 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3987 | 2025.06.03 00:53:40.338240 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3988 | 2025.06.03 00:53:40.338567 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3989 | 2025.06.03 00:53:40.338820 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002087 sec., 38332.53473885961 rows/sec., 3.16 MiB/sec. | ||
3990 | 2025.06.03 00:53:40.338894 [ 261 ] {2c77cafd-f0dc-4f4b-a06a-d8840ed35b42} <Debug> TCPHandler: Processed in 0.002452257 sec. | ||
3991 | 2025.06.03 00:53:40.339062 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3992 | 2025.06.03 00:53:40.339181 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3993 | 2025.06.03 00:53:40.339238 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3994 | 2025.06.03 00:53:40.339833 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3995 | 2025.06.03 00:53:40.339873 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3996 | 2025.06.03 00:53:40.340246 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3997 | 2025.06.03 00:53:40.340501 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3998 | 2025.06.03 00:53:40.340681 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001528 sec., 7853.4031413612565 rows/sec., 590.54 KiB/sec. | ||
3999 | 2025.06.03 00:53:40.340737 [ 261 ] {eb1a2290-4178-47c0-8e5d-9a4065bce36d} <Debug> TCPHandler: Processed in 0.001738984 sec. | ||
4000 | 2025.06.03 00:53:40.341189 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4001 | 2025.06.03 00:53:40.341433 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4002 | 2025.06.03 00:53:40.341538 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4003 | 2025.06.03 00:53:40.342350 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4004 | 2025.06.03 00:53:40.342405 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4005 | 2025.06.03 00:53:40.342913 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4006 | 2025.06.03 00:53:40.343163 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4007 | 2025.06.03 00:53:40.343325 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00196 sec., 38775.510204081635 rows/sec., 3.03 MiB/sec. | ||
4008 | 2025.06.03 00:53:40.343384 [ 261 ] {349b9802-a83c-4130-8f38-1c4aa29288cf} <Debug> TCPHandler: Processed in 0.002392735 sec. | ||
4009 | 2025.06.03 00:53:40.343577 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4010 | 2025.06.03 00:53:40.343726 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4011 | 2025.06.03 00:53:40.343799 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4012 | 2025.06.03 00:53:40.344325 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4013 | 2025.06.03 00:53:40.344362 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4014 | 2025.06.03 00:53:40.344753 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4015 | 2025.06.03 00:53:40.344986 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4016 | 2025.06.03 00:53:40.345140 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec. | ||
4017 | 2025.06.03 00:53:40.345182 [ 261 ] {4a5f3141-478e-4162-9944-d85251671ddc} <Debug> TCPHandler: Processed in 0.001695193 sec. | ||
4018 | 2025.06.03 00:53:40.345333 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4019 | 2025.06.03 00:53:40.345447 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4020 | 2025.06.03 00:53:40.345515 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4021 | 2025.06.03 00:53:40.346379 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4022 | 2025.06.03 00:53:40.346416 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4023 | 2025.06.03 00:53:40.346975 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4024 | 2025.06.03 00:53:40.347214 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4025 | 2025.06.03 00:53:40.347370 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001951 sec., 6150.691952844695 rows/sec., 11.02 MiB/sec. | ||
4026 | 2025.06.03 00:53:40.347476 [ 261 ] {056f769b-73fc-474f-a38f-2ed24153a0c7} <Debug> TCPHandler: Processed in 0.002195738 sec. | ||
4027 | 2025.06.03 00:53:40.347609 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4028 | 2025.06.03 00:53:40.347716 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4029 | 2025.06.03 00:53:40.347764 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4030 | 2025.06.03 00:53:40.348145 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2025.06.03 00:53:40.348182 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4032 | 2025.06.03 00:53:40.348504 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4033 | 2025.06.03 00:53:40.348745 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4034 | 2025.06.03 00:53:40.348912 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00122 sec., 49180.32786885246 rows/sec., 3.31 MiB/sec. | ||
4035 | 2025.06.03 00:53:40.348951 [ 261 ] {496ab566-07c5-4e1b-9874-4ba6a04f4eec} <Debug> TCPHandler: Processed in 0.001393734 sec. | ||
4036 | 2025.06.03 00:53:41.726788 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4037 | 2025.06.03 00:53:41.726964 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4038 | 2025.06.03 00:53:41.727027 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4039 | 2025.06.03 00:53:41.727646 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4040 | 2025.06.03 00:53:41.727686 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4041 | 2025.06.03 00:53:41.728051 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4042 | 2025.06.03 00:53:41.728279 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4043 | 2025.06.03 00:53:41.728423 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001507 sec., 15925.6801592568 rows/sec., 1.32 MiB/sec. | ||
4044 | 2025.06.03 00:53:41.728463 [ 261 ] {b2a8f3ad-7afe-43e6-a876-48eb193d0c3c} <Debug> TCPHandler: Processed in 0.001800616 sec. | ||
4045 | 2025.06.03 00:53:41.728581 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4046 | 2025.06.03 00:53:41.728675 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4047 | 2025.06.03 00:53:41.728715 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4048 | 2025.06.03 00:53:41.729098 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4049 | 2025.06.03 00:53:41.729134 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4050 | 2025.06.03 00:53:41.729420 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4051 | 2025.06.03 00:53:41.729621 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4052 | 2025.06.03 00:53:41.729743 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001087 sec., 3679.852805887764 rows/sec., 300.07 KiB/sec. | ||
4053 | 2025.06.03 00:53:41.729778 [ 261 ] {bba638ad-c785-47ad-a9b8-3513f32adee5} <Debug> TCPHandler: Processed in 0.001244629 sec. | ||
4054 | 2025.06.03 00:53:41.729883 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4055 | 2025.06.03 00:53:41.729975 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4056 | 2025.06.03 00:53:41.730014 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4057 | 2025.06.03 00:53:41.731134 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4058 | 2025.06.03 00:53:41.731170 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4059 | 2025.06.03 00:53:41.731544 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4060 | 2025.06.03 00:53:41.731753 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2025.06.03 00:53:41.731866 [ 143 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4062 | 2025.06.03 00:53:41.731878 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.001921 sec., 715252.4726704841 rows/sec., 59.65 MiB/sec. | ||
4063 | 2025.06.03 00:53:41.731941 [ 143 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4064 | 2025.06.03 00:53:41.731967 [ 261 ] {35d7f333-3a39-46f4-8b89-cbcd1dc7841f} <Debug> TCPHandler: Processed in 0.002129426 sec. | ||
4065 | 2025.06.03 00:53:41.731971 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4066 | 2025.06.03 00:53:41.732104 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4067 | 2025.06.03 00:53:41.732118 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
4068 | 2025.06.03 00:53:41.732202 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4069 | 2025.06.03 00:53:41.732247 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4070 | 2025.06.03 00:53:41.732272 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4071 | 2025.06.03 00:53:41.732316 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1965 rows starting from the beginning of the part | ||
4072 | 2025.06.03 00:53:41.732391 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
4073 | 2025.06.03 00:53:41.732444 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 87 rows starting from the beginning of the part | ||
4074 | 2025.06.03 00:53:41.732493 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
4075 | 2025.06.03 00:53:41.732535 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 80 rows starting from the beginning of the part | ||
4076 | 2025.06.03 00:53:41.732581 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1374 rows starting from the beginning of the part | ||
4077 | 2025.06.03 00:53:41.732668 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4078 | 2025.06.03 00:53:41.732712 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4079 | 2025.06.03 00:53:41.733052 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4080 | 2025.06.03 00:53:41.733255 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4081 | 2025.06.03 00:53:41.733390 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001206 sec., 36484.24543946932 rows/sec., 2.71 MiB/sec. | ||
4082 | 2025.06.03 00:53:41.733427 [ 261 ] {2c87796b-4205-4203-be2d-afc15fb353e6} <Debug> TCPHandler: Processed in 0.001370992 sec. | ||
4083 | 2025.06.03 00:53:41.733531 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4084 | 2025.06.03 00:53:41.733633 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4085 | 2025.06.03 00:53:41.733675 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4086 | 2025.06.03 00:53:41.734165 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4087 | 2025.06.03 00:53:41.734204 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4088 | 2025.06.03 00:53:41.734233 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3730 rows, containing 5 columns (5 merged, 0 gathered) in 0.002177108 sec., 1713282.0236754445 rows/sec., 148.16 MiB/sec. | ||
4089 | 2025.06.03 00:53:41.734459 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4090 | 2025.06.03 00:53:41.734562 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4091 | 2025.06.03 00:53:41.734782 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2025.06.03 00:53:41.734846 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4093 | 2025.06.03 00:53:41.734869 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_31_6} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4094 | 2025.06.03 00:53:41.734953 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
4095 | 2025.06.03 00:53:41.734987 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001374 sec., 183406.1135371179 rows/sec., 12.69 MiB/sec. | ||
4096 | 2025.06.03 00:53:41.735032 [ 261 ] {f6de7f0e-d2b4-4c84-a120-818bef03d777} <Debug> TCPHandler: Processed in 0.001550128 sec. | ||
4097 | 2025.06.03 00:53:41.735144 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4098 | 2025.06.03 00:53:41.735238 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4099 | 2025.06.03 00:53:41.735277 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4100 | 2025.06.03 00:53:41.735678 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2025.06.03 00:53:41.735715 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4102 | 2025.06.03 00:53:41.736018 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4103 | 2025.06.03 00:53:41.736237 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4104 | 2025.06.03 00:53:41.736365 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001145 sec., 10480.349344978165 rows/sec., 818.78 KiB/sec. | ||
4105 | 2025.06.03 00:53:41.736403 [ 261 ] {dcca3eb9-47b0-42ba-883b-5aa9c31699ab} <Debug> TCPHandler: Processed in 0.001307781 sec. | ||
4106 | 2025.06.03 00:53:41.736513 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4107 | 2025.06.03 00:53:41.736606 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4108 | 2025.06.03 00:53:41.736646 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4109 | 2025.06.03 00:53:41.737286 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2025.06.03 00:53:41.737322 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4111 | 2025.06.03 00:53:41.737654 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4112 | 2025.06.03 00:53:41.737864 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4113 | 2025.06.03 00:53:41.737966 [ 143 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4114 | 2025.06.03 00:53:41.737991 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001403 sec., 419101.92444761225 rows/sec., 31.48 MiB/sec. | ||
4115 | 2025.06.03 00:53:41.737999 [ 143 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2025.06.03 00:53:41.738031 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4117 | 2025.06.03 00:53:41.738036 [ 261 ] {506f9613-d262-4e43-8e54-c7bbb9d3a692} <Debug> TCPHandler: Processed in 0.001570949 sec. | ||
4118 | 2025.06.03 00:53:41.738110 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
4119 | 2025.06.03 00:53:41.738156 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4120 | 2025.06.03 00:53:41.738215 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4121 | 2025.06.03 00:53:41.738248 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 946 rows starting from the beginning of the part | ||
4122 | 2025.06.03 00:53:41.738255 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4123 | 2025.06.03 00:53:41.738303 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4124 | 2025.06.03 00:53:41.738303 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 92 rows starting from the beginning of the part | ||
4125 | 2025.06.03 00:53:41.738360 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 90 rows starting from the beginning of the part | ||
4126 | 2025.06.03 00:53:41.738399 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 92 rows starting from the beginning of the part | ||
4127 | 2025.06.03 00:53:41.738434 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part | ||
4128 | 2025.06.03 00:53:41.738472 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 588 rows starting from the beginning of the part | ||
4129 | 2025.06.03 00:53:41.738910 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2025.06.03 00:53:41.738952 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4131 | 2025.06.03 00:53:41.739369 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4132 | 2025.06.03 00:53:41.739475 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397773 sec., 1347858.3432359905 rows/sec., 105.86 MiB/sec. | ||
4133 | 2025.06.03 00:53:41.739586 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4134 | 2025.06.03 00:53:41.739639 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4135 | 2025.06.03 00:53:41.739696 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4136 | 2025.06.03 00:53:41.739724 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001487 sec., 637525.2185608607 rows/sec., 43.03 MiB/sec. | ||
4137 | 2025.06.03 00:53:41.739725 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4138 | 2025.06.03 00:53:41.739766 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4139 | 2025.06.03 00:53:41.739768 [ 261 ] {9182829e-7d51-472f-bba9-7d90d66795df} <Debug> TCPHandler: Processed in 0.001661532 sec. | ||
4140 | 2025.06.03 00:53:41.739839 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4141 | 2025.06.03 00:53:41.739901 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4142 | 2025.06.03 00:53:41.739916 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2025.06.03 00:53:41.739926 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4144 | 2025.06.03 00:53:41.739965 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8628 rows starting from the beginning of the part | ||
4145 | 2025.06.03 00:53:41.739997 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_31_6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4146 | 2025.06.03 00:53:41.739998 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4147 | 2025.06.03 00:53:41.740043 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4148 | 2025.06.03 00:53:41.740071 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4149 | 2025.06.03 00:53:41.740071 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4150 | 2025.06.03 00:53:41.740092 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 167 rows starting from the beginning of the part | ||
4151 | 2025.06.03 00:53:41.740147 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4152 | 2025.06.03 00:53:41.740190 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
4153 | 2025.06.03 00:53:41.740234 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 948 rows starting from the beginning of the part | ||
4154 | 2025.06.03 00:53:41.740904 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4155 | 2025.06.03 00:53:41.740940 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4156 | 2025.06.03 00:53:41.741472 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4157 | 2025.06.03 00:53:41.741714 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4158 | 2025.06.03 00:53:41.741858 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001878 sec., 14909.478168264111 rows/sec., 26.72 MiB/sec. | ||
4159 | 2025.06.03 00:53:41.741910 [ 261 ] {4441b44a-43cb-4d2b-bfc9-871e01257039} <Debug> TCPHandler: Processed in 0.002058834 sec. | ||
4160 | 2025.06.03 00:53:41.742026 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4161 | 2025.06.03 00:53:41.742121 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4162 | 2025.06.03 00:53:41.742164 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4163 | 2025.06.03 00:53:41.742491 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4164 | 2025.06.03 00:53:41.742528 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4165 | 2025.06.03 00:53:41.742839 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4166 | 2025.06.03 00:53:41.742860 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10223 rows, containing 5 columns (5 merged, 0 gathered) in 0.003052155 sec., 3349436.7094724877 rows/sec., 229.06 MiB/sec. | ||
4167 | 2025.06.03 00:53:41.743051 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4168 | 2025.06.03 00:53:41.743058 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4169 | 2025.06.03 00:53:41.743153 [ 143 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4170 | 2025.06.03 00:53:41.743181 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.50 MiB/sec. | ||
4171 | 2025.06.03 00:53:41.743187 [ 143 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4172 | 2025.06.03 00:53:41.743224 [ 261 ] {f7f58a0e-efdf-4924-aefe-10d5de95370e} <Debug> TCPHandler: Processed in 0.001245848 sec. | ||
4173 | 2025.06.03 00:53:41.743225 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4174 | 2025.06.03 00:53:41.743312 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4175 | 2025.06.03 00:53:41.743323 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4176 | 2025.06.03 00:53:41.743402 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4177 | 2025.06.03 00:53:41.743426 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4178 | 2025.06.03 00:53:41.743434 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1390 rows starting from the beginning of the part | ||
4179 | 2025.06.03 00:53:41.743495 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4180 | 2025.06.03 00:53:41.743536 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
4181 | 2025.06.03 00:53:41.743537 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
4182 | 2025.06.03 00:53:41.743576 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4183 | 2025.06.03 00:53:41.743618 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
4184 | 2025.06.03 00:53:41.743659 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
4185 | 2025.06.03 00:53:41.744557 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1654 rows, containing 4 columns (4 merged, 0 gathered) in 0.00126974 sec., 1302628.884653551 rows/sec., 87.54 MiB/sec. | ||
4186 | 2025.06.03 00:53:41.744766 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4187 | 2025.06.03 00:53:41.745040 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4188 | 2025.06.03 00:53:41.745116 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_31_6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4189 | 2025.06.03 00:53:41.745204 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
4190 | 2025.06.03 00:53:45.330648 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4191 | 2025.06.03 00:53:45.330845 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4192 | 2025.06.03 00:53:45.330916 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4193 | 2025.06.03 00:53:45.331587 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2025.06.03 00:53:45.331643 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4195 | 2025.06.03 00:53:45.332052 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4196 | 2025.06.03 00:53:45.332323 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2025.06.03 00:53:45.332501 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001705 sec., 32844.574780058654 rows/sec., 2.51 MiB/sec. | ||
4198 | 2025.06.03 00:53:45.332554 [ 261 ] {7b2e6245-b3e4-411f-a534-e278dc078ae6} <Debug> TCPHandler: Processed in 0.002041063 sec. | ||
4199 | 2025.06.03 00:53:45.332690 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4200 | 2025.06.03 00:53:45.332795 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4201 | 2025.06.03 00:53:45.332841 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4202 | 2025.06.03 00:53:45.333294 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4203 | 2025.06.03 00:53:45.333334 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4204 | 2025.06.03 00:53:45.333661 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4205 | 2025.06.03 00:53:45.333886 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4206 | 2025.06.03 00:53:45.334020 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001249 sec., 51240.99279423539 rows/sec., 4.00 MiB/sec. | ||
4207 | 2025.06.03 00:53:45.334059 [ 261 ] {952522ee-2853-458d-bf41-a61e1a460f4d} <Debug> TCPHandler: Processed in 0.001422114 sec. | ||
4208 | 2025.06.03 00:53:45.334175 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4209 | 2025.06.03 00:53:45.334273 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4210 | 2025.06.03 00:53:45.334320 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4211 | 2025.06.03 00:53:45.334696 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2025.06.03 00:53:45.334735 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4213 | 2025.06.03 00:53:45.335079 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4214 | 2025.06.03 00:53:45.335299 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4215 | 2025.06.03 00:53:45.335430 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001177 sec., 81563.29651656754 rows/sec., 5.68 MiB/sec. | ||
4216 | 2025.06.03 00:53:45.335470 [ 261 ] {5a23245a-1254-44d6-8ee9-ca03a329f66d} <Debug> TCPHandler: Processed in 0.001344741 sec. | ||
4217 | 2025.06.03 00:53:45.335584 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4218 | 2025.06.03 00:53:45.335704 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4219 | 2025.06.03 00:53:45.335758 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4220 | 2025.06.03 00:53:45.336116 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4221 | 2025.06.03 00:53:45.336160 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4222 | 2025.06.03 00:53:45.336538 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4223 | 2025.06.03 00:53:45.336799 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4224 | 2025.06.03 00:53:45.336951 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00127 sec., 28346.456692913383 rows/sec., 1.91 MiB/sec. | ||
4225 | 2025.06.03 00:53:45.336994 [ 261 ] {4d999849-86bc-44c1-ae40-424bd0bf7c6e} <Debug> TCPHandler: Processed in 0.001458606 sec. | ||
4226 | 2025.06.03 00:53:46.888611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
4227 | 2025.06.03 00:53:46.889097 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4228 | 2025.06.03 00:53:46.889141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4229 | 2025.06.03 00:53:46.889630 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4230 | 2025.06.03 00:53:46.889864 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4231 | 2025.06.03 00:53:46.890007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
4232 | 2025.06.03 00:53:46.890021 [ 135 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4233 | 2025.06.03 00:53:46.890097 [ 135 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4234 | 2025.06.03 00:53:46.890121 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4235 | 2025.06.03 00:53:46.890244 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
4236 | 2025.06.03 00:53:46.890408 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4237 | 2025.06.03 00:53:46.890450 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
4238 | 2025.06.03 00:53:46.890521 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
4239 | 2025.06.03 00:53:46.890568 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
4240 | 2025.06.03 00:53:46.890612 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
4241 | 2025.06.03 00:53:46.890653 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
4242 | 2025.06.03 00:53:46.890699 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
4243 | 2025.06.03 00:53:46.892588 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002392114 sec., 4029072.1930476557 rows/sec., 57.64 MiB/sec. | ||
4244 | 2025.06.03 00:53:46.892892 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4245 | 2025.06.03 00:53:46.893214 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4246 | 2025.06.03 00:53:46.893302 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_21_4} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4247 | 2025.06.03 00:53:46.893385 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
4248 | 2025.06.03 00:53:47.414461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
4249 | 2025.06.03 00:53:47.431317 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4250 | 2025.06.03 00:53:47.431382 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4251 | 2025.06.03 00:53:47.436768 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4252 | 2025.06.03 00:53:47.437498 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2025.06.03 00:53:47.437779 [ 135 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4254 | 2025.06.03 00:53:47.437813 [ 135 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4255 | 2025.06.03 00:53:47.437831 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4256 | 2025.06.03 00:53:47.437957 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4257 | 2025.06.03 00:53:47.441432 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
4258 | 2025.06.03 00:53:47.442052 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4259 | 2025.06.03 00:53:47.443449 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4260 | 2025.06.03 00:53:47.448199 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4261 | 2025.06.03 00:53:47.452423 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4262 | 2025.06.03 00:53:47.456828 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4263 | 2025.06.03 00:53:47.461656 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4264 | 2025.06.03 00:53:47.466157 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
4265 | 2025.06.03 00:53:47.526422 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.088522518 sec., 1796.1531550650197 rows/sec., 9.29 MiB/sec. | ||
4266 | 2025.06.03 00:53:47.528474 [ 189 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4267 | 2025.06.03 00:53:47.530424 [ 189 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_21_4} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4268 | 2025.06.03 00:53:47.530528 [ 189 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_21_4} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4269 | 2025.06.03 00:53:47.531991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4270 | 2025.06.03 00:53:48.001143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.98 MiB, peak 229.54 MiB, free memory in arenas 0.00 B, will set to 226.14 MiB (RSS), difference: 7.17 MiB | ||
4271 | 2025.06.03 00:53:49.418133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 604 | ||
4272 | 2025.06.03 00:53:49.420560 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4273 | 2025.06.03 00:53:49.420605 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4274 | 2025.06.03 00:53:49.421862 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4275 | 2025.06.03 00:53:49.422140 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4276 | 2025.06.03 00:53:49.422486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
4277 | 2025.06.03 00:53:50.333815 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4278 | 2025.06.03 00:53:50.334018 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4279 | 2025.06.03 00:53:50.334095 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4280 | 2025.06.03 00:53:50.334842 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4281 | 2025.06.03 00:53:50.334896 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4282 | 2025.06.03 00:53:50.335314 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4283 | 2025.06.03 00:53:50.335568 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4284 | 2025.06.03 00:53:50.335742 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001779 sec., 44969.083754918494 rows/sec., 3.70 MiB/sec. | ||
4285 | 2025.06.03 00:53:50.335801 [ 261 ] {9cbe2dad-d34a-4bc9-9b7d-d460d1e517d9} <Debug> TCPHandler: Processed in 0.002128176 sec. | ||
4286 | 2025.06.03 00:53:50.335941 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4287 | 2025.06.03 00:53:50.336045 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4288 | 2025.06.03 00:53:50.336091 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4289 | 2025.06.03 00:53:50.336527 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4290 | 2025.06.03 00:53:50.336572 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4291 | 2025.06.03 00:53:50.336899 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4292 | 2025.06.03 00:53:50.337127 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4293 | 2025.06.03 00:53:50.337265 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001243 sec., 9654.062751407884 rows/sec., 725.94 KiB/sec. | ||
4294 | 2025.06.03 00:53:50.337259 [ 134 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4295 | 2025.06.03 00:53:50.337306 [ 261 ] {4fb02043-2de3-45ba-87b4-f681acea5b9c} <Debug> TCPHandler: Processed in 0.001417244 sec. | ||
4296 | 2025.06.03 00:53:50.337349 [ 134 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2025.06.03 00:53:50.337379 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4298 | 2025.06.03 00:53:50.337436 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4299 | 2025.06.03 00:53:50.337487 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
4300 | 2025.06.03 00:53:50.337536 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4301 | 2025.06.03 00:53:50.337582 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4302 | 2025.06.03 00:53:50.337607 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4303 | 2025.06.03 00:53:50.337645 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 172 rows starting from the beginning of the part | ||
4304 | 2025.06.03 00:53:50.337713 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
4305 | 2025.06.03 00:53:50.337761 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
4306 | 2025.06.03 00:53:50.337805 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
4307 | 2025.06.03 00:53:50.337852 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 44 rows starting from the beginning of the part | ||
4308 | 2025.06.03 00:53:50.337899 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
4309 | 2025.06.03 00:53:50.338031 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4310 | 2025.06.03 00:53:50.338074 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4311 | 2025.06.03 00:53:50.338537 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4312 | 2025.06.03 00:53:50.338779 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4313 | 2025.06.03 00:53:50.338915 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001399 sec., 54324.51751250893 rows/sec., 4.24 MiB/sec. | ||
4314 | 2025.06.03 00:53:50.338950 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509897 sec., 194715.26865739847 rows/sec., 13.98 MiB/sec. | ||
4315 | 2025.06.03 00:53:50.338956 [ 261 ] {4c19a46c-c4fd-402a-b535-2e845464112b} <Debug> TCPHandler: Processed in 0.001578559 sec. | ||
4316 | 2025.06.03 00:53:50.339115 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4317 | 2025.06.03 00:53:50.339118 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4318 | 2025.06.03 00:53:50.339230 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4319 | 2025.06.03 00:53:50.339276 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4320 | 2025.06.03 00:53:50.339370 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4321 | 2025.06.03 00:53:50.339443 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_26_5} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4322 | 2025.06.03 00:53:50.339515 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4323 | 2025.06.03 00:53:50.339717 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4324 | 2025.06.03 00:53:50.339760 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4325 | 2025.06.03 00:53:50.340155 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4326 | 2025.06.03 00:53:50.340388 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4327 | 2025.06.03 00:53:50.340528 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001316 sec., 121580.54711246201 rows/sec., 8.47 MiB/sec. | ||
4328 | 2025.06.03 00:53:50.340568 [ 261 ] {fb0bfa53-4b2e-468c-b025-62ec4e979bb6} <Debug> TCPHandler: Processed in 0.001501036 sec. | ||
4329 | 2025.06.03 00:53:50.340680 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4330 | 2025.06.03 00:53:50.340776 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4331 | 2025.06.03 00:53:50.340833 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4332 | 2025.06.03 00:53:50.341657 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4333 | 2025.06.03 00:53:50.341696 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4334 | 2025.06.03 00:53:50.342251 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4335 | 2025.06.03 00:53:50.342483 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4336 | 2025.06.03 00:53:50.342624 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001867 sec., 6427.423674343867 rows/sec., 11.52 MiB/sec. | ||
4337 | 2025.06.03 00:53:50.342634 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4338 | 2025.06.03 00:53:50.342681 [ 261 ] {8866b177-710f-48eb-96bc-9d77aec88699} <Debug> TCPHandler: Processed in 0.002049424 sec. | ||
4339 | 2025.06.03 00:53:50.342701 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4340 | 2025.06.03 00:53:50.342728 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4341 | 2025.06.03 00:53:50.342825 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4342 | 2025.06.03 00:53:50.342825 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
4343 | 2025.06.03 00:53:50.342941 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4344 | 2025.06.03 00:53:50.342996 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4345 | 2025.06.03 00:53:50.343074 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4346 | 2025.06.03 00:53:50.343135 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 383 rows starting from the beginning of the part | ||
4347 | 2025.06.03 00:53:50.343254 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
4348 | 2025.06.03 00:53:50.343374 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
4349 | 2025.06.03 00:53:50.343432 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4350 | 2025.06.03 00:53:50.343480 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4351 | 2025.06.03 00:53:50.343493 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
4352 | 2025.06.03 00:53:50.343609 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part | ||
4353 | 2025.06.03 00:53:50.343716 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
4354 | 2025.06.03 00:53:50.343839 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4355 | 2025.06.03 00:53:50.344099 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2025.06.03 00:53:50.344246 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001327 sec., 45214.7701582517 rows/sec., 3.05 MiB/sec. | ||
4357 | 2025.06.03 00:53:50.344287 [ 261 ] {0bc44759-3e40-4c1c-b0f2-ff2a5aba7f19} <Debug> TCPHandler: Processed in 0.001518737 sec. | ||
4358 | 2025.06.03 00:53:50.347929 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.00513776 sec., 92452.74205101056 rows/sec., 165.67 MiB/sec. | ||
4359 | 2025.06.03 00:53:50.348617 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4360 | 2025.06.03 00:53:50.348934 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4361 | 2025.06.03 00:53:50.349009 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4362 | 2025.06.03 00:53:50.349115 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
4363 | 2025.06.03 00:53:51.001139 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.65 MiB, peak 231.82 MiB, free memory in arenas 0.00 B, will set to 228.82 MiB (RSS), difference: 2.17 MiB | ||
4364 | 2025.06.03 00:53:52.734306 [ 127 ] {} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4365 | 2025.06.03 00:53:52.734367 [ 127 ] {} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4366 | 2025.06.03 00:53:52.734389 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4367 | 2025.06.03 00:53:52.734501 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::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 | ||
4368 | 2025.06.03 00:53:52.734645 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4369 | 2025.06.03 00:53:52.734680 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
4370 | 2025.06.03 00:53:52.734745 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
4371 | 2025.06.03 00:53:52.734794 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
4372 | 2025.06.03 00:53:52.734838 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
4373 | 2025.06.03 00:53:52.734879 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
4374 | 2025.06.03 00:53:52.735684 [ 195 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.001235838 sec., 249223.6037409434 rows/sec., 18.31 MiB/sec. | ||
4375 | 2025.06.03 00:53:52.735915 [ 195 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4376 | 2025.06.03 00:53:52.736270 [ 195 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4377 | 2025.06.03 00:53:52.736361 [ 195 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_5_1} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4378 | 2025.06.03 00:53:52.736475 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
4379 | 2025.06.03 00:53:53.718353 [ 122 ] {} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4380 | 2025.06.03 00:53:53.718432 [ 122 ] {} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2025.06.03 00:53:53.718454 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4382 | 2025.06.03 00:53:53.718549 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
4383 | 2025.06.03 00:53:53.718657 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4384 | 2025.06.03 00:53:53.718688 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
4385 | 2025.06.03 00:53:53.718753 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
4386 | 2025.06.03 00:53:53.718797 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
4387 | 2025.06.03 00:53:53.718837 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
4388 | 2025.06.03 00:53:53.718876 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
4389 | 2025.06.03 00:53:53.719744 [ 195 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001231228 sec., 129951.56055580282 rows/sec., 8.65 MiB/sec. | ||
4390 | 2025.06.03 00:53:53.719901 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4391 | 2025.06.03 00:53:53.720159 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4392 | 2025.06.03 00:53:53.720223 [ 186 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_5_1} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4393 | 2025.06.03 00:53:53.720290 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4394 | 2025.06.03 00:53:54.313456 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4395 | 2025.06.03 00:53:54.313504 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4396 | 2025.06.03 00:53:54.390976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
4397 | 2025.06.03 00:53:54.391470 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4398 | 2025.06.03 00:53:54.391523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4399 | 2025.06.03 00:53:54.392134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4400 | 2025.06.03 00:53:54.392384 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4401 | 2025.06.03 00:53:54.392531 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
4402 | 2025.06.03 00:53:54.942401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
4403 | 2025.06.03 00:53:54.957435 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4404 | 2025.06.03 00:53:54.957490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4405 | 2025.06.03 00:53:54.963536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4406 | 2025.06.03 00:53:54.964225 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4407 | 2025.06.03 00:53:54.966912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
4408 | 2025.06.03 00:53:55.334348 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4409 | 2025.06.03 00:53:55.334535 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4410 | 2025.06.03 00:53:55.334606 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4411 | 2025.06.03 00:53:55.335301 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4412 | 2025.06.03 00:53:55.335349 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4413 | 2025.06.03 00:53:55.335771 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4414 | 2025.06.03 00:53:55.336007 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4415 | 2025.06.03 00:53:55.336161 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001676 sec., 66825.77565632458 rows/sec., 5.61 MiB/sec. | ||
4416 | 2025.06.03 00:53:55.336205 [ 261 ] {2c251aea-8155-478c-9fbc-409635fa8b71} <Debug> TCPHandler: Processed in 0.001994312 sec. | ||
4417 | 2025.06.03 00:53:55.336334 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4418 | 2025.06.03 00:53:55.336431 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4419 | 2025.06.03 00:53:55.336475 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4420 | 2025.06.03 00:53:55.336907 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4421 | 2025.06.03 00:53:55.336946 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4422 | 2025.06.03 00:53:55.337271 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4423 | 2025.06.03 00:53:55.337509 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4424 | 2025.06.03 00:53:55.337643 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001231 sec., 22745.73517465475 rows/sec., 1.67 MiB/sec. | ||
4425 | 2025.06.03 00:53:55.337682 [ 261 ] {1d798258-c1b8-4ad7-8604-9f53e26bf869} <Debug> TCPHandler: Processed in 0.001399044 sec. | ||
4426 | 2025.06.03 00:53:55.337803 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4427 | 2025.06.03 00:53:55.337901 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4428 | 2025.06.03 00:53:55.337943 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4429 | 2025.06.03 00:53:55.338434 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4430 | 2025.06.03 00:53:55.338473 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4431 | 2025.06.03 00:53:55.338796 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4432 | 2025.06.03 00:53:55.339013 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4433 | 2025.06.03 00:53:55.339144 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001261 sec., 72957.96986518636 rows/sec., 5.70 MiB/sec. | ||
4434 | 2025.06.03 00:53:55.339183 [ 261 ] {9f1731c9-d58f-4cf5-8895-faecbff662e1} <Debug> TCPHandler: Processed in 0.001429854 sec. | ||
4435 | 2025.06.03 00:53:55.339312 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4436 | 2025.06.03 00:53:55.339409 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4437 | 2025.06.03 00:53:55.339454 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4438 | 2025.06.03 00:53:55.339869 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4439 | 2025.06.03 00:53:55.339908 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4440 | 2025.06.03 00:53:55.340259 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4441 | 2025.06.03 00:53:55.340477 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4442 | 2025.06.03 00:53:55.340609 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. | ||
4443 | 2025.06.03 00:53:55.340648 [ 261 ] {37110682-0f5a-44a7-ba0b-120b480a4cff} <Debug> TCPHandler: Processed in 0.001388172 sec. | ||
4444 | 2025.06.03 00:53:55.340763 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4445 | 2025.06.03 00:53:55.340859 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4446 | 2025.06.03 00:53:55.340918 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4447 | 2025.06.03 00:53:55.341770 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2025.06.03 00:53:55.341808 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4449 | 2025.06.03 00:53:55.342357 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4450 | 2025.06.03 00:53:55.342600 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4451 | 2025.06.03 00:53:55.342738 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001898 sec., 14752.370916754478 rows/sec., 26.44 MiB/sec. | ||
4452 | 2025.06.03 00:53:55.342793 [ 261 ] {7d3da81e-6873-483a-8e6f-bf5a8df22735} <Debug> TCPHandler: Processed in 0.002079665 sec. | ||
4453 | 2025.06.03 00:53:55.342914 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4454 | 2025.06.03 00:53:55.343009 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4455 | 2025.06.03 00:53:55.343052 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4456 | 2025.06.03 00:53:55.343398 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4457 | 2025.06.03 00:53:55.343437 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4458 | 2025.06.03 00:53:55.343762 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4459 | 2025.06.03 00:53:55.343994 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4460 | 2025.06.03 00:53:55.344128 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. | ||
4461 | 2025.06.03 00:53:55.344164 [ 261 ] {bdc18a43-c0b8-48db-a3da-09c607164226} <Debug> TCPHandler: Processed in 0.001301301 sec. | ||
4462 | 2025.06.03 00:53:59.423552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 628 | ||
4463 | 2025.06.03 00:53:59.425978 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4464 | 2025.06.03 00:53:59.426041 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4465 | 2025.06.03 00:53:59.427342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4466 | 2025.06.03 00:53:59.427630 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4467 | 2025.06.03 00:53:59.427781 [ 106 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4468 | 2025.06.03 00:53:59.427824 [ 106 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4469 | 2025.06.03 00:53:59.427847 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4470 | 2025.06.03 00:53:59.427971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
4471 | 2025.06.03 00:53:59.427972 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
4472 | 2025.06.03 00:53:59.428585 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4473 | 2025.06.03 00:53:59.428722 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 476 rows starting from the beginning of the part | ||
4474 | 2025.06.03 00:53:59.429078 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part | ||
4475 | 2025.06.03 00:53:59.429391 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
4476 | 2025.06.03 00:53:59.429688 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
4477 | 2025.06.03 00:53:59.429990 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
4478 | 2025.06.03 00:53:59.430293 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
4479 | 2025.06.03 00:53:59.436855 [ 186 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 72 columns (72 merged, 0 gathered) in 0.008943298 sec., 70220.18051953541 rows/sec., 63.54 MiB/sec. | ||
4480 | 2025.06.03 00:53:59.437712 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4481 | 2025.06.03 00:53:59.438257 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2025.06.03 00:53:59.438334 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_16_3} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4483 | 2025.06.03 00:53:59.438491 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
4484 | 2025.06.03 00:54:00.001163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.68 MiB, peak 234.75 MiB, free memory in arenas 0.00 B, will set to 230.69 MiB (RSS), difference: 1.01 MiB | ||
4485 | 2025.06.03 00:54:00.333346 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4486 | 2025.06.03 00:54:00.333547 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4487 | 2025.06.03 00:54:00.333625 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4488 | 2025.06.03 00:54:00.334303 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4489 | 2025.06.03 00:54:00.334356 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4490 | 2025.06.03 00:54:00.334748 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4491 | 2025.06.03 00:54:00.334967 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4492 | 2025.06.03 00:54:00.335122 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.00163 sec., 49079.754601226996 rows/sec., 4.04 MiB/sec. | ||
4493 | 2025.06.03 00:54:00.335168 [ 261 ] {4fd66014-7d94-4416-bb4d-b55dc192e35e} <Debug> TCPHandler: Processed in 0.001970671 sec. | ||
4494 | 2025.06.03 00:54:00.335302 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4495 | 2025.06.03 00:54:00.335404 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4496 | 2025.06.03 00:54:00.335448 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4497 | 2025.06.03 00:54:00.335844 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4498 | 2025.06.03 00:54:00.335881 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4499 | 2025.06.03 00:54:00.336179 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4500 | 2025.06.03 00:54:00.336387 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4501 | 2025.06.03 00:54:00.336567 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001187 sec., 10109.519797809606 rows/sec., 760.19 KiB/sec. | ||
4502 | 2025.06.03 00:54:00.336612 [ 261 ] {ce8ec1f4-2f92-43c1-8cc7-47ed7bc6a2f3} <Debug> TCPHandler: Processed in 0.001366673 sec. | ||
4503 | 2025.06.03 00:54:00.336719 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4504 | 2025.06.03 00:54:00.336815 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4505 | 2025.06.03 00:54:00.336858 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4506 | 2025.06.03 00:54:00.337285 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4507 | 2025.06.03 00:54:00.337323 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4508 | 2025.06.03 00:54:00.337647 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4509 | 2025.06.03 00:54:00.337881 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2025.06.03 00:54:00.338014 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001219 sec., 62346.185397867106 rows/sec., 4.87 MiB/sec. | ||
4511 | 2025.06.03 00:54:00.338053 [ 261 ] {04b0dbdb-f5f0-4f38-8e96-a7635f6e7177} <Debug> TCPHandler: Processed in 0.001383482 sec. | ||
4512 | 2025.06.03 00:54:00.338162 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4513 | 2025.06.03 00:54:00.338258 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4514 | 2025.06.03 00:54:00.338305 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4515 | 2025.06.03 00:54:00.338710 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4516 | 2025.06.03 00:54:00.338745 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4517 | 2025.06.03 00:54:00.339075 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4518 | 2025.06.03 00:54:00.339288 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4519 | 2025.06.03 00:54:00.339419 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. | ||
4520 | 2025.06.03 00:54:00.339457 [ 261 ] {b051211b-9091-4731-8d10-1e7b3b746aab} <Debug> TCPHandler: Processed in 0.001343892 sec. | ||
4521 | 2025.06.03 00:54:00.339565 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4522 | 2025.06.03 00:54:00.339668 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4523 | 2025.06.03 00:54:00.339726 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4524 | 2025.06.03 00:54:00.340516 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4525 | 2025.06.03 00:54:00.340553 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4526 | 2025.06.03 00:54:00.341082 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4527 | 2025.06.03 00:54:00.341315 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4528 | 2025.06.03 00:54:00.341458 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001809 sec., 6633.499170812604 rows/sec., 11.89 MiB/sec. | ||
4529 | 2025.06.03 00:54:00.341518 [ 261 ] {35e66255-0538-4573-9095-26ac2dd14196} <Debug> TCPHandler: Processed in 0.002003982 sec. | ||
4530 | 2025.06.03 00:54:00.341661 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4531 | 2025.06.03 00:54:00.341763 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4532 | 2025.06.03 00:54:00.341806 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4533 | 2025.06.03 00:54:00.342152 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4534 | 2025.06.03 00:54:00.342187 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4535 | 2025.06.03 00:54:00.342517 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4536 | 2025.06.03 00:54:00.342747 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4537 | 2025.06.03 00:54:00.342878 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. | ||
4538 | 2025.06.03 00:54:00.342914 [ 261 ] {fffe9398-5243-424d-b06a-8b9b00dfa69f} <Debug> TCPHandler: Processed in 0.00130388 sec. | ||
4539 | 2025.06.03 00:54:01.893532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
4540 | 2025.06.03 00:54:01.894027 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4541 | 2025.06.03 00:54:01.894063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4542 | 2025.06.03 00:54:01.894612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4543 | 2025.06.03 00:54:01.894849 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4544 | 2025.06.03 00:54:01.894982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
4545 | 2025.06.03 00:54:02.467904 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4546 | 2025.06.03 00:54:02.484695 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4547 | 2025.06.03 00:54:02.484759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4548 | 2025.06.03 00:54:02.490767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4549 | 2025.06.03 00:54:02.491444 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4550 | 2025.06.03 00:54:02.494632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4551 | 2025.06.03 00:54:05.334124 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4552 | 2025.06.03 00:54:05.334323 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4553 | 2025.06.03 00:54:05.334389 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4554 | 2025.06.03 00:54:05.335049 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4555 | 2025.06.03 00:54:05.335099 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4556 | 2025.06.03 00:54:05.335499 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4557 | 2025.06.03 00:54:05.335729 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4558 | 2025.06.03 00:54:05.335884 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001612 sec., 69478.90818858561 rows/sec., 5.83 MiB/sec. | ||
4559 | 2025.06.03 00:54:05.335906 [ 100 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4560 | 2025.06.03 00:54:05.335927 [ 261 ] {f7fb1c56-f801-477a-a655-e8eb18b725b4} <Debug> TCPHandler: Processed in 0.00194285 sec. | ||
4561 | 2025.06.03 00:54:05.335982 [ 100 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4562 | 2025.06.03 00:54:05.336013 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4563 | 2025.06.03 00:54:05.336077 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4564 | 2025.06.03 00:54:05.336116 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
4565 | 2025.06.03 00:54:05.336179 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4566 | 2025.06.03 00:54:05.336225 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4567 | 2025.06.03 00:54:05.336239 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4568 | 2025.06.03 00:54:05.336278 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1967 rows starting from the beginning of the part | ||
4569 | 2025.06.03 00:54:05.336341 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
4570 | 2025.06.03 00:54:05.336387 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 80 rows starting from the beginning of the part | ||
4571 | 2025.06.03 00:54:05.336431 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
4572 | 2025.06.03 00:54:05.336472 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 80 rows starting from the beginning of the part | ||
4573 | 2025.06.03 00:54:05.336511 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
4574 | 2025.06.03 00:54:05.336634 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4575 | 2025.06.03 00:54:05.336680 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4576 | 2025.06.03 00:54:05.337008 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4577 | 2025.06.03 00:54:05.337241 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4578 | 2025.06.03 00:54:05.337380 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00122 sec., 22950.819672131147 rows/sec., 1.69 MiB/sec. | ||
4579 | 2025.06.03 00:54:05.337419 [ 261 ] {2220724b-3a79-4286-9621-2b88154a3e1f} <Debug> TCPHandler: Processed in 0.001393364 sec. | ||
4580 | 2025.06.03 00:54:05.337527 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4581 | 2025.06.03 00:54:05.337622 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4582 | 2025.06.03 00:54:05.337662 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4583 | 2025.06.03 00:54:05.337825 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.001746874 sec., 1377889.8764306984 rows/sec., 118.41 MiB/sec. | ||
4584 | 2025.06.03 00:54:05.338085 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4585 | 2025.06.03 00:54:05.338129 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4586 | 2025.06.03 00:54:05.338132 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4587 | 2025.06.03 00:54:05.338493 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4588 | 2025.06.03 00:54:05.338517 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4589 | 2025.06.03 00:54:05.338613 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_36_7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4590 | 2025.06.03 00:54:05.338730 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
4591 | 2025.06.03 00:54:05.338747 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4592 | 2025.06.03 00:54:05.338868 [ 98 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4593 | 2025.06.03 00:54:05.338886 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001282 sec., 71762.87051482059 rows/sec., 5.60 MiB/sec. | ||
4594 | 2025.06.03 00:54:05.338904 [ 98 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4595 | 2025.06.03 00:54:05.338928 [ 261 ] {c6d6b40e-cd78-4abc-a0f9-02de1ed9eac1} <Debug> TCPHandler: Processed in 0.001452315 sec. | ||
4596 | 2025.06.03 00:54:05.338929 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4597 | 2025.06.03 00:54:05.339038 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
4598 | 2025.06.03 00:54:05.339050 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2025.06.03 00:54:05.339158 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4600 | 2025.06.03 00:54:05.339158 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4601 | 2025.06.03 00:54:05.339209 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4602 | 2025.06.03 00:54:05.339212 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 950 rows starting from the beginning of the part | ||
4603 | 2025.06.03 00:54:05.339301 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
4604 | 2025.06.03 00:54:05.339350 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part | ||
4605 | 2025.06.03 00:54:05.339392 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 92 rows starting from the beginning of the part | ||
4606 | 2025.06.03 00:54:05.339432 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 76 rows starting from the beginning of the part | ||
4607 | 2025.06.03 00:54:05.339471 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 92 rows starting from the beginning of the part | ||
4608 | 2025.06.03 00:54:05.339625 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4609 | 2025.06.03 00:54:05.339669 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4610 | 2025.06.03 00:54:05.340022 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4611 | 2025.06.03 00:54:05.340259 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4612 | 2025.06.03 00:54:05.340373 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4613 | 2025.06.03 00:54:05.340400 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. | ||
4614 | 2025.06.03 00:54:05.340404 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4615 | 2025.06.03 00:54:05.340442 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4616 | 2025.06.03 00:54:05.340444 [ 261 ] {8bb61f68-665b-4bb2-984d-9618adc2e8b2} <Debug> TCPHandler: Processed in 0.001443975 sec. | ||
4617 | 2025.06.03 00:54:05.340515 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4618 | 2025.06.03 00:54:05.340556 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4619 | 2025.06.03 00:54:05.340581 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001585589 sec., 851418.6210928557 rows/sec., 66.83 MiB/sec. | ||
4620 | 2025.06.03 00:54:05.340622 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4621 | 2025.06.03 00:54:05.340657 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4622 | 2025.06.03 00:54:05.340660 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10223 rows starting from the beginning of the part | ||
4623 | 2025.06.03 00:54:05.340720 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4624 | 2025.06.03 00:54:05.340743 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 96 rows starting from the beginning of the part | ||
4625 | 2025.06.03 00:54:05.340774 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4626 | 2025.06.03 00:54:05.340794 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4627 | 2025.06.03 00:54:05.340840 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
4628 | 2025.06.03 00:54:05.340881 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
4629 | 2025.06.03 00:54:05.340922 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
4630 | 2025.06.03 00:54:05.341079 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2025.06.03 00:54:05.341160 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_36_7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4632 | 2025.06.03 00:54:05.341242 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4633 | 2025.06.03 00:54:05.341530 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4634 | 2025.06.03 00:54:05.341573 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4635 | 2025.06.03 00:54:05.342137 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4636 | 2025.06.03 00:54:05.342385 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4637 | 2025.06.03 00:54:05.342529 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001891 sec., 14806.980433632998 rows/sec., 26.53 MiB/sec. | ||
4638 | 2025.06.03 00:54:05.342584 [ 261 ] {73a63767-2baf-42fa-8b99-89be800a5035} <Debug> TCPHandler: Processed in 0.002077394 sec. | ||
4639 | 2025.06.03 00:54:05.342699 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4640 | 2025.06.03 00:54:05.342796 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4641 | 2025.06.03 00:54:05.342839 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4642 | 2025.06.03 00:54:05.343177 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4643 | 2025.06.03 00:54:05.343215 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4644 | 2025.06.03 00:54:05.343607 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4645 | 2025.06.03 00:54:05.343829 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4646 | 2025.06.03 00:54:05.343937 [ 98 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4647 | 2025.06.03 00:54:05.343960 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. | ||
4648 | 2025.06.03 00:54:05.343972 [ 98 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4649 | 2025.06.03 00:54:05.344004 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4650 | 2025.06.03 00:54:05.344004 [ 261 ] {119ae02a-71be-412c-b7b9-b004588c23c8} <Debug> TCPHandler: Processed in 0.001355102 sec. | ||
4651 | 2025.06.03 00:54:05.344087 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4652 | 2025.06.03 00:54:05.344193 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4653 | 2025.06.03 00:54:05.344196 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10959 rows, containing 5 columns (5 merged, 0 gathered) in 0.003713135 sec., 2951414.370875285 rows/sec., 202.09 MiB/sec. | ||
4654 | 2025.06.03 00:54:05.344223 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1654 rows starting from the beginning of the part | ||
4655 | 2025.06.03 00:54:05.344283 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
4656 | 2025.06.03 00:54:05.344325 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4657 | 2025.06.03 00:54:05.344362 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
4658 | 2025.06.03 00:54:05.344398 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
4659 | 2025.06.03 00:54:05.344436 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
4660 | 2025.06.03 00:54:05.344449 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4661 | 2025.06.03 00:54:05.344740 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4662 | 2025.06.03 00:54:05.344806 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4663 | 2025.06.03 00:54:05.344863 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
4664 | 2025.06.03 00:54:05.345485 [ 196 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 4 columns (4 merged, 0 gathered) in 0.001433764 sec., 1346107.169659721 rows/sec., 90.50 MiB/sec. | ||
4665 | 2025.06.03 00:54:05.345757 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4666 | 2025.06.03 00:54:05.346027 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4667 | 2025.06.03 00:54:05.346095 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_36_7} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4668 | 2025.06.03 00:54:05.346171 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4669 | 2025.06.03 00:54:09.313544 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4670 | 2025.06.03 00:54:09.313610 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4671 | 2025.06.03 00:54:09.395981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
4672 | 2025.06.03 00:54:09.396484 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4673 | 2025.06.03 00:54:09.396530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4674 | 2025.06.03 00:54:09.397007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4675 | 2025.06.03 00:54:09.397233 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4676 | 2025.06.03 00:54:09.397362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4677 | 2025.06.03 00:54:09.428997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 652 | ||
4678 | 2025.06.03 00:54:09.431109 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4679 | 2025.06.03 00:54:09.431153 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4680 | 2025.06.03 00:54:09.432332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4681 | 2025.06.03 00:54:09.432623 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4682 | 2025.06.03 00:54:09.432975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 652 | ||
4683 | 2025.06.03 00:54:09.995625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4684 | 2025.06.03 00:54:10.014096 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4685 | 2025.06.03 00:54:10.014164 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4686 | 2025.06.03 00:54:10.019814 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4687 | 2025.06.03 00:54:10.020555 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4688 | 2025.06.03 00:54:10.024544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4689 | 2025.06.03 00:54:10.339814 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4690 | 2025.06.03 00:54:10.340006 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4691 | 2025.06.03 00:54:10.340082 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4692 | 2025.06.03 00:54:10.340930 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4693 | 2025.06.03 00:54:10.340986 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4694 | 2025.06.03 00:54:10.341576 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4695 | 2025.06.03 00:54:10.341872 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4696 | 2025.06.03 00:54:10.342075 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002121 sec., 99952.85242809996 rows/sec., 6.36 MiB/sec. | ||
4697 | 2025.06.03 00:54:10.342153 [ 261 ] {c2de9150-378c-4a84-b160-e67882c6b741} <Debug> TCPHandler: Processed in 0.002505347 sec. | ||
4698 | 2025.06.03 00:54:10.342332 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4699 | 2025.06.03 00:54:10.342451 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4700 | 2025.06.03 00:54:10.342499 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4701 | 2025.06.03 00:54:10.343551 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4702 | 2025.06.03 00:54:10.343605 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4703 | 2025.06.03 00:54:10.344100 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4704 | 2025.06.03 00:54:10.344384 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4705 | 2025.06.03 00:54:10.344587 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002162 sec., 296484.73635522666 rows/sec., 23.36 MiB/sec. | ||
4706 | 2025.06.03 00:54:10.344640 [ 261 ] {684f0b76-7232-4f48-a07c-f645abf1942c} <Debug> TCPHandler: Processed in 0.002370654 sec. | ||
4707 | 2025.06.03 00:54:10.344867 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4708 | 2025.06.03 00:54:10.344990 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4709 | 2025.06.03 00:54:10.345044 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4710 | 2025.06.03 00:54:10.345663 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4711 | 2025.06.03 00:54:10.345713 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4712 | 2025.06.03 00:54:10.346153 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4713 | 2025.06.03 00:54:10.346479 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4714 | 2025.06.03 00:54:10.346681 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001724 sec., 68445.47563805104 rows/sec., 4.13 MiB/sec. | ||
4715 | 2025.06.03 00:54:10.346734 [ 261 ] {416244c5-c96e-4f92-9288-dd3d8efdbc00} <Debug> TCPHandler: Processed in 0.00193104 sec. | ||
4716 | 2025.06.03 00:54:10.346900 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4717 | 2025.06.03 00:54:10.347018 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4718 | 2025.06.03 00:54:10.347073 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4719 | 2025.06.03 00:54:10.347636 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4720 | 2025.06.03 00:54:10.347679 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4721 | 2025.06.03 00:54:10.348026 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4722 | 2025.06.03 00:54:10.348264 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4723 | 2025.06.03 00:54:10.348399 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00141 sec., 80141.8439716312 rows/sec., 5.19 MiB/sec. | ||
4724 | 2025.06.03 00:54:10.348438 [ 261 ] {f7588f61-41a6-4439-a71d-b69201110b06} <Debug> TCPHandler: Processed in 0.00160112 sec. | ||
4725 | 2025.06.03 00:54:10.348590 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4726 | 2025.06.03 00:54:10.348685 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4727 | 2025.06.03 00:54:10.348727 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4728 | 2025.06.03 00:54:10.349219 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4729 | 2025.06.03 00:54:10.349266 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4730 | 2025.06.03 00:54:10.349608 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4731 | 2025.06.03 00:54:10.349830 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4732 | 2025.06.03 00:54:10.349980 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001314 sec., 85235.92085235921 rows/sec., 4.86 MiB/sec. | ||
4733 | 2025.06.03 00:54:10.350022 [ 261 ] {c9788b75-f848-42df-a895-7d324f5d8994} <Debug> TCPHandler: Processed in 0.001481806 sec. | ||
4734 | 2025.06.03 00:54:10.350165 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4735 | 2025.06.03 00:54:10.350268 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4736 | 2025.06.03 00:54:10.350321 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4737 | 2025.06.03 00:54:10.351090 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4738 | 2025.06.03 00:54:10.351134 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4739 | 2025.06.03 00:54:10.351565 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4740 | 2025.06.03 00:54:10.351858 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4741 | 2025.06.03 00:54:10.352027 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001782 sec., 221099.88776655443 rows/sec., 15.64 MiB/sec. | ||
4742 | 2025.06.03 00:54:10.352079 [ 261 ] {bf17f89b-a799-449d-a031-694e80233ce0} <Debug> TCPHandler: Processed in 0.001965461 sec. | ||
4743 | 2025.06.03 00:54:10.352299 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4744 | 2025.06.03 00:54:10.352405 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4745 | 2025.06.03 00:54:10.352456 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4746 | 2025.06.03 00:54:10.352939 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4747 | 2025.06.03 00:54:10.352986 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4748 | 2025.06.03 00:54:10.353376 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
4749 | 2025.06.03 00:54:10.353609 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4750 | 2025.06.03 00:54:10.353741 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
4751 | 2025.06.03 00:54:10.353778 [ 261 ] {cd65842b-9ad5-43fd-9de2-d24845428977} <Debug> TCPHandler: Processed in 0.001536727 sec. | ||
4752 | 2025.06.03 00:54:10.353901 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4753 | 2025.06.03 00:54:10.353997 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4754 | 2025.06.03 00:54:10.354042 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4755 | 2025.06.03 00:54:10.354470 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4756 | 2025.06.03 00:54:10.354508 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4757 | 2025.06.03 00:54:10.354853 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4758 | 2025.06.03 00:54:10.355070 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4759 | 2025.06.03 00:54:10.355211 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001232 sec., 192370.12987012987 rows/sec., 12.89 MiB/sec. | ||
4760 | 2025.06.03 00:54:10.355258 [ 261 ] {0caa47bc-72a6-4030-b1e3-0b75ad9320df} <Debug> TCPHandler: Processed in 0.001407233 sec. | ||
4761 | 2025.06.03 00:54:10.355389 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4762 | 2025.06.03 00:54:10.355497 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4763 | 2025.06.03 00:54:10.355548 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4764 | 2025.06.03 00:54:10.355920 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2025.06.03 00:54:10.355963 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4766 | 2025.06.03 00:54:10.356348 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4767 | 2025.06.03 00:54:10.356619 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4768 | 2025.06.03 00:54:10.356774 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
4769 | 2025.06.03 00:54:10.356818 [ 261 ] {624fae34-b387-46db-ab33-7001aaf8cf78} <Debug> TCPHandler: Processed in 0.001483746 sec. | ||
4770 | 2025.06.03 00:54:10.356948 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2025.06.03 00:54:10.357053 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4772 | 2025.06.03 00:54:10.357121 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4773 | 2025.06.03 00:54:10.358160 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4774 | 2025.06.03 00:54:10.358208 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4775 | 2025.06.03 00:54:10.360106 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4776 | 2025.06.03 00:54:10.361891 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4777 | 2025.06.03 00:54:10.362159 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005125 sec., 2341.4634146341464 rows/sec., 4.20 MiB/sec. | ||
4778 | 2025.06.03 00:54:10.362259 [ 261 ] {622d0abb-0bec-4bd7-95d1-0cfa3ed515b9} <Debug> TCPHandler: Processed in 0.005366877 sec. | ||
4779 | 2025.06.03 00:54:10.362436 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4780 | 2025.06.03 00:54:10.362552 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4781 | 2025.06.03 00:54:10.362611 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4782 | 2025.06.03 00:54:10.363030 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4783 | 2025.06.03 00:54:10.363077 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4784 | 2025.06.03 00:54:10.363533 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4785 | 2025.06.03 00:54:10.363816 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4786 | 2025.06.03 00:54:10.363977 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
4787 | 2025.06.03 00:54:10.364022 [ 261 ] {86b99832-cd39-49c6-9af8-5f967b8c4bae} <Debug> TCPHandler: Processed in 0.001657252 sec. | ||
4788 | 2025.06.03 00:54:11.001199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.52 MiB, peak 238.82 MiB, free memory in arenas 0.00 B, will set to 232.41 MiB (RSS), difference: -1.11 MiB | ||
4789 | 2025.06.03 00:54:12.725658 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4790 | 2025.06.03 00:54:12.725837 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4791 | 2025.06.03 00:54:12.725911 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4792 | 2025.06.03 00:54:12.727349 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4793 | 2025.06.03 00:54:12.727398 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4794 | 2025.06.03 00:54:12.727863 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4795 | 2025.06.03 00:54:12.728096 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4796 | 2025.06.03 00:54:12.728256 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.002468 sec., 507293.3549432739 rows/sec., 41.84 MiB/sec. | ||
4797 | 2025.06.03 00:54:12.728300 [ 261 ] {1bc120b3-e4af-442b-b202-ca001ba179f8} <Debug> TCPHandler: Processed in 0.002774406 sec. | ||
4798 | 2025.06.03 00:54:12.728429 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4799 | 2025.06.03 00:54:12.728526 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4800 | 2025.06.03 00:54:12.728568 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4801 | 2025.06.03 00:54:12.728999 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4802 | 2025.06.03 00:54:12.729038 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4803 | 2025.06.03 00:54:12.729345 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4804 | 2025.06.03 00:54:12.729555 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2025.06.03 00:54:12.729673 [ 83 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4806 | 2025.06.03 00:54:12.729688 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001181 sec., 23708.721422523286 rows/sec., 1.74 MiB/sec. | ||
4807 | 2025.06.03 00:54:12.729740 [ 83 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4808 | 2025.06.03 00:54:12.729748 [ 261 ] {01f6945a-2bb7-4270-b7ca-a4dd06891b4c} <Debug> TCPHandler: Processed in 0.001369402 sec. | ||
4809 | 2025.06.03 00:54:12.729770 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4810 | 2025.06.03 00:54:12.729880 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4811 | 2025.06.03 00:54:12.729894 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
4812 | 2025.06.03 00:54:12.729980 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4813 | 2025.06.03 00:54:12.730029 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4814 | 2025.06.03 00:54:12.730046 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4815 | 2025.06.03 00:54:12.730088 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 176 rows starting from the beginning of the part | ||
4816 | 2025.06.03 00:54:12.730174 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
4817 | 2025.06.03 00:54:12.730240 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
4818 | 2025.06.03 00:54:12.730305 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
4819 | 2025.06.03 00:54:12.730355 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 118 rows starting from the beginning of the part | ||
4820 | 2025.06.03 00:54:12.730402 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part | ||
4821 | 2025.06.03 00:54:12.730580 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4822 | 2025.06.03 00:54:12.730625 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4823 | 2025.06.03 00:54:12.731017 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4824 | 2025.06.03 00:54:12.731248 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4825 | 2025.06.03 00:54:12.731342 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 5 columns (5 merged, 0 gathered) in 0.001504226 sec., 259269.55125094234 rows/sec., 17.95 MiB/sec. | ||
4826 | 2025.06.03 00:54:12.731386 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001424 sec., 160112.3595505618 rows/sec., 10.84 MiB/sec. | ||
4827 | 2025.06.03 00:54:12.731432 [ 261 ] {3cc44b36-d787-445d-a791-8e029589b9aa} <Debug> TCPHandler: Processed in 0.001601349 sec. | ||
4828 | 2025.06.03 00:54:12.731548 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4829 | 2025.06.03 00:54:12.731561 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4830 | 2025.06.03 00:54:12.731646 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4831 | 2025.06.03 00:54:12.731692 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4832 | 2025.06.03 00:54:12.731870 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2025.06.03 00:54:12.731962 [ 196 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_31_6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4834 | 2025.06.03 00:54:12.732062 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
4835 | 2025.06.03 00:54:12.732355 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4836 | 2025.06.03 00:54:12.732397 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4837 | 2025.06.03 00:54:12.732734 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4838 | 2025.06.03 00:54:12.732953 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4839 | 2025.06.03 00:54:12.733087 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.00146 sec., 375342.4657534247 rows/sec., 27.86 MiB/sec. | ||
4840 | 2025.06.03 00:54:12.733125 [ 261 ] {73d76951-a6dd-4b71-a0f7-d8537bc63436} <Debug> TCPHandler: Processed in 0.001626711 sec. | ||
4841 | 2025.06.03 00:54:12.733242 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4842 | 2025.06.03 00:54:12.733338 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4843 | 2025.06.03 00:54:12.733384 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4844 | 2025.06.03 00:54:12.734039 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4845 | 2025.06.03 00:54:12.734078 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4846 | 2025.06.03 00:54:12.734464 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4847 | 2025.06.03 00:54:12.734683 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4848 | 2025.06.03 00:54:12.734820 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Debug> executeQuery: Read 940 rows, 64.53 KiB in 0.0015 sec., 626666.6666666666 rows/sec., 42.01 MiB/sec. | ||
4849 | 2025.06.03 00:54:12.734858 [ 261 ] {616801dc-5938-4434-bb74-82dd4c747adc} <Debug> TCPHandler: Processed in 0.001665212 sec. | ||
4850 | 2025.06.03 00:54:12.734972 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4851 | 2025.06.03 00:54:12.735066 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4852 | 2025.06.03 00:54:12.735124 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4853 | 2025.06.03 00:54:12.735965 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4854 | 2025.06.03 00:54:12.736003 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4855 | 2025.06.03 00:54:12.736555 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4856 | 2025.06.03 00:54:12.736781 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4857 | 2025.06.03 00:54:12.736892 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4858 | 2025.06.03 00:54:12.736920 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001872 sec., 14957.264957264957 rows/sec., 26.80 MiB/sec. | ||
4859 | 2025.06.03 00:54:12.736927 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4860 | 2025.06.03 00:54:12.736961 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4861 | 2025.06.03 00:54:12.736981 [ 261 ] {bd5d00be-cb5d-4eb0-ab08-4187f0ffd484} <Debug> TCPHandler: Processed in 0.002058544 sec. | ||
4862 | 2025.06.03 00:54:12.737050 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
4863 | 2025.06.03 00:54:12.737101 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2025.06.03 00:54:12.737197 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4865 | 2025.06.03 00:54:12.737241 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4866 | 2025.06.03 00:54:12.737261 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4867 | 2025.06.03 00:54:12.737319 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 475 rows starting from the beginning of the part | ||
4868 | 2025.06.03 00:54:12.737441 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
4869 | 2025.06.03 00:54:12.737550 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
4870 | 2025.06.03 00:54:12.737581 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4871 | 2025.06.03 00:54:12.737619 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4872 | 2025.06.03 00:54:12.737652 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
4873 | 2025.06.03 00:54:12.737750 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
4874 | 2025.06.03 00:54:12.737846 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part | ||
4875 | 2025.06.03 00:54:12.737932 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4876 | 2025.06.03 00:54:12.738148 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4877 | 2025.06.03 00:54:12.738290 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001111 sec., 30603.060306030602 rows/sec., 2.07 MiB/sec. | ||
4878 | 2025.06.03 00:54:12.738328 [ 261 ] {6230e4d7-71a9-4d95-b5b6-66862304b25c} <Debug> TCPHandler: Processed in 0.001276219 sec. | ||
4879 | 2025.06.03 00:54:12.768032 [ 193 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 19 columns (19 merged, 0 gathered) in 0.031025814 sec., 18790.804328292565 rows/sec., 33.67 MiB/sec. | ||
4880 | 2025.06.03 00:54:12.768732 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4881 | 2025.06.03 00:54:12.769091 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4882 | 2025.06.03 00:54:12.769173 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4883 | 2025.06.03 00:54:12.769305 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
4884 | 2025.06.03 00:54:15.328470 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4885 | 2025.06.03 00:54:15.328682 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4886 | 2025.06.03 00:54:15.328762 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4887 | 2025.06.03 00:54:15.329451 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4888 | 2025.06.03 00:54:15.329499 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4889 | 2025.06.03 00:54:15.329889 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4890 | 2025.06.03 00:54:15.330112 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4891 | 2025.06.03 00:54:15.330260 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.62 MiB/sec. | ||
4892 | 2025.06.03 00:54:15.330302 [ 261 ] {51c11b77-6c84-443f-b494-648ce9b77bca} <Debug> TCPHandler: Processed in 0.001974432 sec. | ||
4893 | 2025.06.03 00:54:15.330422 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4894 | 2025.06.03 00:54:15.330517 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4895 | 2025.06.03 00:54:15.330558 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4896 | 2025.06.03 00:54:15.330978 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4897 | 2025.06.03 00:54:15.331014 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4898 | 2025.06.03 00:54:15.331334 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4899 | 2025.06.03 00:54:15.331558 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4900 | 2025.06.03 00:54:15.331686 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. | ||
4901 | 2025.06.03 00:54:15.331722 [ 261 ] {297d742e-caf3-4083-9a4e-4f8da623bece} <Debug> TCPHandler: Processed in 0.001349602 sec. | ||
4902 | 2025.06.03 00:54:15.331835 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4903 | 2025.06.03 00:54:15.331930 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4904 | 2025.06.03 00:54:15.331975 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4905 | 2025.06.03 00:54:15.332343 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4906 | 2025.06.03 00:54:15.332381 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4907 | 2025.06.03 00:54:15.332711 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4908 | 2025.06.03 00:54:15.332918 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4909 | 2025.06.03 00:54:15.333046 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001133 sec., 58252.427184466025 rows/sec., 4.07 MiB/sec. | ||
4910 | 2025.06.03 00:54:15.333083 [ 261 ] {ec86a1e3-0b0c-49ad-b6ee-0efd0aa1d77c} <Debug> TCPHandler: Processed in 0.0012967 sec. | ||
4911 | 2025.06.03 00:54:15.333206 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4912 | 2025.06.03 00:54:15.333304 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4913 | 2025.06.03 00:54:15.333347 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4914 | 2025.06.03 00:54:15.333674 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4915 | 2025.06.03 00:54:15.333712 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4916 | 2025.06.03 00:54:15.334020 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4917 | 2025.06.03 00:54:15.334227 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4918 | 2025.06.03 00:54:15.334356 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001071 sec., 24276.37721755369 rows/sec., 1.63 MiB/sec. | ||
4919 | 2025.06.03 00:54:15.334393 [ 261 ] {ccf86248-12b0-491d-b58e-4f6a250131ea} <Debug> TCPHandler: Processed in 0.001241759 sec. | ||
4920 | 2025.06.03 00:54:16.898327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4921 | 2025.06.03 00:54:16.898803 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4922 | 2025.06.03 00:54:16.898853 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4923 | 2025.06.03 00:54:16.899359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4924 | 2025.06.03 00:54:16.899597 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2025.06.03 00:54:16.899749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4926 | 2025.06.03 00:54:17.525494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4927 | 2025.06.03 00:54:17.542341 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4928 | 2025.06.03 00:54:17.542392 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4929 | 2025.06.03 00:54:17.548044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4930 | 2025.06.03 00:54:17.548754 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4931 | 2025.06.03 00:54:17.551510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4932 | 2025.06.03 00:54:19.433969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 696 | ||
4933 | 2025.06.03 00:54:19.436448 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2025.06.03 00:54:19.436492 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4935 | 2025.06.03 00:54:19.437730 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4936 | 2025.06.03 00:54:19.438045 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2025.06.03 00:54:19.438345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 696 | ||
4938 | 2025.06.03 00:54:20.333650 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4939 | 2025.06.03 00:54:20.333838 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4940 | 2025.06.03 00:54:20.333911 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4941 | 2025.06.03 00:54:20.334634 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4942 | 2025.06.03 00:54:20.334688 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4943 | 2025.06.03 00:54:20.335114 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4944 | 2025.06.03 00:54:20.335377 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4945 | 2025.06.03 00:54:20.335555 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001765 sec., 45325.779036827196 rows/sec., 3.73 MiB/sec. | ||
4946 | 2025.06.03 00:54:20.335610 [ 261 ] {6e45a279-eca1-49c3-ba7f-7cdcf466d783} <Debug> TCPHandler: Processed in 0.002095545 sec. | ||
4947 | 2025.06.03 00:54:20.335747 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4948 | 2025.06.03 00:54:20.335854 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4949 | 2025.06.03 00:54:20.335901 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4950 | 2025.06.03 00:54:20.336353 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4951 | 2025.06.03 00:54:20.336395 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4952 | 2025.06.03 00:54:20.336750 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4953 | 2025.06.03 00:54:20.336983 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4954 | 2025.06.03 00:54:20.337128 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001299 sec., 9237.875288683603 rows/sec., 694.64 KiB/sec. | ||
4955 | 2025.06.03 00:54:20.337174 [ 261 ] {c4c9bf31-93ac-43bf-b607-19df9de79341} <Debug> TCPHandler: Processed in 0.001479285 sec. | ||
4956 | 2025.06.03 00:54:20.337301 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4957 | 2025.06.03 00:54:20.337407 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4958 | 2025.06.03 00:54:20.337462 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4959 | 2025.06.03 00:54:20.338058 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4960 | 2025.06.03 00:54:20.338108 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4961 | 2025.06.03 00:54:20.338496 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4962 | 2025.06.03 00:54:20.338806 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4963 | 2025.06.03 00:54:20.338983 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001599 sec., 47529.70606629144 rows/sec., 3.71 MiB/sec. | ||
4964 | 2025.06.03 00:54:20.339025 [ 261 ] {2a86986a-27e5-4c37-92d8-ce2cd12c21ae} <Debug> TCPHandler: Processed in 0.001776465 sec. | ||
4965 | 2025.06.03 00:54:20.339150 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4966 | 2025.06.03 00:54:20.339252 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4967 | 2025.06.03 00:54:20.339301 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4968 | 2025.06.03 00:54:20.339739 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4969 | 2025.06.03 00:54:20.339777 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4970 | 2025.06.03 00:54:20.340145 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4971 | 2025.06.03 00:54:20.340373 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2025.06.03 00:54:20.340510 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. | ||
4973 | 2025.06.03 00:54:20.340550 [ 261 ] {5c6f8361-cb03-4fc9-992e-829cb7c38ffe} <Debug> TCPHandler: Processed in 0.001451786 sec. | ||
4974 | 2025.06.03 00:54:20.340658 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4975 | 2025.06.03 00:54:20.340757 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4976 | 2025.06.03 00:54:20.340814 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4977 | 2025.06.03 00:54:20.341617 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4978 | 2025.06.03 00:54:20.341655 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4979 | 2025.06.03 00:54:20.342182 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4980 | 2025.06.03 00:54:20.342416 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4981 | 2025.06.03 00:54:20.342560 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001824 sec., 6578.9473684210525 rows/sec., 11.79 MiB/sec. | ||
4982 | 2025.06.03 00:54:20.342627 [ 261 ] {b06e0c12-fb09-4f7b-8e73-be531e619b2c} <Debug> TCPHandler: Processed in 0.002018733 sec. | ||
4983 | 2025.06.03 00:54:20.342743 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4984 | 2025.06.03 00:54:20.342838 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4985 | 2025.06.03 00:54:20.342883 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4986 | 2025.06.03 00:54:20.343232 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4987 | 2025.06.03 00:54:20.343270 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4988 | 2025.06.03 00:54:20.343599 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4989 | 2025.06.03 00:54:20.343818 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4990 | 2025.06.03 00:54:20.343955 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. | ||
4991 | 2025.06.03 00:54:20.343992 [ 261 ] {3d8a5a12-a1bb-4fc8-81ff-a6fb88e8c1cc} <Debug> TCPHandler: Processed in 0.00129904 sec. | ||
4992 | 2025.06.03 00:54:24.313666 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4993 | 2025.06.03 00:54:24.313755 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4994 | 2025.06.03 00:54:24.400754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
4995 | 2025.06.03 00:54:24.401257 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4996 | 2025.06.03 00:54:24.401301 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4997 | 2025.06.03 00:54:24.401776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4998 | 2025.06.03 00:54:24.402014 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2025.06.03 00:54:24.402141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
5000 | 2025.06.03 00:54:24.402143 [ 60 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5001 | 2025.06.03 00:54:24.402191 [ 60 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5002 | 2025.06.03 00:54:24.402210 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5003 | 2025.06.03 00:54:24.402304 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
5004 | 2025.06.03 00:54:24.402409 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5005 | 2025.06.03 00:54:24.402445 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
5006 | 2025.06.03 00:54:24.402500 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
5007 | 2025.06.03 00:54:24.402543 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
5008 | 2025.06.03 00:54:24.402583 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
5009 | 2025.06.03 00:54:24.402623 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
5010 | 2025.06.03 00:54:24.402664 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
5011 | 2025.06.03 00:54:24.408496 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006231553 sec., 1918622.853725227 rows/sec., 27.45 MiB/sec. | ||
5012 | 2025.06.03 00:54:24.408864 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5013 | 2025.06.03 00:54:24.409137 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5014 | 2025.06.03 00:54:24.409205 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_26_5} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5015 | 2025.06.03 00:54:24.409292 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
5016 | 2025.06.03 00:54:24.821781 [ 58 ] {} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5017 | 2025.06.03 00:54:24.821848 [ 58 ] {} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5018 | 2025.06.03 00:54:24.821870 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5019 | 2025.06.03 00:54:24.821989 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
5020 | 2025.06.03 00:54:24.822126 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5021 | 2025.06.03 00:54:24.822161 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 366 rows starting from the beginning of the part | ||
5022 | 2025.06.03 00:54:24.822233 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part | ||
5023 | 2025.06.03 00:54:24.822280 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part | ||
5024 | 2025.06.03 00:54:24.822325 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
5025 | 2025.06.03 00:54:24.822367 [ 193 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
5026 | 2025.06.03 00:54:24.823348 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001412584 sec., 857294.150294779 rows/sec., 61.62 MiB/sec. | ||
5027 | 2025.06.03 00:54:24.823566 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5028 | 2025.06.03 00:54:24.823869 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5029 | 2025.06.03 00:54:24.823948 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_9_2} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5030 | 2025.06.03 00:54:24.824043 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5031 | 2025.06.03 00:54:25.052523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
5032 | 2025.06.03 00:54:25.070535 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5033 | 2025.06.03 00:54:25.070600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5034 | 2025.06.03 00:54:25.076334 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5035 | 2025.06.03 00:54:25.077037 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5036 | 2025.06.03 00:54:25.077319 [ 58 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5037 | 2025.06.03 00:54:25.077361 [ 58 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5038 | 2025.06.03 00:54:25.077381 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5039 | 2025.06.03 00:54:25.077481 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5040 | 2025.06.03 00:54:25.080792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
5041 | 2025.06.03 00:54:25.081616 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5042 | 2025.06.03 00:54:25.082957 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5043 | 2025.06.03 00:54:25.087470 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5044 | 2025.06.03 00:54:25.091740 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5045 | 2025.06.03 00:54:25.095875 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5046 | 2025.06.03 00:54:25.100312 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5047 | 2025.06.03 00:54:25.104205 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5048 | 2025.06.03 00:54:25.157607 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080169749 sec., 2444.8124441552136 rows/sec., 12.64 MiB/sec. | ||
5049 | 2025.06.03 00:54:25.159292 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5050 | 2025.06.03 00:54:25.160909 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_26_5} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5051 | 2025.06.03 00:54:25.161001 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_26_5} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5052 | 2025.06.03 00:54:25.162402 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
5053 | 2025.06.03 00:54:25.333728 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5054 | 2025.06.03 00:54:25.333903 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5055 | 2025.06.03 00:54:25.333970 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5056 | 2025.06.03 00:54:25.334670 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5057 | 2025.06.03 00:54:25.334717 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5058 | 2025.06.03 00:54:25.335114 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5059 | 2025.06.03 00:54:25.335342 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5060 | 2025.06.03 00:54:25.335491 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001636 sec., 68459.65770171149 rows/sec., 5.75 MiB/sec. | ||
5061 | 2025.06.03 00:54:25.335495 [ 58 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5062 | 2025.06.03 00:54:25.335533 [ 261 ] {f8ad5d49-5998-468f-8a7d-b62e5afe9f4b} <Debug> TCPHandler: Processed in 0.00193771 sec. | ||
5063 | 2025.06.03 00:54:25.335561 [ 58 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5064 | 2025.06.03 00:54:25.335590 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5065 | 2025.06.03 00:54:25.335673 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5066 | 2025.06.03 00:54:25.335680 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
5067 | 2025.06.03 00:54:25.335774 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5068 | 2025.06.03 00:54:25.335781 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5069 | 2025.06.03 00:54:25.335815 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1967 rows starting from the beginning of the part | ||
5070 | 2025.06.03 00:54:25.335818 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5071 | 2025.06.03 00:54:25.335880 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 641 rows starting from the beginning of the part | ||
5072 | 2025.06.03 00:54:25.335941 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1252 rows starting from the beginning of the part | ||
5073 | 2025.06.03 00:54:25.335995 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
5074 | 2025.06.03 00:54:25.336035 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 80 rows starting from the beginning of the part | ||
5075 | 2025.06.03 00:54:25.336073 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
5076 | 2025.06.03 00:54:25.336247 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5077 | 2025.06.03 00:54:25.336284 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5078 | 2025.06.03 00:54:25.336678 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5079 | 2025.06.03 00:54:25.336901 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5080 | 2025.06.03 00:54:25.337032 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001276 sec., 21943.5736677116 rows/sec., 1.61 MiB/sec. | ||
5081 | 2025.06.03 00:54:25.337070 [ 261 ] {039ca15f-a867-4cc1-ac02-84adcb4180f1} <Debug> TCPHandler: Processed in 0.001445575 sec. | ||
5082 | 2025.06.03 00:54:25.337190 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2025.06.03 00:54:25.337285 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5084 | 2025.06.03 00:54:25.337327 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5085 | 2025.06.03 00:54:25.337455 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001813057 sec., 2265786.4590026676 rows/sec., 193.66 MiB/sec. | ||
5086 | 2025.06.03 00:54:25.337713 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5087 | 2025.06.03 00:54:25.337762 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5088 | 2025.06.03 00:54:25.337800 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5089 | 2025.06.03 00:54:25.337955 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5090 | 2025.06.03 00:54:25.338021 [ 201 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_41_8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5091 | 2025.06.03 00:54:25.338089 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
5092 | 2025.06.03 00:54:25.338149 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5093 | 2025.06.03 00:54:25.338365 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5094 | 2025.06.03 00:54:25.338477 [ 58 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5095 | 2025.06.03 00:54:25.338495 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001228 sec., 74918.56677524431 rows/sec., 5.85 MiB/sec. | ||
5096 | 2025.06.03 00:54:25.338517 [ 58 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5097 | 2025.06.03 00:54:25.338540 [ 261 ] {1b1ee926-3461-4003-952d-08929ad93069} <Debug> TCPHandler: Processed in 0.001399184 sec. | ||
5098 | 2025.06.03 00:54:25.338541 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5099 | 2025.06.03 00:54:25.338636 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
5100 | 2025.06.03 00:54:25.338663 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5101 | 2025.06.03 00:54:25.338729 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5102 | 2025.06.03 00:54:25.338757 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 950 rows starting from the beginning of the part | ||
5103 | 2025.06.03 00:54:25.338767 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5104 | 2025.06.03 00:54:25.338811 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 394 rows starting from the beginning of the part | ||
5105 | 2025.06.03 00:54:25.338823 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5106 | 2025.06.03 00:54:25.338856 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 548 rows starting from the beginning of the part | ||
5107 | 2025.06.03 00:54:25.338896 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
5108 | 2025.06.03 00:54:25.338937 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part | ||
5109 | 2025.06.03 00:54:25.338976 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part | ||
5110 | 2025.06.03 00:54:25.339256 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5111 | 2025.06.03 00:54:25.339293 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5112 | 2025.06.03 00:54:25.339664 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5113 | 2025.06.03 00:54:25.339878 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5114 | 2025.06.03 00:54:25.339943 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 5 columns (5 merged, 0 gathered) in 0.001341532 sec., 1583264.5065492287 rows/sec., 122.50 MiB/sec. | ||
5115 | 2025.06.03 00:54:25.339991 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5116 | 2025.06.03 00:54:25.340010 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001267 sec., 126282.55722178375 rows/sec., 8.80 MiB/sec. | ||
5117 | 2025.06.03 00:54:25.340027 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5118 | 2025.06.03 00:54:25.340046 [ 261 ] {17b82653-8bab-4d9e-a06e-78f72459eca2} <Debug> TCPHandler: Processed in 0.001433344 sec. | ||
5119 | 2025.06.03 00:54:25.340047 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5120 | 2025.06.03 00:54:25.340084 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5121 | 2025.06.03 00:54:25.340147 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
5122 | 2025.06.03 00:54:25.340157 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5123 | 2025.06.03 00:54:25.340266 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5124 | 2025.06.03 00:54:25.340272 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5125 | 2025.06.03 00:54:25.340324 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10959 rows starting from the beginning of the part | ||
5126 | 2025.06.03 00:54:25.340331 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5127 | 2025.06.03 00:54:25.340336 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5128 | 2025.06.03 00:54:25.340410 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
5129 | 2025.06.03 00:54:25.340415 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_41_8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5130 | 2025.06.03 00:54:25.340470 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 940 rows starting from the beginning of the part | ||
5131 | 2025.06.03 00:54:25.340496 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
5132 | 2025.06.03 00:54:25.340519 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 66 rows starting from the beginning of the part | ||
5133 | 2025.06.03 00:54:25.340565 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
5134 | 2025.06.03 00:54:25.340605 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
5135 | 2025.06.03 00:54:25.341196 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5136 | 2025.06.03 00:54:25.341237 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5137 | 2025.06.03 00:54:25.341836 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5138 | 2025.06.03 00:54:25.342065 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5139 | 2025.06.03 00:54:25.342202 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001955 sec., 14322.250639386188 rows/sec., 25.66 MiB/sec. | ||
5140 | 2025.06.03 00:54:25.342257 [ 261 ] {928d0663-b6c2-4a60-9309-430cce2d805b} <Debug> TCPHandler: Processed in 0.002148797 sec. | ||
5141 | 2025.06.03 00:54:25.342375 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5142 | 2025.06.03 00:54:25.342472 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5143 | 2025.06.03 00:54:25.342516 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5144 | 2025.06.03 00:54:25.342888 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5145 | 2025.06.03 00:54:25.342925 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5146 | 2025.06.03 00:54:25.343298 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5147 | 2025.06.03 00:54:25.343521 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5148 | 2025.06.03 00:54:25.343620 [ 57 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5149 | 2025.06.03 00:54:25.343654 [ 57 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5150 | 2025.06.03 00:54:25.343654 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. | ||
5151 | 2025.06.03 00:54:25.343673 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5152 | 2025.06.03 00:54:25.343697 [ 261 ] {8419531b-dd51-49e5-8d02-55eb5cea0b7e} <Debug> TCPHandler: Processed in 0.001371893 sec. | ||
5153 | 2025.06.03 00:54:25.343740 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
5154 | 2025.06.03 00:54:25.343823 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5155 | 2025.06.03 00:54:25.343850 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1930 rows starting from the beginning of the part | ||
5156 | 2025.06.03 00:54:25.343901 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
5157 | 2025.06.03 00:54:25.343941 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part | ||
5158 | 2025.06.03 00:54:25.343983 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
5159 | 2025.06.03 00:54:25.344020 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
5160 | 2025.06.03 00:54:25.344056 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
5161 | 2025.06.03 00:54:25.345120 [ 190 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2192 rows, containing 4 columns (4 merged, 0 gathered) in 0.001403374 sec., 1561949.9862474294 rows/sec., 104.81 MiB/sec. | ||
5162 | 2025.06.03 00:54:25.345398 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5163 | 2025.06.03 00:54:25.345404 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12522 rows, containing 5 columns (5 merged, 0 gathered) in 0.005293054 sec., 2365741.970514565 rows/sec., 161.76 MiB/sec. | ||
5164 | 2025.06.03 00:54:25.345646 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5165 | 2025.06.03 00:54:25.345718 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_41_8} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5166 | 2025.06.03 00:54:25.345759 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5167 | 2025.06.03 00:54:25.345787 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
5168 | 2025.06.03 00:54:25.346038 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5169 | 2025.06.03 00:54:25.346118 [ 190 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5170 | 2025.06.03 00:54:25.346194 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
5171 | 2025.06.03 00:54:26.001146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.67 MiB, peak 245.64 MiB, free memory in arenas 0.00 B, will set to 242.33 MiB (RSS), difference: 6.66 MiB | ||
5172 | 2025.06.03 00:54:29.439445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 720 | ||
5173 | 2025.06.03 00:54:29.441722 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5174 | 2025.06.03 00:54:29.441776 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5175 | 2025.06.03 00:54:29.442988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5176 | 2025.06.03 00:54:29.443275 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5177 | 2025.06.03 00:54:29.443622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 720 | ||
5178 | 2025.06.03 00:54:30.333558 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5179 | 2025.06.03 00:54:30.333744 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5180 | 2025.06.03 00:54:30.333817 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5181 | 2025.06.03 00:54:30.334496 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5182 | 2025.06.03 00:54:30.334546 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5183 | 2025.06.03 00:54:30.334941 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5184 | 2025.06.03 00:54:30.335191 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2025.06.03 00:54:30.335355 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001661 sec., 8428.657435279953 rows/sec., 687.30 KiB/sec. | ||
5186 | 2025.06.03 00:54:30.335405 [ 261 ] {99f24301-1948-4ba0-80f6-57555a741848} <Debug> TCPHandler: Processed in 0.001981581 sec. | ||
5187 | 2025.06.03 00:54:30.335544 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5188 | 2025.06.03 00:54:30.335650 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5189 | 2025.06.03 00:54:30.335699 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5190 | 2025.06.03 00:54:30.336189 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5191 | 2025.06.03 00:54:30.336226 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5192 | 2025.06.03 00:54:30.336583 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5193 | 2025.06.03 00:54:30.336821 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5194 | 2025.06.03 00:54:30.336964 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001339 sec., 64973.86109036595 rows/sec., 5.29 MiB/sec. | ||
5195 | 2025.06.03 00:54:30.337016 [ 261 ] {771cdddb-5136-40ba-b683-6864e7c7aac4} <Debug> TCPHandler: Processed in 0.001525307 sec. | ||
5196 | 2025.06.03 00:54:30.337148 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5197 | 2025.06.03 00:54:30.337249 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5198 | 2025.06.03 00:54:30.337305 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5199 | 2025.06.03 00:54:30.337747 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5200 | 2025.06.03 00:54:30.337784 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5201 | 2025.06.03 00:54:30.338109 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5202 | 2025.06.03 00:54:30.338328 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5203 | 2025.06.03 00:54:30.338464 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001238 sec., 21001.6155088853 rows/sec., 1.48 MiB/sec. | ||
5204 | 2025.06.03 00:54:30.338504 [ 261 ] {0e74283c-0d7c-44fe-9fa7-3d6976e475e6} <Debug> TCPHandler: Processed in 0.001407004 sec. | ||
5205 | 2025.06.03 00:54:30.338620 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5206 | 2025.06.03 00:54:30.338718 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5207 | 2025.06.03 00:54:30.338760 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5208 | 2025.06.03 00:54:30.339196 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5209 | 2025.06.03 00:54:30.339233 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5210 | 2025.06.03 00:54:30.339555 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5211 | 2025.06.03 00:54:30.339781 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5212 | 2025.06.03 00:54:30.339915 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001217 sec., 73952.34182415776 rows/sec., 5.79 MiB/sec. | ||
5213 | 2025.06.03 00:54:30.339954 [ 261 ] {1f9c49dc-aad8-4102-bd5d-c204f98e10b9} <Debug> TCPHandler: Processed in 0.001384363 sec. | ||
5214 | 2025.06.03 00:54:30.340073 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5215 | 2025.06.03 00:54:30.340167 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5216 | 2025.06.03 00:54:30.340214 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5217 | 2025.06.03 00:54:30.340638 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5218 | 2025.06.03 00:54:30.340675 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5219 | 2025.06.03 00:54:30.341027 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5220 | 2025.06.03 00:54:30.341266 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5221 | 2025.06.03 00:54:30.341406 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001257 sec., 132856.00636435958 rows/sec., 9.25 MiB/sec. | ||
5222 | 2025.06.03 00:54:30.341443 [ 261 ] {ecd45ccb-90dc-49b2-a0cb-9b69d426778b} <Debug> TCPHandler: Processed in 0.001419414 sec. | ||
5223 | 2025.06.03 00:54:30.341547 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5224 | 2025.06.03 00:54:30.341643 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5225 | 2025.06.03 00:54:30.341703 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5226 | 2025.06.03 00:54:30.342498 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5227 | 2025.06.03 00:54:30.342543 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5228 | 2025.06.03 00:54:30.343079 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5229 | 2025.06.03 00:54:30.343326 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5230 | 2025.06.03 00:54:30.343465 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00184 sec., 6521.739130434782 rows/sec., 11.69 MiB/sec. | ||
5231 | 2025.06.03 00:54:30.343519 [ 261 ] {bfd8871e-7dea-4cd8-b1b9-a907e7ede6be} <Debug> TCPHandler: Processed in 0.002020722 sec. | ||
5232 | 2025.06.03 00:54:30.343650 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5233 | 2025.06.03 00:54:30.343747 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5234 | 2025.06.03 00:54:30.343791 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5235 | 2025.06.03 00:54:30.344136 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2025.06.03 00:54:30.344171 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5237 | 2025.06.03 00:54:30.344490 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5238 | 2025.06.03 00:54:30.344712 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5239 | 2025.06.03 00:54:30.344842 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. | ||
5240 | 2025.06.03 00:54:30.344877 [ 261 ] {0c575621-f7a1-4989-94cc-0f91dd904c32} <Debug> TCPHandler: Processed in 0.001276529 sec. | ||
5241 | 2025.06.03 00:54:31.903120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
5242 | 2025.06.03 00:54:31.903604 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2025.06.03 00:54:31.903651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5244 | 2025.06.03 00:54:31.904156 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5245 | 2025.06.03 00:54:31.904393 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2025.06.03 00:54:31.904526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
5247 | 2025.06.03 00:54:32.581760 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
5248 | 2025.06.03 00:54:32.596684 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5249 | 2025.06.03 00:54:32.596737 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5250 | 2025.06.03 00:54:32.602560 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5251 | 2025.06.03 00:54:32.603246 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5252 | 2025.06.03 00:54:32.605782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
5253 | 2025.06.03 00:54:35.334822 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5254 | 2025.06.03 00:54:35.335038 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5255 | 2025.06.03 00:54:35.335115 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5256 | 2025.06.03 00:54:35.335887 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5257 | 2025.06.03 00:54:35.335929 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5258 | 2025.06.03 00:54:35.336333 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5259 | 2025.06.03 00:54:35.336572 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5260 | 2025.06.03 00:54:35.336732 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001748 sec., 64073.22654462243 rows/sec., 5.38 MiB/sec. | ||
5261 | 2025.06.03 00:54:35.336774 [ 261 ] {e9ab6606-edba-4403-8660-2b1c45d4fafb} <Debug> TCPHandler: Processed in 0.002132817 sec. | ||
5262 | 2025.06.03 00:54:35.336904 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5263 | 2025.06.03 00:54:35.336999 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5264 | 2025.06.03 00:54:35.337042 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5265 | 2025.06.03 00:54:35.337476 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5266 | 2025.06.03 00:54:35.337513 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5267 | 2025.06.03 00:54:35.337812 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5268 | 2025.06.03 00:54:35.338021 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5269 | 2025.06.03 00:54:35.338149 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001169 sec., 23952.095808383234 rows/sec., 1.76 MiB/sec. | ||
5270 | 2025.06.03 00:54:35.338186 [ 261 ] {58ca2ea3-e7b3-430a-a25e-655ec4114e45} <Debug> TCPHandler: Processed in 0.001331341 sec. | ||
5271 | 2025.06.03 00:54:35.338297 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5272 | 2025.06.03 00:54:35.338390 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5273 | 2025.06.03 00:54:35.338429 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5274 | 2025.06.03 00:54:35.338845 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5275 | 2025.06.03 00:54:35.338880 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5276 | 2025.06.03 00:54:35.339188 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5277 | 2025.06.03 00:54:35.339394 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5278 | 2025.06.03 00:54:35.339521 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001148 sec., 80139.37282229966 rows/sec., 6.26 MiB/sec. | ||
5279 | 2025.06.03 00:54:35.339559 [ 261 ] {22f20982-1ac6-4ca0-bce2-388b7f7481d5} <Debug> TCPHandler: Processed in 0.001312281 sec. | ||
5280 | 2025.06.03 00:54:35.339672 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5281 | 2025.06.03 00:54:35.339766 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5282 | 2025.06.03 00:54:35.339809 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5283 | 2025.06.03 00:54:35.340220 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5284 | 2025.06.03 00:54:35.340258 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5285 | 2025.06.03 00:54:35.340587 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5286 | 2025.06.03 00:54:35.340802 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5287 | 2025.06.03 00:54:35.340930 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. | ||
5288 | 2025.06.03 00:54:35.340967 [ 261 ] {f4de5260-ada8-4c22-a26a-e83f78579963} <Debug> TCPHandler: Processed in 0.001343382 sec. | ||
5289 | 2025.06.03 00:54:35.341080 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2025.06.03 00:54:35.341173 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5291 | 2025.06.03 00:54:35.341229 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5292 | 2025.06.03 00:54:35.342016 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5293 | 2025.06.03 00:54:35.342055 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5294 | 2025.06.03 00:54:35.342602 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5295 | 2025.06.03 00:54:35.342824 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5296 | 2025.06.03 00:54:35.342959 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001804 sec., 15521.064301552105 rows/sec., 27.81 MiB/sec. | ||
5297 | 2025.06.03 00:54:35.343015 [ 261 ] {71e97864-515a-4c93-a309-95ced773b59a} <Debug> TCPHandler: Processed in 0.001984501 sec. | ||
5298 | 2025.06.03 00:54:35.343129 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5299 | 2025.06.03 00:54:35.343222 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5300 | 2025.06.03 00:54:35.343263 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5301 | 2025.06.03 00:54:35.343597 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5302 | 2025.06.03 00:54:35.343633 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5303 | 2025.06.03 00:54:35.343940 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5304 | 2025.06.03 00:54:35.344159 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5305 | 2025.06.03 00:54:35.344286 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. | ||
5306 | 2025.06.03 00:54:35.344322 [ 261 ] {404b3981-f5c4-4494-9910-61afaf35bfe6} <Debug> TCPHandler: Processed in 0.001243429 sec. | ||
5307 | 2025.06.03 00:54:39.313815 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5308 | 2025.06.03 00:54:39.313886 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5309 | 2025.06.03 00:54:39.405492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
5310 | 2025.06.03 00:54:39.405988 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5311 | 2025.06.03 00:54:39.406036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5312 | 2025.06.03 00:54:39.406509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5313 | 2025.06.03 00:54:39.406751 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5314 | 2025.06.03 00:54:39.406892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
5315 | 2025.06.03 00:54:39.444630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 746 | ||
5316 | 2025.06.03 00:54:39.446748 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2025.06.03 00:54:39.446790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5318 | 2025.06.03 00:54:39.447927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5319 | 2025.06.03 00:54:39.448183 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2025.06.03 00:54:39.448425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
5321 | 2025.06.03 00:54:40.106735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
5322 | 2025.06.03 00:54:40.123019 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5323 | 2025.06.03 00:54:40.123080 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5324 | 2025.06.03 00:54:40.129010 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5325 | 2025.06.03 00:54:40.129694 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5326 | 2025.06.03 00:54:40.132700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
5327 | 2025.06.03 00:54:40.333698 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5328 | 2025.06.03 00:54:40.333935 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5329 | 2025.06.03 00:54:40.334024 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5330 | 2025.06.03 00:54:40.334771 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5331 | 2025.06.03 00:54:40.334839 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5332 | 2025.06.03 00:54:40.335392 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5333 | 2025.06.03 00:54:40.335687 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5334 | 2025.06.03 00:54:40.335876 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002004 sec., 39920.15968063872 rows/sec., 3.29 MiB/sec. | ||
5335 | 2025.06.03 00:54:40.335933 [ 261 ] {932b19a8-b1c4-4f79-9d1d-d758059d98fc} <Debug> TCPHandler: Processed in 0.002394005 sec. | ||
5336 | 2025.06.03 00:54:40.336085 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5337 | 2025.06.03 00:54:40.336200 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5338 | 2025.06.03 00:54:40.336251 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5339 | 2025.06.03 00:54:40.336757 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5340 | 2025.06.03 00:54:40.336803 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5341 | 2025.06.03 00:54:40.337217 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5342 | 2025.06.03 00:54:40.337489 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5343 | 2025.06.03 00:54:40.337622 [ 38 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5344 | 2025.06.03 00:54:40.337649 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001473 sec., 8146.63951120163 rows/sec., 612.59 KiB/sec. | ||
5345 | 2025.06.03 00:54:40.337715 [ 38 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5346 | 2025.06.03 00:54:40.337741 [ 261 ] {b36a9506-5e0d-4a9d-902e-4dcb270c081f} <Debug> TCPHandler: Processed in 0.001715933 sec. | ||
5347 | 2025.06.03 00:54:40.337742 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5348 | 2025.06.03 00:54:40.337888 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
5349 | 2025.06.03 00:54:40.337899 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5350 | 2025.06.03 00:54:40.338022 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5351 | 2025.06.03 00:54:40.338026 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5352 | 2025.06.03 00:54:40.338061 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
5353 | 2025.06.03 00:54:40.338091 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5354 | 2025.06.03 00:54:40.338138 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
5355 | 2025.06.03 00:54:40.338191 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
5356 | 2025.06.03 00:54:40.338234 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
5357 | 2025.06.03 00:54:40.338274 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
5358 | 2025.06.03 00:54:40.338316 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
5359 | 2025.06.03 00:54:40.338644 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5360 | 2025.06.03 00:54:40.338688 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5361 | 2025.06.03 00:54:40.339054 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5362 | 2025.06.03 00:54:40.339146 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013078 sec., 215629.30111637866 rows/sec., 15.39 MiB/sec. | ||
5363 | 2025.06.03 00:54:40.339276 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5364 | 2025.06.03 00:54:40.339362 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5365 | 2025.06.03 00:54:40.339416 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001413 sec., 53786.2703467799 rows/sec., 4.20 MiB/sec. | ||
5366 | 2025.06.03 00:54:40.339460 [ 261 ] {fc37ea53-7b12-4eca-8a3a-ec546d8e786e} <Debug> TCPHandler: Processed in 0.00162117 sec. | ||
5367 | 2025.06.03 00:54:40.339577 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5368 | 2025.06.03 00:54:40.339673 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5369 | 2025.06.03 00:54:40.339720 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5370 | 2025.06.03 00:54:40.339726 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5371 | 2025.06.03 00:54:40.339821 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_36_7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5372 | 2025.06.03 00:54:40.339933 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5373 | 2025.06.03 00:54:40.340139 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5374 | 2025.06.03 00:54:40.340180 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5375 | 2025.06.03 00:54:40.340517 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5376 | 2025.06.03 00:54:40.340745 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5377 | 2025.06.03 00:54:40.340883 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. | ||
5378 | 2025.06.03 00:54:40.340920 [ 261 ] {52663381-82f9-4b9a-bc30-d858b37adadb} <Debug> TCPHandler: Processed in 0.001392064 sec. | ||
5379 | 2025.06.03 00:54:40.341029 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5380 | 2025.06.03 00:54:40.341129 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5381 | 2025.06.03 00:54:40.341185 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5382 | 2025.06.03 00:54:40.342056 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5383 | 2025.06.03 00:54:40.342127 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5384 | 2025.06.03 00:54:40.342787 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5385 | 2025.06.03 00:54:40.343047 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5386 | 2025.06.03 00:54:40.343178 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5387 | 2025.06.03 00:54:40.343207 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0021 sec., 5714.285714285715 rows/sec., 10.24 MiB/sec. | ||
5388 | 2025.06.03 00:54:40.343216 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5389 | 2025.06.03 00:54:40.343246 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5390 | 2025.06.03 00:54:40.343299 [ 261 ] {14b08ddb-18db-4662-9c1b-f63bc337908e} <Debug> TCPHandler: Processed in 0.002315383 sec. | ||
5391 | 2025.06.03 00:54:40.343328 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
5392 | 2025.06.03 00:54:40.343453 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5393 | 2025.06.03 00:54:40.343568 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5394 | 2025.06.03 00:54:40.343571 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5395 | 2025.06.03 00:54:40.343624 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 583 rows starting from the beginning of the part | ||
5396 | 2025.06.03 00:54:40.343632 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5397 | 2025.06.03 00:54:40.343748 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
5398 | 2025.06.03 00:54:40.343854 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
5399 | 2025.06.03 00:54:40.343950 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part | ||
5400 | 2025.06.03 00:54:40.344001 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5401 | 2025.06.03 00:54:40.344046 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
5402 | 2025.06.03 00:54:40.344048 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5403 | 2025.06.03 00:54:40.344149 [ 190 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
5404 | 2025.06.03 00:54:40.344384 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5405 | 2025.06.03 00:54:40.344637 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5406 | 2025.06.03 00:54:40.344766 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001214 sec., 49423.39373970346 rows/sec., 3.33 MiB/sec. | ||
5407 | 2025.06.03 00:54:40.344800 [ 261 ] {fb118b55-01e8-4c50-9938-34b72fd6569a} <Debug> TCPHandler: Processed in 0.001410774 sec. | ||
5408 | 2025.06.03 00:54:40.354066 [ 199 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 19 columns (19 merged, 0 gathered) in 0.010767584 sec., 62688.15734337433 rows/sec., 112.33 MiB/sec. | ||
5409 | 2025.06.03 00:54:40.355330 [ 197 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5410 | 2025.06.03 00:54:40.355818 [ 197 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5411 | 2025.06.03 00:54:40.355917 [ 197 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5412 | 2025.06.03 00:54:40.356084 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
5413 | 2025.06.03 00:54:41.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.80 MiB, peak 251.23 MiB, free memory in arenas 0.00 B, will set to 246.10 MiB (RSS), difference: 2.30 MiB | ||
5414 | 2025.06.03 00:54:41.722605 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5415 | 2025.06.03 00:54:41.722783 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5416 | 2025.06.03 00:54:41.722849 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5417 | 2025.06.03 00:54:41.723464 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5418 | 2025.06.03 00:54:41.723507 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5419 | 2025.06.03 00:54:41.723905 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5420 | 2025.06.03 00:54:41.724128 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5421 | 2025.06.03 00:54:41.724280 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001545 sec., 15533.980582524273 rows/sec., 1.29 MiB/sec. | ||
5422 | 2025.06.03 00:54:41.724330 [ 261 ] {973010f5-f78c-4018-ada6-cbadb845fbd9} <Debug> TCPHandler: Processed in 0.001857618 sec. | ||
5423 | 2025.06.03 00:54:41.724451 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5424 | 2025.06.03 00:54:41.724553 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5425 | 2025.06.03 00:54:41.724596 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5426 | 2025.06.03 00:54:41.725000 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5427 | 2025.06.03 00:54:41.725038 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5428 | 2025.06.03 00:54:41.725347 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5429 | 2025.06.03 00:54:41.725562 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5430 | 2025.06.03 00:54:41.725682 [ 35 ] {} <Debug> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5431 | 2025.06.03 00:54:41.725690 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001161 sec., 3445.3057708871665 rows/sec., 280.94 KiB/sec. | ||
5432 | 2025.06.03 00:54:41.725752 [ 35 ] {} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5433 | 2025.06.03 00:54:41.725780 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5434 | 2025.06.03 00:54:41.725782 [ 261 ] {437162ca-dd0c-481b-a51f-da9fa9925a7d} <Debug> TCPHandler: Processed in 0.001378873 sec. | ||
5435 | 2025.06.03 00:54:41.725909 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::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 | ||
5436 | 2025.06.03 00:54:41.725928 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5437 | 2025.06.03 00:54:41.726050 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5438 | 2025.06.03 00:54:41.726061 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5439 | 2025.06.03 00:54:41.726094 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5440 | 2025.06.03 00:54:41.726102 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
5441 | 2025.06.03 00:54:41.726183 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5442 | 2025.06.03 00:54:41.726229 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
5443 | 2025.06.03 00:54:41.726277 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5444 | 2025.06.03 00:54:41.726318 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
5445 | 2025.06.03 00:54:41.726359 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5446 | 2025.06.03 00:54:41.727179 [ 197 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334352 sec., 37471.371871889874 rows/sec., 3.13 MiB/sec. | ||
5447 | 2025.06.03 00:54:41.727206 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5448 | 2025.06.03 00:54:41.727244 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5449 | 2025.06.03 00:54:41.727348 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5450 | 2025.06.03 00:54:41.727668 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5451 | 2025.06.03 00:54:41.727747 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_6_1} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5452 | 2025.06.03 00:54:41.727800 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5453 | 2025.06.03 00:54:41.727841 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5454 | 2025.06.03 00:54:41.728030 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5455 | 2025.06.03 00:54:41.728173 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.002144 sec., 640858.2089552239 rows/sec., 53.44 MiB/sec. | ||
5456 | 2025.06.03 00:54:41.728212 [ 261 ] {15138427-dc56-4d3b-8ce8-b6164c631c08} <Debug> TCPHandler: Processed in 0.002344763 sec. | ||
5457 | 2025.06.03 00:54:41.728325 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5458 | 2025.06.03 00:54:41.728418 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5459 | 2025.06.03 00:54:41.728459 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5460 | 2025.06.03 00:54:41.728864 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5461 | 2025.06.03 00:54:41.728901 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5462 | 2025.06.03 00:54:41.729203 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5463 | 2025.06.03 00:54:41.729412 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5464 | 2025.06.03 00:54:41.729541 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.00114 sec., 38596.491228070176 rows/sec., 2.87 MiB/sec. | ||
5465 | 2025.06.03 00:54:41.729579 [ 261 ] {a4bba932-fe1c-4056-bb46-4934b70fdeda} <Debug> TCPHandler: Processed in 0.00130183 sec. | ||
5466 | 2025.06.03 00:54:41.729688 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5467 | 2025.06.03 00:54:41.729782 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5468 | 2025.06.03 00:54:41.729821 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5469 | 2025.06.03 00:54:41.730313 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5470 | 2025.06.03 00:54:41.730349 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5471 | 2025.06.03 00:54:41.730661 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5472 | 2025.06.03 00:54:41.730869 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5473 | 2025.06.03 00:54:41.731000 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001235 sec., 204048.5829959514 rows/sec., 14.11 MiB/sec. | ||
5474 | 2025.06.03 00:54:41.731037 [ 261 ] {4d324a21-2ac2-459f-ae3d-7cf0589bd490} <Debug> TCPHandler: Processed in 0.001397263 sec. | ||
5475 | 2025.06.03 00:54:41.731155 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5476 | 2025.06.03 00:54:41.731247 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5477 | 2025.06.03 00:54:41.731287 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5478 | 2025.06.03 00:54:41.731685 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5479 | 2025.06.03 00:54:41.731722 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5480 | 2025.06.03 00:54:41.732030 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5481 | 2025.06.03 00:54:41.732240 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5482 | 2025.06.03 00:54:41.732364 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. | ||
5483 | 2025.06.03 00:54:41.732403 [ 261 ] {181e9527-e2f0-4b98-b8c8-5a10822ba965} <Debug> TCPHandler: Processed in 0.00129662 sec. | ||
5484 | 2025.06.03 00:54:41.732511 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5485 | 2025.06.03 00:54:41.732604 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5486 | 2025.06.03 00:54:41.732644 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5487 | 2025.06.03 00:54:41.733279 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5488 | 2025.06.03 00:54:41.733316 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5489 | 2025.06.03 00:54:41.733645 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5490 | 2025.06.03 00:54:41.733853 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5491 | 2025.06.03 00:54:41.733985 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001399 sec., 420300.21443888487 rows/sec., 31.57 MiB/sec. | ||
5492 | 2025.06.03 00:54:41.734024 [ 261 ] {ea363f38-ecc8-4936-8320-cf0fb58ce670} <Debug> TCPHandler: Processed in 0.001561209 sec. | ||
5493 | 2025.06.03 00:54:41.734133 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5494 | 2025.06.03 00:54:41.734226 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5495 | 2025.06.03 00:54:41.734269 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5496 | 2025.06.03 00:54:41.734870 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5497 | 2025.06.03 00:54:41.734906 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5498 | 2025.06.03 00:54:41.735279 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5499 | 2025.06.03 00:54:41.735493 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2025.06.03 00:54:41.735625 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Debug> executeQuery: Read 962 rows, 66.94 KiB in 0.001417 sec., 678899.0825688073 rows/sec., 46.13 MiB/sec. | ||
5501 | 2025.06.03 00:54:41.735663 [ 261 ] {bdd4ac83-6b4d-4725-8bbd-389ba75e46d4} <Debug> TCPHandler: Processed in 0.001578529 sec. | ||
5502 | 2025.06.03 00:54:41.735775 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5503 | 2025.06.03 00:54:41.735869 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5504 | 2025.06.03 00:54:41.735924 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5505 | 2025.06.03 00:54:41.736727 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5506 | 2025.06.03 00:54:41.736764 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5507 | 2025.06.03 00:54:41.737308 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5508 | 2025.06.03 00:54:41.737530 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5509 | 2025.06.03 00:54:41.737667 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001816 sec., 15418.502202643172 rows/sec., 27.63 MiB/sec. | ||
5510 | 2025.06.03 00:54:41.737720 [ 261 ] {8b4f8255-6b90-465b-be62-03c4d85f06e8} <Debug> TCPHandler: Processed in 0.001993932 sec. | ||
5511 | 2025.06.03 00:54:41.737836 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5512 | 2025.06.03 00:54:41.737930 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5513 | 2025.06.03 00:54:41.737974 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5514 | 2025.06.03 00:54:41.738305 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5515 | 2025.06.03 00:54:41.738341 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5516 | 2025.06.03 00:54:41.738639 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5517 | 2025.06.03 00:54:41.738845 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5518 | 2025.06.03 00:54:41.738980 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001068 sec., 14981.273408239702 rows/sec., 1.01 MiB/sec. | ||
5519 | 2025.06.03 00:54:41.739016 [ 261 ] {21e1091a-f699-4ad4-b000-0f38358ba7f4} <Debug> TCPHandler: Processed in 0.001228869 sec. | ||
5520 | 2025.06.03 00:54:45.330755 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5521 | 2025.06.03 00:54:45.331067 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5522 | 2025.06.03 00:54:45.331135 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5523 | 2025.06.03 00:54:45.331865 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5524 | 2025.06.03 00:54:45.331912 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5525 | 2025.06.03 00:54:45.332311 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5526 | 2025.06.03 00:54:45.332534 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5527 | 2025.06.03 00:54:45.332689 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.52 MiB/sec. | ||
5528 | 2025.06.03 00:54:45.332702 [ 30 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5529 | 2025.06.03 00:54:45.332730 [ 261 ] {c6098e22-48ec-43de-9011-a5d16b86ea5c} <Debug> TCPHandler: Processed in 0.002160927 sec. | ||
5530 | 2025.06.03 00:54:45.332776 [ 30 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5531 | 2025.06.03 00:54:45.332802 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5532 | 2025.06.03 00:54:45.332888 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5533 | 2025.06.03 00:54:45.332974 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
5534 | 2025.06.03 00:54:45.332989 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5535 | 2025.06.03 00:54:45.333088 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5536 | 2025.06.03 00:54:45.333186 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5537 | 2025.06.03 00:54:45.333247 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1967 rows starting from the beginning of the part | ||
5538 | 2025.06.03 00:54:45.333356 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 87 rows starting from the beginning of the part | ||
5539 | 2025.06.03 00:54:45.333436 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
5540 | 2025.06.03 00:54:45.333517 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 80 rows starting from the beginning of the part | ||
5541 | 2025.06.03 00:54:45.333532 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5542 | 2025.06.03 00:54:45.333576 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5543 | 2025.06.03 00:54:45.333589 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1374 rows starting from the beginning of the part | ||
5544 | 2025.06.03 00:54:45.333668 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
5545 | 2025.06.03 00:54:45.333889 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5546 | 2025.06.03 00:54:45.334150 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5547 | 2025.06.03 00:54:45.334264 [ 30 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5548 | 2025.06.03 00:54:45.334288 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001318 sec., 48558.42185128984 rows/sec., 3.79 MiB/sec. | ||
5549 | 2025.06.03 00:54:45.334294 [ 30 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5550 | 2025.06.03 00:54:45.334329 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5551 | 2025.06.03 00:54:45.334334 [ 261 ] {bf09d322-47ba-4ca8-9f0e-ad344bbfa79c} <Debug> TCPHandler: Processed in 0.001495256 sec. | ||
5552 | 2025.06.03 00:54:45.334445 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
5553 | 2025.06.03 00:54:45.334458 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5554 | 2025.06.03 00:54:45.334578 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5555 | 2025.06.03 00:54:45.334596 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5556 | 2025.06.03 00:54:45.334624 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5557 | 2025.06.03 00:54:45.334636 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 950 rows starting from the beginning of the part | ||
5558 | 2025.06.03 00:54:45.334711 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part | ||
5559 | 2025.06.03 00:54:45.334759 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part | ||
5560 | 2025.06.03 00:54:45.334801 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 76 rows starting from the beginning of the part | ||
5561 | 2025.06.03 00:54:45.334838 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 588 rows starting from the beginning of the part | ||
5562 | 2025.06.03 00:54:45.334876 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
5563 | 2025.06.03 00:54:45.335037 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5564 | 2025.06.03 00:54:45.335080 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5565 | 2025.06.03 00:54:45.335319 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3676 rows, containing 5 columns (5 merged, 0 gathered) in 0.002430705 sec., 1512318.4425917584 rows/sec., 130.56 MiB/sec. | ||
5566 | 2025.06.03 00:54:45.335524 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5567 | 2025.06.03 00:54:45.335575 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5568 | 2025.06.03 00:54:45.335801 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5569 | 2025.06.03 00:54:45.335886 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5570 | 2025.06.03 00:54:45.335925 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5571 | 2025.06.03 00:54:45.335951 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001391 sec., 84831.0567936736 rows/sec., 5.91 MiB/sec. | ||
5572 | 2025.06.03 00:54:45.335957 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5573 | 2025.06.03 00:54:45.335966 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_46_9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5574 | 2025.06.03 00:54:45.335996 [ 261 ] {9a4bde0a-f8c9-4f6b-9a04-eb6418a2e728} <Debug> TCPHandler: Processed in 0.001587279 sec. | ||
5575 | 2025.06.03 00:54:45.335996 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5576 | 2025.06.03 00:54:45.336036 [ 199 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650772 sec., 1126745.5469319809 rows/sec., 88.45 MiB/sec. | ||
5577 | 2025.06.03 00:54:45.336109 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
5578 | 2025.06.03 00:54:45.336119 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5579 | 2025.06.03 00:54:45.336170 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
5580 | 2025.06.03 00:54:45.336223 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5581 | 2025.06.03 00:54:45.336271 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5582 | 2025.06.03 00:54:45.336300 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5583 | 2025.06.03 00:54:45.336311 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5584 | 2025.06.03 00:54:45.336359 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12522 rows starting from the beginning of the part | ||
5585 | 2025.06.03 00:54:45.336436 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 167 rows starting from the beginning of the part | ||
5586 | 2025.06.03 00:54:45.336493 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
5587 | 2025.06.03 00:54:45.336544 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
5588 | 2025.06.03 00:54:45.336558 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5589 | 2025.06.03 00:54:45.336592 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 962 rows starting from the beginning of the part | ||
5590 | 2025.06.03 00:54:45.336609 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5591 | 2025.06.03 00:54:45.336636 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_46_9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5592 | 2025.06.03 00:54:45.336644 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 118 rows starting from the beginning of the part | ||
5593 | 2025.06.03 00:54:45.336652 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5594 | 2025.06.03 00:54:45.336721 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5595 | 2025.06.03 00:54:45.337024 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5596 | 2025.06.03 00:54:45.337248 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2025.06.03 00:54:45.337356 [ 30 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5598 | 2025.06.03 00:54:45.337381 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001176 sec., 37414.965986394556 rows/sec., 2.52 MiB/sec. | ||
5599 | 2025.06.03 00:54:45.337384 [ 30 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5600 | 2025.06.03 00:54:45.337419 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5601 | 2025.06.03 00:54:45.337423 [ 261 ] {c376018c-b723-458d-af57-4562d254bd59} <Debug> TCPHandler: Processed in 0.001353582 sec. | ||
5602 | 2025.06.03 00:54:45.337500 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
5603 | 2025.06.03 00:54:45.337601 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5604 | 2025.06.03 00:54:45.337630 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2192 rows starting from the beginning of the part | ||
5605 | 2025.06.03 00:54:45.337680 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
5606 | 2025.06.03 00:54:45.337721 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
5607 | 2025.06.03 00:54:45.337759 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
5608 | 2025.06.03 00:54:45.337797 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
5609 | 2025.06.03 00:54:45.337835 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part | ||
5610 | 2025.06.03 00:54:45.338895 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 4 columns (4 merged, 0 gathered) in 0.001434125 sec., 1695807.5481565413 rows/sec., 113.84 MiB/sec. | ||
5611 | 2025.06.03 00:54:45.339095 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5612 | 2025.06.03 00:54:45.339346 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5613 | 2025.06.03 00:54:45.339417 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_46_9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5614 | 2025.06.03 00:54:45.339489 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
5615 | 2025.06.03 00:54:45.340359 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14089 rows, containing 5 columns (5 merged, 0 gathered) in 0.004294643 sec., 3280598.6434728103 rows/sec., 224.39 MiB/sec. | ||
5616 | 2025.06.03 00:54:45.340790 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5617 | 2025.06.03 00:54:45.341046 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5618 | 2025.06.03 00:54:45.341114 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5619 | 2025.06.03 00:54:45.341190 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. | ||
5620 | 2025.06.03 00:54:46.907852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
5621 | 2025.06.03 00:54:46.908348 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5622 | 2025.06.03 00:54:46.908390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5623 | 2025.06.03 00:54:46.908871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5624 | 2025.06.03 00:54:46.909110 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5625 | 2025.06.03 00:54:46.909252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
5626 | 2025.06.03 00:54:47.633654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5627 | 2025.06.03 00:54:47.649453 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5628 | 2025.06.03 00:54:47.649504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5629 | 2025.06.03 00:54:47.655244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5630 | 2025.06.03 00:54:47.655918 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5631 | 2025.06.03 00:54:47.658661 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5632 | 2025.06.03 00:54:49.449424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 786 | ||
5633 | 2025.06.03 00:54:49.451867 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5634 | 2025.06.03 00:54:49.451914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5635 | 2025.06.03 00:54:49.453134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5636 | 2025.06.03 00:54:49.453410 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5637 | 2025.06.03 00:54:49.453564 [ 52 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5638 | 2025.06.03 00:54:49.453626 [ 52 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5639 | 2025.06.03 00:54:49.453645 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5640 | 2025.06.03 00:54:49.453664 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786 | ||
5641 | 2025.06.03 00:54:49.453766 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
5642 | 2025.06.03 00:54:49.454329 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5643 | 2025.06.03 00:54:49.454457 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 628 rows starting from the beginning of the part | ||
5644 | 2025.06.03 00:54:49.454783 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
5645 | 2025.06.03 00:54:49.455079 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part | ||
5646 | 2025.06.03 00:54:49.455359 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
5647 | 2025.06.03 00:54:49.455624 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
5648 | 2025.06.03 00:54:49.455944 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
5649 | 2025.06.03 00:54:49.461833 [ 186 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 786 rows, containing 72 columns (72 merged, 0 gathered) in 0.008126303 sec., 96722.95015334772 rows/sec., 83.69 MiB/sec. | ||
5650 | 2025.06.03 00:54:49.463254 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5651 | 2025.06.03 00:54:49.463990 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5652 | 2025.06.03 00:54:49.464069 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_21_4} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5653 | 2025.06.03 00:54:49.464347 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
5654 | 2025.06.03 00:54:50.332926 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5655 | 2025.06.03 00:54:50.333108 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5656 | 2025.06.03 00:54:50.333173 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5657 | 2025.06.03 00:54:50.333829 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5658 | 2025.06.03 00:54:50.333875 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5659 | 2025.06.03 00:54:50.334275 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5660 | 2025.06.03 00:54:50.334501 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5661 | 2025.06.03 00:54:50.334652 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001594 sec., 50188.20577164367 rows/sec., 4.13 MiB/sec. | ||
5662 | 2025.06.03 00:54:50.334694 [ 261 ] {4d2ebf7b-4281-466f-9e7e-b95cfff9f6ef} <Debug> TCPHandler: Processed in 0.001899279 sec. | ||
5663 | 2025.06.03 00:54:50.334829 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5664 | 2025.06.03 00:54:50.334924 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5665 | 2025.06.03 00:54:50.334966 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5666 | 2025.06.03 00:54:50.335376 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5667 | 2025.06.03 00:54:50.335412 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5668 | 2025.06.03 00:54:50.335717 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5669 | 2025.06.03 00:54:50.335928 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5670 | 2025.06.03 00:54:50.336062 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001157 sec., 10371.650821089022 rows/sec., 779.90 KiB/sec. | ||
5671 | 2025.06.03 00:54:50.336099 [ 261 ] {0bc5ae75-4a4c-4f8c-99fb-80a84c2490c4} <Debug> TCPHandler: Processed in 0.001318541 sec. | ||
5672 | 2025.06.03 00:54:50.336212 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5673 | 2025.06.03 00:54:50.336305 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5674 | 2025.06.03 00:54:50.336345 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5675 | 2025.06.03 00:54:50.336778 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5676 | 2025.06.03 00:54:50.336814 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5677 | 2025.06.03 00:54:50.337112 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5678 | 2025.06.03 00:54:50.337326 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5679 | 2025.06.03 00:54:50.337455 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001169 sec., 65012.83147989735 rows/sec., 5.08 MiB/sec. | ||
5680 | 2025.06.03 00:54:50.337492 [ 261 ] {9ecea9b1-6009-45d3-9c2b-1966d7530ca7} <Debug> TCPHandler: Processed in 0.001328131 sec. | ||
5681 | 2025.06.03 00:54:50.337609 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5682 | 2025.06.03 00:54:50.337702 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5683 | 2025.06.03 00:54:50.337745 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5684 | 2025.06.03 00:54:50.338164 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5685 | 2025.06.03 00:54:50.338200 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5686 | 2025.06.03 00:54:50.338537 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5687 | 2025.06.03 00:54:50.338745 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5688 | 2025.06.03 00:54:50.338876 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. | ||
5689 | 2025.06.03 00:54:50.338913 [ 261 ] {c332ed52-37b1-48e3-99f7-68bd2ff7c1a2} <Debug> TCPHandler: Processed in 0.001351652 sec. | ||
5690 | 2025.06.03 00:54:50.339020 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5691 | 2025.06.03 00:54:50.339113 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5692 | 2025.06.03 00:54:50.339168 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5693 | 2025.06.03 00:54:50.339932 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5694 | 2025.06.03 00:54:50.339968 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5695 | 2025.06.03 00:54:50.340476 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5696 | 2025.06.03 00:54:50.340693 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5697 | 2025.06.03 00:54:50.340836 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001741 sec., 6892.590465249857 rows/sec., 12.35 MiB/sec. | ||
5698 | 2025.06.03 00:54:50.340888 [ 261 ] {21aef745-2507-486b-9ca9-9c6cce4292a5} <Debug> TCPHandler: Processed in 0.0019157 sec. | ||
5699 | 2025.06.03 00:54:50.341006 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5700 | 2025.06.03 00:54:50.341100 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5701 | 2025.06.03 00:54:50.341143 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5702 | 2025.06.03 00:54:50.341482 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5703 | 2025.06.03 00:54:50.341519 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5704 | 2025.06.03 00:54:50.341821 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5705 | 2025.06.03 00:54:50.342029 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5706 | 2025.06.03 00:54:50.342156 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
5707 | 2025.06.03 00:54:50.342191 [ 261 ] {0764c354-f9ee-42b9-b554-84ea35041328} <Debug> TCPHandler: Processed in 0.001234188 sec. | ||
5708 | 2025.06.03 00:54:54.313942 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5709 | 2025.06.03 00:54:54.314011 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5710 | 2025.06.03 00:54:54.410231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
5711 | 2025.06.03 00:54:54.410737 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5712 | 2025.06.03 00:54:54.410789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5713 | 2025.06.03 00:54:54.411287 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5714 | 2025.06.03 00:54:54.411523 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5715 | 2025.06.03 00:54:54.411666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5716 | 2025.06.03 00:54:55.159647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5717 | 2025.06.03 00:54:55.176389 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5718 | 2025.06.03 00:54:55.176445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5719 | 2025.06.03 00:54:55.182491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5720 | 2025.06.03 00:54:55.183208 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5721 | 2025.06.03 00:54:55.186653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5722 | 2025.06.03 00:54:55.333996 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5723 | 2025.06.03 00:54:55.334277 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5724 | 2025.06.03 00:54:55.334376 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5725 | 2025.06.03 00:54:55.335081 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5726 | 2025.06.03 00:54:55.335124 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5727 | 2025.06.03 00:54:55.335530 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5728 | 2025.06.03 00:54:55.335748 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5729 | 2025.06.03 00:54:55.335898 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001697 sec., 65998.82144961697 rows/sec., 5.54 MiB/sec. | ||
5730 | 2025.06.03 00:54:55.335938 [ 261 ] {3fe44b12-fe4e-4218-808d-40c367768192} <Debug> TCPHandler: Processed in 0.002120076 sec. | ||
5731 | 2025.06.03 00:54:55.336059 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5732 | 2025.06.03 00:54:55.336152 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5733 | 2025.06.03 00:54:55.336192 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5734 | 2025.06.03 00:54:55.336600 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5735 | 2025.06.03 00:54:55.336635 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5736 | 2025.06.03 00:54:55.336923 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5737 | 2025.06.03 00:54:55.337122 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5738 | 2025.06.03 00:54:55.337244 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00111 sec., 25225.225225225222 rows/sec., 1.85 MiB/sec. | ||
5739 | 2025.06.03 00:54:55.337279 [ 261 ] {5fb5c005-3d2d-41f7-af28-107b9a5761a1} <Debug> TCPHandler: Processed in 0.00126714 sec. | ||
5740 | 2025.06.03 00:54:55.337377 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5741 | 2025.06.03 00:54:55.337467 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5742 | 2025.06.03 00:54:55.337506 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5743 | 2025.06.03 00:54:55.337920 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2025.06.03 00:54:55.337956 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5745 | 2025.06.03 00:54:55.338247 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5746 | 2025.06.03 00:54:55.338447 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2025.06.03 00:54:55.338571 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001121 sec., 82069.58073148974 rows/sec., 6.41 MiB/sec. | ||
5748 | 2025.06.03 00:54:55.338606 [ 261 ] {a3c1e69e-2872-423b-909b-ddbbddb7b350} <Debug> TCPHandler: Processed in 0.00127592 sec. | ||
5749 | 2025.06.03 00:54:55.338714 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5750 | 2025.06.03 00:54:55.338808 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5751 | 2025.06.03 00:54:55.338851 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5752 | 2025.06.03 00:54:55.339274 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5753 | 2025.06.03 00:54:55.339310 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5754 | 2025.06.03 00:54:55.339630 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5755 | 2025.06.03 00:54:55.339841 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5756 | 2025.06.03 00:54:55.339967 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. | ||
5757 | 2025.06.03 00:54:55.340004 [ 261 ] {ed7b3958-fc86-47e1-9abe-c2fcf2a0ff5f} <Debug> TCPHandler: Processed in 0.001335921 sec. | ||
5758 | 2025.06.03 00:54:55.340120 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5759 | 2025.06.03 00:54:55.340228 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5760 | 2025.06.03 00:54:55.340286 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5761 | 2025.06.03 00:54:55.341108 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5762 | 2025.06.03 00:54:55.341146 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5763 | 2025.06.03 00:54:55.341709 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5764 | 2025.06.03 00:54:55.341950 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5765 | 2025.06.03 00:54:55.342090 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001882 sec., 14877.78958554729 rows/sec., 26.66 MiB/sec. | ||
5766 | 2025.06.03 00:54:55.342145 [ 261 ] {a5c0926a-bf6f-408e-82c8-afd959d93729} <Debug> TCPHandler: Processed in 0.002075895 sec. | ||
5767 | 2025.06.03 00:54:55.342258 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5768 | 2025.06.03 00:54:55.342353 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5769 | 2025.06.03 00:54:55.342397 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5770 | 2025.06.03 00:54:55.342753 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5771 | 2025.06.03 00:54:55.342792 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5772 | 2025.06.03 00:54:55.343103 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5773 | 2025.06.03 00:54:55.343317 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5774 | 2025.06.03 00:54:55.343447 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. | ||
5775 | 2025.06.03 00:54:55.343484 [ 261 ] {6073b84c-9bad-4464-ad5a-ec7e92991c7a} <Debug> TCPHandler: Processed in 0.001275509 sec. | ||
5776 | 2025.06.03 00:54:59.454844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 810 | ||
5777 | 2025.06.03 00:54:59.456959 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2025.06.03 00:54:59.457006 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5779 | 2025.06.03 00:54:59.458153 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5780 | 2025.06.03 00:54:59.458407 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5781 | 2025.06.03 00:54:59.458654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
5782 | 2025.06.03 00:55:00.332819 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5783 | 2025.06.03 00:55:00.333013 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5784 | 2025.06.03 00:55:00.333084 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5785 | 2025.06.03 00:55:00.333852 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5786 | 2025.06.03 00:55:00.333895 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5787 | 2025.06.03 00:55:00.334280 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5788 | 2025.06.03 00:55:00.334496 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5789 | 2025.06.03 00:55:00.334649 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001689 sec., 47365.30491415039 rows/sec., 3.90 MiB/sec. | ||
5790 | 2025.06.03 00:55:00.334691 [ 261 ] {8778dd3a-a048-4743-89a3-da6fd7424ff4} <Debug> TCPHandler: Processed in 0.002008182 sec. | ||
5791 | 2025.06.03 00:55:00.334817 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5792 | 2025.06.03 00:55:00.334912 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5793 | 2025.06.03 00:55:00.334953 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5794 | 2025.06.03 00:55:00.335351 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5795 | 2025.06.03 00:55:00.335386 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5796 | 2025.06.03 00:55:00.335672 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5797 | 2025.06.03 00:55:00.335874 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5798 | 2025.06.03 00:55:00.335996 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 818.08 KiB/sec. | ||
5799 | 2025.06.03 00:55:00.336031 [ 261 ] {7525a2f1-f038-4c0c-8b2d-00f8b60ca025} <Debug> TCPHandler: Processed in 0.001261969 sec. | ||
5800 | 2025.06.03 00:55:00.336139 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5801 | 2025.06.03 00:55:00.336231 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5802 | 2025.06.03 00:55:00.336270 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5803 | 2025.06.03 00:55:00.336688 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5804 | 2025.06.03 00:55:00.336722 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5805 | 2025.06.03 00:55:00.337005 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5806 | 2025.06.03 00:55:00.337213 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5807 | 2025.06.03 00:55:00.337334 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00112 sec., 67857.14285714287 rows/sec., 5.30 MiB/sec. | ||
5808 | 2025.06.03 00:55:00.337368 [ 261 ] {1c309847-7076-4ee1-8387-fecd327431f8} <Debug> TCPHandler: Processed in 0.001276059 sec. | ||
5809 | 2025.06.03 00:55:00.337478 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5810 | 2025.06.03 00:55:00.337570 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5811 | 2025.06.03 00:55:00.337611 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5812 | 2025.06.03 00:55:00.338023 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5813 | 2025.06.03 00:55:00.338057 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5814 | 2025.06.03 00:55:00.338382 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5815 | 2025.06.03 00:55:00.338582 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5816 | 2025.06.03 00:55:00.338706 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. | ||
5817 | 2025.06.03 00:55:00.338742 [ 261 ] {7ae0eaa5-82f5-4b7b-83a6-662c94f9f352} <Debug> TCPHandler: Processed in 0.001310471 sec. | ||
5818 | 2025.06.03 00:55:00.338840 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5819 | 2025.06.03 00:55:00.338931 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5820 | 2025.06.03 00:55:00.338985 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5821 | 2025.06.03 00:55:00.339727 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5822 | 2025.06.03 00:55:00.339763 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5823 | 2025.06.03 00:55:00.340251 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5824 | 2025.06.03 00:55:00.340462 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5825 | 2025.06.03 00:55:00.340592 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001679 sec., 7147.11137581894 rows/sec., 12.81 MiB/sec. | ||
5826 | 2025.06.03 00:55:00.340644 [ 261 ] {2ddbe532-dc69-4726-a94b-1d03a6f989c9} <Debug> TCPHandler: Processed in 0.001850507 sec. | ||
5827 | 2025.06.03 00:55:00.340756 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5828 | 2025.06.03 00:55:00.340848 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5829 | 2025.06.03 00:55:00.340889 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5830 | 2025.06.03 00:55:00.341217 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5831 | 2025.06.03 00:55:00.341252 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5832 | 2025.06.03 00:55:00.341547 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5833 | 2025.06.03 00:55:00.341756 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5834 | 2025.06.03 00:55:00.341878 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. | ||
5835 | 2025.06.03 00:55:00.341913 [ 261 ] {c588b420-59fd-4a8a-83e7-3e3e2dbfdbba} <Debug> TCPHandler: Processed in 0.001204338 sec. | ||
5836 | 2025.06.03 00:55:01.912654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
5837 | 2025.06.03 00:55:01.913131 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5838 | 2025.06.03 00:55:01.913174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5839 | 2025.06.03 00:55:01.913636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5840 | 2025.06.03 00:55:01.913853 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5841 | 2025.06.03 00:55:01.913977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
5842 | 2025.06.03 00:55:01.914016 [ 97 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5843 | 2025.06.03 00:55:01.914122 [ 97 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5844 | 2025.06.03 00:55:01.914161 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5845 | 2025.06.03 00:55:01.914303 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
5846 | 2025.06.03 00:55:01.914459 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5847 | 2025.06.03 00:55:01.914510 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
5848 | 2025.06.03 00:55:01.914605 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
5849 | 2025.06.03 00:55:01.914675 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
5850 | 2025.06.03 00:55:01.914737 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
5851 | 2025.06.03 00:55:01.914798 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
5852 | 2025.06.03 00:55:01.914858 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
5853 | 2025.06.03 00:55:01.916815 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00256517 sec., 5540763.380204821 rows/sec., 79.26 MiB/sec. | ||
5854 | 2025.06.03 00:55:01.917261 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5855 | 2025.06.03 00:55:01.917582 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5856 | 2025.06.03 00:55:01.917668 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_31_6} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5857 | 2025.06.03 00:55:01.917767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
5858 | 2025.06.03 00:55:02.687602 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
5859 | 2025.06.03 00:55:02.704434 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5860 | 2025.06.03 00:55:02.704498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5861 | 2025.06.03 00:55:02.710261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5862 | 2025.06.03 00:55:02.710970 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5863 | 2025.06.03 00:55:02.711271 [ 85 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5864 | 2025.06.03 00:55:02.711337 [ 85 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5865 | 2025.06.03 00:55:02.711358 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5866 | 2025.06.03 00:55:02.711484 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5867 | 2025.06.03 00:55:02.714327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
5868 | 2025.06.03 00:55:02.714812 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5869 | 2025.06.03 00:55:02.716262 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5870 | 2025.06.03 00:55:02.720967 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5871 | 2025.06.03 00:55:02.725467 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5872 | 2025.06.03 00:55:02.729943 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5873 | 2025.06.03 00:55:02.734656 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5874 | 2025.06.03 00:55:02.738829 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
5875 | 2025.06.03 00:55:02.794352 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082930495 sec., 2821.63997694696 rows/sec., 14.59 MiB/sec. | ||
5876 | 2025.06.03 00:55:02.796977 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5877 | 2025.06.03 00:55:02.799070 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_31_6} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2025.06.03 00:55:02.799180 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_31_6} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5879 | 2025.06.03 00:55:02.801250 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
5880 | 2025.06.03 00:55:03.001142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.96 MiB, peak 258.50 MiB, free memory in arenas 0.00 B, will set to 252.70 MiB (RSS), difference: 4.74 MiB | ||
5881 | 2025.06.03 00:55:05.333834 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5882 | 2025.06.03 00:55:05.334044 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5883 | 2025.06.03 00:55:05.334115 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5884 | 2025.06.03 00:55:05.334859 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5885 | 2025.06.03 00:55:05.334899 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5886 | 2025.06.03 00:55:05.335301 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5887 | 2025.06.03 00:55:05.335514 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5888 | 2025.06.03 00:55:05.335654 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001662 sec., 67388.68832731649 rows/sec., 5.66 MiB/sec. | ||
5889 | 2025.06.03 00:55:05.335693 [ 261 ] {d01dc9b6-09c4-46ac-8326-3e6fab185a44} <Debug> TCPHandler: Processed in 0.001990792 sec. | ||
5890 | 2025.06.03 00:55:05.335819 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5891 | 2025.06.03 00:55:05.335912 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5892 | 2025.06.03 00:55:05.335952 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5893 | 2025.06.03 00:55:05.336353 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5894 | 2025.06.03 00:55:05.336387 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5895 | 2025.06.03 00:55:05.336670 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5896 | 2025.06.03 00:55:05.336869 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5897 | 2025.06.03 00:55:05.336965 [ 65 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5898 | 2025.06.03 00:55:05.336992 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001099 sec., 25477.70700636943 rows/sec., 1.87 MiB/sec. | ||
5899 | 2025.06.03 00:55:05.337004 [ 65 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5900 | 2025.06.03 00:55:05.337024 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5901 | 2025.06.03 00:55:05.337027 [ 261 ] {0ac6ab95-786d-40ae-a0a9-d69af469a508} <Debug> TCPHandler: Processed in 0.001256668 sec. | ||
5902 | 2025.06.03 00:55:05.337163 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5903 | 2025.06.03 00:55:05.337163 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
5904 | 2025.06.03 00:55:05.337256 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5905 | 2025.06.03 00:55:05.337300 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5906 | 2025.06.03 00:55:05.337322 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5907 | 2025.06.03 00:55:05.337361 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
5908 | 2025.06.03 00:55:05.337429 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 44 rows starting from the beginning of the part | ||
5909 | 2025.06.03 00:55:05.337477 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
5910 | 2025.06.03 00:55:05.337533 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
5911 | 2025.06.03 00:55:05.337595 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part | ||
5912 | 2025.06.03 00:55:05.337646 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
5913 | 2025.06.03 00:55:05.337739 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2025.06.03 00:55:05.337777 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5915 | 2025.06.03 00:55:05.338352 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5916 | 2025.06.03 00:55:05.338575 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2025.06.03 00:55:05.338702 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001464 sec., 62841.530054644805 rows/sec., 4.91 MiB/sec. | ||
5918 | 2025.06.03 00:55:05.338738 [ 261 ] {e2c80ec1-4849-4af7-8c72-424d51fd4d32} <Debug> TCPHandler: Processed in 0.001621671 sec. | ||
5919 | 2025.06.03 00:55:05.338750 [ 194 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650791 sec., 181731.06104891535 rows/sec., 13.10 MiB/sec. | ||
5920 | 2025.06.03 00:55:05.338856 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5921 | 2025.06.03 00:55:05.338923 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5922 | 2025.06.03 00:55:05.338952 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5923 | 2025.06.03 00:55:05.338999 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5924 | 2025.06.03 00:55:05.339187 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5925 | 2025.06.03 00:55:05.339266 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_41_8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5926 | 2025.06.03 00:55:05.339347 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5927 | 2025.06.03 00:55:05.339411 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5928 | 2025.06.03 00:55:05.339451 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5929 | 2025.06.03 00:55:05.339787 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5930 | 2025.06.03 00:55:05.339998 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5931 | 2025.06.03 00:55:05.340124 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
5932 | 2025.06.03 00:55:05.340158 [ 261 ] {ef68a3c8-990b-490d-9b0d-abc24947158d} <Debug> TCPHandler: Processed in 0.001349982 sec. | ||
5933 | 2025.06.03 00:55:05.340263 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5934 | 2025.06.03 00:55:05.340354 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5935 | 2025.06.03 00:55:05.340408 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5936 | 2025.06.03 00:55:05.341176 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5937 | 2025.06.03 00:55:05.341210 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5938 | 2025.06.03 00:55:05.341741 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5939 | 2025.06.03 00:55:05.341954 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5940 | 2025.06.03 00:55:05.342046 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5941 | 2025.06.03 00:55:05.342073 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5942 | 2025.06.03 00:55:05.342083 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001746 sec., 16036.655211912945 rows/sec., 28.74 MiB/sec. | ||
5943 | 2025.06.03 00:55:05.342090 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5944 | 2025.06.03 00:55:05.342133 [ 261 ] {35d99cde-8c5f-40d8-a40a-c4475ec72449} <Debug> TCPHandler: Processed in 0.001917249 sec. | ||
5945 | 2025.06.03 00:55:05.342197 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
5946 | 2025.06.03 00:55:05.342243 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5947 | 2025.06.03 00:55:05.342339 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5948 | 2025.06.03 00:55:05.342379 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5949 | 2025.06.03 00:55:05.342477 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5950 | 2025.06.03 00:55:05.342544 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 675 rows starting from the beginning of the part | ||
5951 | 2025.06.03 00:55:05.342675 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part | ||
5952 | 2025.06.03 00:55:05.342705 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5953 | 2025.06.03 00:55:05.342743 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5954 | 2025.06.03 00:55:05.342775 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
5955 | 2025.06.03 00:55:05.342880 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
5956 | 2025.06.03 00:55:05.342977 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part | ||
5957 | 2025.06.03 00:55:05.343052 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5958 | 2025.06.03 00:55:05.343066 [ 198 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
5959 | 2025.06.03 00:55:05.343264 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5960 | 2025.06.03 00:55:05.343397 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
5961 | 2025.06.03 00:55:05.343432 [ 261 ] {b414e3ab-bcaf-4f54-8716-86570b0afb9b} <Debug> TCPHandler: Processed in 0.001236938 sec. | ||
5962 | 2025.06.03 00:55:05.348301 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 19 columns (19 merged, 0 gathered) in 0.006154132 sec., 127231.59009264021 rows/sec., 227.99 MiB/sec. | ||
5963 | 2025.06.03 00:55:05.349165 [ 194 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5964 | 2025.06.03 00:55:05.349494 [ 194 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5965 | 2025.06.03 00:55:05.349569 [ 194 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5966 | 2025.06.03 00:55:05.349677 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
5967 | 2025.06.03 00:55:06.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.21 MiB, peak 260.85 MiB, free memory in arenas 0.00 B, will set to 256.60 MiB (RSS), difference: 3.39 MiB | ||
5968 | 2025.06.03 00:55:09.314059 [ 19 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5969 | 2025.06.03 00:55:09.314132 [ 19 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5970 | 2025.06.03 00:55:09.414990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
5971 | 2025.06.03 00:55:09.415488 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5972 | 2025.06.03 00:55:09.415532 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5973 | 2025.06.03 00:55:09.416186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5974 | 2025.06.03 00:55:09.416435 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5975 | 2025.06.03 00:55:09.416564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
5976 | 2025.06.03 00:55:09.459689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 834 | ||
5977 | 2025.06.03 00:55:09.461873 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5978 | 2025.06.03 00:55:09.461937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5979 | 2025.06.03 00:55:09.463183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5980 | 2025.06.03 00:55:09.463486 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5981 | 2025.06.03 00:55:09.463924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834 | ||
5982 | 2025.06.03 00:55:10.002139 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000819975 sec. | ||
5983 | 2025.06.03 00:55:10.215332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
5984 | 2025.06.03 00:55:10.230799 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5985 | 2025.06.03 00:55:10.230855 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5986 | 2025.06.03 00:55:10.236772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5987 | 2025.06.03 00:55:10.237452 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5988 | 2025.06.03 00:55:10.240213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
5989 | 2025.06.03 00:55:10.334852 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5990 | 2025.06.03 00:55:10.335037 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5991 | 2025.06.03 00:55:10.335105 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5992 | 2025.06.03 00:55:10.335803 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2025.06.03 00:55:10.335848 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
5994 | 2025.06.03 00:55:10.336262 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5995 | 2025.06.03 00:55:10.336499 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5996 | 2025.06.03 00:55:10.336647 [ 29 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5997 | 2025.06.03 00:55:10.336671 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001681 sec., 47590.71980963712 rows/sec., 3.92 MiB/sec. | ||
5998 | 2025.06.03 00:55:10.336693 [ 29 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5999 | 2025.06.03 00:55:10.336719 [ 261 ] {0355088a-bf72-4898-aa36-051c96872746} <Debug> TCPHandler: Processed in 0.002000252 sec. | ||
6000 | 2025.06.03 00:55:10.336719 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6001 | 2025.06.03 00:55:10.336873 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6002 | 2025.06.03 00:55:10.336893 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
6003 | 2025.06.03 00:55:10.336972 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6004 | 2025.06.03 00:55:10.337020 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6005 | 2025.06.03 00:55:10.337076 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6006 | 2025.06.03 00:55:10.337117 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1967 rows starting from the beginning of the part | ||
6007 | 2025.06.03 00:55:10.337201 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part | ||
6008 | 2025.06.03 00:55:10.337269 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
6009 | 2025.06.03 00:55:10.337334 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 80 rows starting from the beginning of the part | ||
6010 | 2025.06.03 00:55:10.337398 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
6011 | 2025.06.03 00:55:10.337458 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 80 rows starting from the beginning of the part | ||
6012 | 2025.06.03 00:55:10.337464 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6013 | 2025.06.03 00:55:10.337522 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6014 | 2025.06.03 00:55:10.337923 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6015 | 2025.06.03 00:55:10.338200 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6016 | 2025.06.03 00:55:10.339490 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2431 rows, containing 5 columns (5 merged, 0 gathered) in 0.002679833 sec., 907146.079625111 rows/sec., 78.08 MiB/sec. | ||
6017 | 2025.06.03 00:55:10.339735 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002781 sec., 4314.994606256742 rows/sec., 324.47 KiB/sec. | ||
6018 | 2025.06.03 00:55:10.339787 [ 261 ] {215bf8a6-0ce8-4fe6-9003-adf08f78864a} <Debug> TCPHandler: Processed in 0.002964292 sec. | ||
6019 | 2025.06.03 00:55:10.339866 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6020 | 2025.06.03 00:55:10.340183 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6021 | 2025.06.03 00:55:10.340267 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_51_10} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6022 | 2025.06.03 00:55:10.340362 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
6023 | 2025.06.03 00:55:10.340574 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6024 | 2025.06.03 00:55:10.340683 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6025 | 2025.06.03 00:55:10.340735 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6026 | 2025.06.03 00:55:10.341355 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6027 | 2025.06.03 00:55:10.341393 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6028 | 2025.06.03 00:55:10.341734 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6029 | 2025.06.03 00:55:10.341942 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6030 | 2025.06.03 00:55:10.342054 [ 29 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6031 | 2025.06.03 00:55:10.342069 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001412 sec., 53824.362606232295 rows/sec., 4.20 MiB/sec. | ||
6032 | 2025.06.03 00:55:10.342096 [ 29 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2025.06.03 00:55:10.342109 [ 261 ] {64bb04d9-2bfc-4891-b794-d1a7bf7a0724} <Debug> TCPHandler: Processed in 0.001596259 sec. | ||
6034 | 2025.06.03 00:55:10.342123 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6035 | 2025.06.03 00:55:10.342234 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
6036 | 2025.06.03 00:55:10.342249 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6037 | 2025.06.03 00:55:10.342368 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6038 | 2025.06.03 00:55:10.342377 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6039 | 2025.06.03 00:55:10.342415 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6040 | 2025.06.03 00:55:10.342419 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 950 rows starting from the beginning of the part | ||
6041 | 2025.06.03 00:55:10.342500 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 76 rows starting from the beginning of the part | ||
6042 | 2025.06.03 00:55:10.342545 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 92 rows starting from the beginning of the part | ||
6043 | 2025.06.03 00:55:10.342586 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 76 rows starting from the beginning of the part | ||
6044 | 2025.06.03 00:55:10.342629 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 92 rows starting from the beginning of the part | ||
6045 | 2025.06.03 00:55:10.342668 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 76 rows starting from the beginning of the part | ||
6046 | 2025.06.03 00:55:10.342927 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6047 | 2025.06.03 00:55:10.342971 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6048 | 2025.06.03 00:55:10.343348 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6049 | 2025.06.03 00:55:10.343586 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6050 | 2025.06.03 00:55:10.343702 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6051 | 2025.06.03 00:55:10.343724 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001375 sec., 116363.63636363637 rows/sec., 8.10 MiB/sec. | ||
6052 | 2025.06.03 00:55:10.343734 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6053 | 2025.06.03 00:55:10.343754 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6054 | 2025.06.03 00:55:10.343761 [ 261 ] {3040b5c6-99fc-4d74-9c06-cab191eb0004} <Debug> TCPHandler: Processed in 0.001559879 sec. | ||
6055 | 2025.06.03 00:55:10.343842 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6056 | 2025.06.03 00:55:10.343994 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6057 | 2025.06.03 00:55:10.343997 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6058 | 2025.06.03 00:55:10.344033 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 5 columns (5 merged, 0 gathered) in 0.001851527 sec., 735609.0405378912 rows/sec., 57.76 MiB/sec. | ||
6059 | 2025.06.03 00:55:10.344063 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14089 rows starting from the beginning of the part | ||
6060 | 2025.06.03 00:55:10.344120 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6061 | 2025.06.03 00:55:10.344137 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
6062 | 2025.06.03 00:55:10.344194 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6063 | 2025.06.03 00:55:10.344196 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6064 | 2025.06.03 00:55:10.344251 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6065 | 2025.06.03 00:55:10.344302 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
6066 | 2025.06.03 00:55:10.344350 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6067 | 2025.06.03 00:55:10.344392 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
6068 | 2025.06.03 00:55:10.344584 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6069 | 2025.06.03 00:55:10.344697 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_51_10} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6070 | 2025.06.03 00:55:10.344798 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
6071 | 2025.06.03 00:55:10.345219 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6072 | 2025.06.03 00:55:10.345255 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6073 | 2025.06.03 00:55:10.346064 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6074 | 2025.06.03 00:55:10.346395 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6075 | 2025.06.03 00:55:10.346587 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002489 sec., 4821.213338690237 rows/sec., 8.64 MiB/sec. | ||
6076 | 2025.06.03 00:55:10.346709 [ 261 ] {a60d7ff7-8f08-4871-bb08-94bcf7a187ab} <Debug> TCPHandler: Processed in 0.002773606 sec. | ||
6077 | 2025.06.03 00:55:10.346879 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6078 | 2025.06.03 00:55:10.346987 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6079 | 2025.06.03 00:55:10.347032 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6080 | 2025.06.03 00:55:10.347536 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6081 | 2025.06.03 00:55:10.347577 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6082 | 2025.06.03 00:55:10.348115 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6083 | 2025.06.03 00:55:10.348374 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6084 | 2025.06.03 00:55:10.348497 [ 29 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6085 | 2025.06.03 00:55:10.348518 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
6086 | 2025.06.03 00:55:10.348545 [ 29 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6087 | 2025.06.03 00:55:10.348560 [ 261 ] {5702cbdc-735c-45fd-9f0e-6dffa07c6fdc} <Debug> TCPHandler: Processed in 0.001736794 sec. | ||
6088 | 2025.06.03 00:55:10.348575 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6089 | 2025.06.03 00:55:10.348709 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6090 | 2025.06.03 00:55:10.348913 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6091 | 2025.06.03 00:55:10.348984 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2432 rows starting from the beginning of the part | ||
6092 | 2025.06.03 00:55:10.349070 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6093 | 2025.06.03 00:55:10.349135 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
6094 | 2025.06.03 00:55:10.349197 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6095 | 2025.06.03 00:55:10.349251 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
6096 | 2025.06.03 00:55:10.349309 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6097 | 2025.06.03 00:55:10.350890 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14889 rows, containing 5 columns (5 merged, 0 gathered) in 0.00709374 sec., 2098892.8266330594 rows/sec., 143.71 MiB/sec. | ||
6098 | 2025.06.03 00:55:10.351184 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 4 columns (4 merged, 0 gathered) in 0.002540439 sec., 1075404.6839935933 rows/sec., 72.22 MiB/sec. | ||
6099 | 2025.06.03 00:55:10.351595 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6100 | 2025.06.03 00:55:10.351710 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6101 | 2025.06.03 00:55:10.351965 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6102 | 2025.06.03 00:55:10.352066 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_51_10} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6103 | 2025.06.03 00:55:10.352125 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6104 | 2025.06.03 00:55:10.352182 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
6105 | 2025.06.03 00:55:10.352223 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6106 | 2025.06.03 00:55:10.352333 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB. | ||
6107 | 2025.06.03 00:55:11.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.70 MiB, peak 266.64 MiB, free memory in arenas 0.00 B, will set to 258.72 MiB (RSS), difference: 1.02 MiB | ||
6108 | 2025.06.03 00:55:12.720496 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6109 | 2025.06.03 00:55:12.720692 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6110 | 2025.06.03 00:55:12.720762 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6111 | 2025.06.03 00:55:12.721371 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2025.06.03 00:55:12.721408 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6113 | 2025.06.03 00:55:12.721786 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6114 | 2025.06.03 00:55:12.722011 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2025.06.03 00:55:12.722153 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001514 sec., 15852.047556142668 rows/sec., 1.32 MiB/sec. | ||
6116 | 2025.06.03 00:55:12.722194 [ 261 ] {92b2173e-64dd-40b8-8636-c299d06bcef2} <Debug> TCPHandler: Processed in 0.001832196 sec. | ||
6117 | 2025.06.03 00:55:12.722311 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2025.06.03 00:55:12.722407 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6119 | 2025.06.03 00:55:12.722447 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6120 | 2025.06.03 00:55:12.723662 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6121 | 2025.06.03 00:55:12.723697 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6122 | 2025.06.03 00:55:12.724088 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6123 | 2025.06.03 00:55:12.724314 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6124 | 2025.06.03 00:55:12.724439 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Debug> executeQuery: Read 1372 rows, 117.19 KiB in 0.002052 sec., 668615.9844054581 rows/sec., 55.77 MiB/sec. | ||
6125 | 2025.06.03 00:55:12.724477 [ 261 ] {d5748c7c-928f-45c3-a56f-4fb19c358c7d} <Debug> TCPHandler: Processed in 0.002213729 sec. | ||
6126 | 2025.06.03 00:55:12.724598 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6127 | 2025.06.03 00:55:12.724693 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6128 | 2025.06.03 00:55:12.724733 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6129 | 2025.06.03 00:55:12.725152 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6130 | 2025.06.03 00:55:12.725187 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6131 | 2025.06.03 00:55:12.725476 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6132 | 2025.06.03 00:55:12.725685 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6133 | 2025.06.03 00:55:12.725809 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001135 sec., 35242.29074889868 rows/sec., 2.64 MiB/sec. | ||
6134 | 2025.06.03 00:55:12.725847 [ 261 ] {b62686fa-6bb9-4e17-b485-253ee102d245} <Debug> TCPHandler: Processed in 0.001304361 sec. | ||
6135 | 2025.06.03 00:55:12.725949 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6136 | 2025.06.03 00:55:12.726042 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6137 | 2025.06.03 00:55:12.726081 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6138 | 2025.06.03 00:55:12.726598 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6139 | 2025.06.03 00:55:12.726633 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6140 | 2025.06.03 00:55:12.726946 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6141 | 2025.06.03 00:55:12.727158 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6142 | 2025.06.03 00:55:12.727283 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00126 sec., 200000 rows/sec., 13.83 MiB/sec. | ||
6143 | 2025.06.03 00:55:12.727320 [ 261 ] {bbec5a32-4210-4459-b6ca-1865ad2c051f} <Debug> TCPHandler: Processed in 0.001419714 sec. | ||
6144 | 2025.06.03 00:55:12.727431 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2025.06.03 00:55:12.727525 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6146 | 2025.06.03 00:55:12.727564 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6147 | 2025.06.03 00:55:12.727956 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6148 | 2025.06.03 00:55:12.727992 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6149 | 2025.06.03 00:55:12.728289 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6150 | 2025.06.03 00:55:12.728507 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6151 | 2025.06.03 00:55:12.728630 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. | ||
6152 | 2025.06.03 00:55:12.728666 [ 261 ] {8d345eec-48b4-4bc6-9e50-ff59284ccc25} <Debug> TCPHandler: Processed in 0.00128299 sec. | ||
6153 | 2025.06.03 00:55:12.728789 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6154 | 2025.06.03 00:55:12.728913 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6155 | 2025.06.03 00:55:12.728963 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6156 | 2025.06.03 00:55:12.729808 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6157 | 2025.06.03 00:55:12.729850 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6158 | 2025.06.03 00:55:12.730192 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6159 | 2025.06.03 00:55:12.730407 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2025.06.03 00:55:12.730539 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Debug> executeQuery: Read 584 rows, 44.90 KiB in 0.001651 sec., 353725.015142338 rows/sec., 26.56 MiB/sec. | ||
6161 | 2025.06.03 00:55:12.730578 [ 261 ] {d38bd995-86ae-446a-ac8d-22f31efdbf22} <Debug> TCPHandler: Processed in 0.001850897 sec. | ||
6162 | 2025.06.03 00:55:12.730693 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6163 | 2025.06.03 00:55:12.730796 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6164 | 2025.06.03 00:55:12.730845 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6165 | 2025.06.03 00:55:12.731548 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2025.06.03 00:55:12.731585 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6167 | 2025.06.03 00:55:12.732000 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6168 | 2025.06.03 00:55:12.732230 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2025.06.03 00:55:12.732365 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Debug> executeQuery: Read 956 rows, 66.09 KiB in 0.001587 sec., 602394.4549464398 rows/sec., 40.67 MiB/sec. | ||
6170 | 2025.06.03 00:55:12.732405 [ 261 ] {f4c23615-5d06-4969-8be0-f2465859962c} <Debug> TCPHandler: Processed in 0.001764955 sec. | ||
6171 | 2025.06.03 00:55:12.732517 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6172 | 2025.06.03 00:55:12.732613 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6173 | 2025.06.03 00:55:12.732669 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6174 | 2025.06.03 00:55:12.733501 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6175 | 2025.06.03 00:55:12.733538 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6176 | 2025.06.03 00:55:12.734092 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6177 | 2025.06.03 00:55:12.734335 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6178 | 2025.06.03 00:55:12.734479 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001885 sec., 14854.111405835543 rows/sec., 26.62 MiB/sec. | ||
6179 | 2025.06.03 00:55:12.734539 [ 261 ] {385984e4-0087-49bf-8911-2ecc0fb3cad9} <Debug> TCPHandler: Processed in 0.002071434 sec. | ||
6180 | 2025.06.03 00:55:12.734652 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6181 | 2025.06.03 00:55:12.734749 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6182 | 2025.06.03 00:55:12.734792 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6183 | 2025.06.03 00:55:12.735135 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6184 | 2025.06.03 00:55:12.735175 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6185 | 2025.06.03 00:55:12.735495 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6186 | 2025.06.03 00:55:12.735723 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6187 | 2025.06.03 00:55:12.735854 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001127 sec., 24844.72049689441 rows/sec., 1.68 MiB/sec. | ||
6188 | 2025.06.03 00:55:12.735894 [ 261 ] {17c3927d-c78c-44f8-af6a-7ac2885ab126} <Debug> TCPHandler: Processed in 0.00129135 sec. | ||
6189 | 2025.06.03 00:55:15.329121 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6190 | 2025.06.03 00:55:15.329313 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6191 | 2025.06.03 00:55:15.329377 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6192 | 2025.06.03 00:55:15.330041 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6193 | 2025.06.03 00:55:15.330080 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6194 | 2025.06.03 00:55:15.330468 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6195 | 2025.06.03 00:55:15.330692 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2025.06.03 00:55:15.330839 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001576 sec., 35532.99492385787 rows/sec., 2.71 MiB/sec. | ||
6197 | 2025.06.03 00:55:15.330881 [ 261 ] {71b4cdbd-14ec-43ad-8561-c934e0a7a6b3} <Debug> TCPHandler: Processed in 0.001886419 sec. | ||
6198 | 2025.06.03 00:55:15.330998 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6199 | 2025.06.03 00:55:15.331092 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6200 | 2025.06.03 00:55:15.331131 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6201 | 2025.06.03 00:55:15.331547 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6202 | 2025.06.03 00:55:15.331583 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6203 | 2025.06.03 00:55:15.331896 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6204 | 2025.06.03 00:55:15.332108 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6205 | 2025.06.03 00:55:15.332233 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. | ||
6206 | 2025.06.03 00:55:15.332270 [ 261 ] {14c6bb31-7c44-4b19-822a-becce631a50b} <Debug> TCPHandler: Processed in 0.001319251 sec. | ||
6207 | 2025.06.03 00:55:15.332392 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6208 | 2025.06.03 00:55:15.332485 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6209 | 2025.06.03 00:55:15.332528 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6210 | 2025.06.03 00:55:15.332902 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6211 | 2025.06.03 00:55:15.332938 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6212 | 2025.06.03 00:55:15.333260 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6213 | 2025.06.03 00:55:15.333477 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2025.06.03 00:55:15.333603 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001136 sec., 75704.22535211267 rows/sec., 5.28 MiB/sec. | ||
6215 | 2025.06.03 00:55:15.333639 [ 261 ] {6962ee81-7622-4493-a7ca-8722be6cbbaf} <Debug> TCPHandler: Processed in 0.001294571 sec. | ||
6216 | 2025.06.03 00:55:15.333747 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6217 | 2025.06.03 00:55:15.333839 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6218 | 2025.06.03 00:55:15.333879 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6219 | 2025.06.03 00:55:15.334195 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6220 | 2025.06.03 00:55:15.334230 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6221 | 2025.06.03 00:55:15.334525 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6222 | 2025.06.03 00:55:15.334729 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6223 | 2025.06.03 00:55:15.334852 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001031 sec., 31037.827352085355 rows/sec., 2.09 MiB/sec. | ||
6224 | 2025.06.03 00:55:15.334887 [ 261 ] {90563dbe-39a6-41e9-93d3-7b6edd2018e3} <Debug> TCPHandler: Processed in 0.001186746 sec. | ||
6225 | 2025.06.03 00:55:16.917538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
6226 | 2025.06.03 00:55:16.918022 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6227 | 2025.06.03 00:55:16.918067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6228 | 2025.06.03 00:55:16.918544 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6229 | 2025.06.03 00:55:16.918769 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6230 | 2025.06.03 00:55:16.918897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
6231 | 2025.06.03 00:55:17.741170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
6232 | 2025.06.03 00:55:17.757791 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6233 | 2025.06.03 00:55:17.757850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6234 | 2025.06.03 00:55:17.764570 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6235 | 2025.06.03 00:55:17.765325 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6236 | 2025.06.03 00:55:17.768598 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
6237 | 2025.06.03 00:55:19.464936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 872 | ||
6238 | 2025.06.03 00:55:19.467491 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6239 | 2025.06.03 00:55:19.467549 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6240 | 2025.06.03 00:55:19.468836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6241 | 2025.06.03 00:55:19.469125 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6242 | 2025.06.03 00:55:19.469535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
6243 | 2025.06.03 00:55:20.332840 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6244 | 2025.06.03 00:55:20.333039 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6245 | 2025.06.03 00:55:20.333108 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6246 | 2025.06.03 00:55:20.333805 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6247 | 2025.06.03 00:55:20.333853 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6248 | 2025.06.03 00:55:20.334246 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6249 | 2025.06.03 00:55:20.334490 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6250 | 2025.06.03 00:55:20.334634 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001649 sec., 48514.25106124924 rows/sec., 3.99 MiB/sec. | ||
6251 | 2025.06.03 00:55:20.334675 [ 261 ] {2c335f1c-3c22-4c55-9aaa-639a28aaec11} <Debug> TCPHandler: Processed in 0.001973072 sec. | ||
6252 | 2025.06.03 00:55:20.334804 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6253 | 2025.06.03 00:55:20.334896 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6254 | 2025.06.03 00:55:20.334936 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6255 | 2025.06.03 00:55:20.335359 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6256 | 2025.06.03 00:55:20.335396 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6257 | 2025.06.03 00:55:20.335684 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6258 | 2025.06.03 00:55:20.335891 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6259 | 2025.06.03 00:55:20.336019 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 790.84 KiB/sec. | ||
6260 | 2025.06.03 00:55:20.336055 [ 261 ] {340d4ff2-3a9e-4eca-a757-cd900d67a2c6} <Debug> TCPHandler: Processed in 0.00129915 sec. | ||
6261 | 2025.06.03 00:55:20.336171 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6262 | 2025.06.03 00:55:20.336262 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6263 | 2025.06.03 00:55:20.336300 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6264 | 2025.06.03 00:55:20.336748 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6265 | 2025.06.03 00:55:20.336784 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6266 | 2025.06.03 00:55:20.337082 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6267 | 2025.06.03 00:55:20.337291 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6268 | 2025.06.03 00:55:20.337412 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001168 sec., 65068.49315068493 rows/sec., 5.08 MiB/sec. | ||
6269 | 2025.06.03 00:55:20.337448 [ 261 ] {98e1d8a2-bb63-4549-abab-f7490cf27b4f} <Debug> TCPHandler: Processed in 0.001324262 sec. | ||
6270 | 2025.06.03 00:55:20.337567 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6271 | 2025.06.03 00:55:20.337658 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6272 | 2025.06.03 00:55:20.337700 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6273 | 2025.06.03 00:55:20.338119 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6274 | 2025.06.03 00:55:20.338155 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6275 | 2025.06.03 00:55:20.338476 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6276 | 2025.06.03 00:55:20.338695 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6277 | 2025.06.03 00:55:20.338825 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. | ||
6278 | 2025.06.03 00:55:20.338861 [ 261 ] {11f91e64-9ff8-4b36-ac2f-539be164eef0} <Debug> TCPHandler: Processed in 0.001340002 sec. | ||
6279 | 2025.06.03 00:55:20.338970 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6280 | 2025.06.03 00:55:20.339062 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6281 | 2025.06.03 00:55:20.339116 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6282 | 2025.06.03 00:55:20.339880 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6283 | 2025.06.03 00:55:20.339916 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6284 | 2025.06.03 00:55:20.340414 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6285 | 2025.06.03 00:55:20.340634 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6286 | 2025.06.03 00:55:20.340768 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001724 sec., 6960.556844547564 rows/sec., 12.47 MiB/sec. | ||
6287 | 2025.06.03 00:55:20.340820 [ 261 ] {0255230d-ae9d-49af-8b5f-0cd905b899ab} <Debug> TCPHandler: Processed in 0.001896708 sec. | ||
6288 | 2025.06.03 00:55:20.340935 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6289 | 2025.06.03 00:55:20.341027 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6290 | 2025.06.03 00:55:20.341068 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6291 | 2025.06.03 00:55:20.341402 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6292 | 2025.06.03 00:55:20.341437 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6293 | 2025.06.03 00:55:20.341729 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6294 | 2025.06.03 00:55:20.341930 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2025.06.03 00:55:20.342052 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. | ||
6296 | 2025.06.03 00:55:20.342085 [ 261 ] {89ebd3a6-9bc9-4079-92ec-8683302daea4} <Debug> TCPHandler: Processed in 0.001197448 sec. | ||
6297 | 2025.06.03 00:55:24.314189 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6298 | 2025.06.03 00:55:24.314265 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6299 | 2025.06.03 00:55:24.419867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
6300 | 2025.06.03 00:55:24.420366 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6301 | 2025.06.03 00:55:24.420407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6302 | 2025.06.03 00:55:24.420888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6303 | 2025.06.03 00:55:24.421134 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6304 | 2025.06.03 00:55:24.421256 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
6305 | 2025.06.03 00:55:25.269558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
6306 | 2025.06.03 00:55:25.285242 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6307 | 2025.06.03 00:55:25.285299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6308 | 2025.06.03 00:55:25.291474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6309 | 2025.06.03 00:55:25.292173 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6310 | 2025.06.03 00:55:25.294939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
6311 | 2025.06.03 00:55:25.333690 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6312 | 2025.06.03 00:55:25.333869 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6313 | 2025.06.03 00:55:25.333934 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6314 | 2025.06.03 00:55:25.334648 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6315 | 2025.06.03 00:55:25.334685 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6316 | 2025.06.03 00:55:25.335142 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6317 | 2025.06.03 00:55:25.335380 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2025.06.03 00:55:25.335527 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001707 sec., 65612.18512009374 rows/sec., 5.51 MiB/sec. | ||
6319 | 2025.06.03 00:55:25.335568 [ 261 ] {22e74907-a1de-495f-893b-7e117245da0e} <Debug> TCPHandler: Processed in 0.002008322 sec. | ||
6320 | 2025.06.03 00:55:25.335700 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6321 | 2025.06.03 00:55:25.335795 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6322 | 2025.06.03 00:55:25.335837 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6323 | 2025.06.03 00:55:25.336250 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6324 | 2025.06.03 00:55:25.336285 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6325 | 2025.06.03 00:55:25.336590 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6326 | 2025.06.03 00:55:25.336800 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6327 | 2025.06.03 00:55:25.336930 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001154 sec., 24263.431542461003 rows/sec., 1.78 MiB/sec. | ||
6328 | 2025.06.03 00:55:25.336968 [ 261 ] {f034afaf-36c2-49a9-8b23-5d78ef149637} <Debug> TCPHandler: Processed in 0.001317291 sec. | ||
6329 | 2025.06.03 00:55:25.337079 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6330 | 2025.06.03 00:55:25.337172 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6331 | 2025.06.03 00:55:25.337212 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6332 | 2025.06.03 00:55:25.337647 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6333 | 2025.06.03 00:55:25.337681 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6334 | 2025.06.03 00:55:25.337984 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6335 | 2025.06.03 00:55:25.338200 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6336 | 2025.06.03 00:55:25.338325 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001172 sec., 78498.29351535835 rows/sec., 6.13 MiB/sec. | ||
6337 | 2025.06.03 00:55:25.338362 [ 261 ] {a8425c69-c551-48b1-ad8d-4c4dff8e10ba} <Debug> TCPHandler: Processed in 0.001332631 sec. | ||
6338 | 2025.06.03 00:55:25.338479 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6339 | 2025.06.03 00:55:25.338571 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6340 | 2025.06.03 00:55:25.338616 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6341 | 2025.06.03 00:55:25.339029 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6342 | 2025.06.03 00:55:25.339063 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6343 | 2025.06.03 00:55:25.339408 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6344 | 2025.06.03 00:55:25.339624 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6345 | 2025.06.03 00:55:25.339749 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
6346 | 2025.06.03 00:55:25.339785 [ 261 ] {adcffd3b-5909-46ab-87dd-94abf1bb42ee} <Debug> TCPHandler: Processed in 0.001355372 sec. | ||
6347 | 2025.06.03 00:55:25.339886 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6348 | 2025.06.03 00:55:25.339980 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6349 | 2025.06.03 00:55:25.340033 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6350 | 2025.06.03 00:55:25.340871 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6351 | 2025.06.03 00:55:25.340906 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6352 | 2025.06.03 00:55:25.341483 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6353 | 2025.06.03 00:55:25.341708 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6354 | 2025.06.03 00:55:25.341852 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00189 sec., 14814.814814814816 rows/sec., 26.55 MiB/sec. | ||
6355 | 2025.06.03 00:55:25.341912 [ 261 ] {0ae766e9-8cb2-45fc-9769-49b865581c26} <Debug> TCPHandler: Processed in 0.002074164 sec. | ||
6356 | 2025.06.03 00:55:25.342028 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6357 | 2025.06.03 00:55:25.342122 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6358 | 2025.06.03 00:55:25.342164 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6359 | 2025.06.03 00:55:25.342504 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6360 | 2025.06.03 00:55:25.342540 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6361 | 2025.06.03 00:55:25.342860 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6362 | 2025.06.03 00:55:25.343067 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6363 | 2025.06.03 00:55:25.343191 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
6364 | 2025.06.03 00:55:25.343226 [ 261 ] {3635a630-63b9-4693-aedd-cb13b8540bf0} <Debug> TCPHandler: Processed in 0.001247599 sec. | ||
6365 | 2025.06.03 00:55:29.470628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 896 | ||
6366 | 2025.06.03 00:55:29.472776 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6367 | 2025.06.03 00:55:29.472816 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6368 | 2025.06.03 00:55:29.473978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6369 | 2025.06.03 00:55:29.474231 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6370 | 2025.06.03 00:55:29.474479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896 | ||
6371 | 2025.06.03 00:55:30.333220 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6372 | 2025.06.03 00:55:30.333418 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6373 | 2025.06.03 00:55:30.333490 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6374 | 2025.06.03 00:55:30.334180 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6375 | 2025.06.03 00:55:30.334229 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6376 | 2025.06.03 00:55:30.334625 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6377 | 2025.06.03 00:55:30.334857 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6378 | 2025.06.03 00:55:30.335002 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001637 sec., 8552.22968845449 rows/sec., 697.37 KiB/sec. | ||
6379 | 2025.06.03 00:55:30.335047 [ 261 ] {ac65d1cb-f3a9-48e1-85ce-696d2d89ce6c} <Debug> TCPHandler: Processed in 0.001962191 sec. | ||
6380 | 2025.06.03 00:55:30.335162 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6381 | 2025.06.03 00:55:30.335254 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6382 | 2025.06.03 00:55:30.335293 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6383 | 2025.06.03 00:55:30.335726 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6384 | 2025.06.03 00:55:30.335761 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6385 | 2025.06.03 00:55:30.336071 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6386 | 2025.06.03 00:55:30.336280 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6387 | 2025.06.03 00:55:30.336403 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001167 sec., 74550.12853470436 rows/sec., 6.07 MiB/sec. | ||
6388 | 2025.06.03 00:55:30.336399 [ 68 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6389 | 2025.06.03 00:55:30.336440 [ 261 ] {ccc64ceb-e1e7-4ecc-a1f7-934859b7cf34} <Debug> TCPHandler: Processed in 0.001326232 sec. | ||
6390 | 2025.06.03 00:55:30.336482 [ 68 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6391 | 2025.06.03 00:55:30.336507 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6392 | 2025.06.03 00:55:30.336571 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6393 | 2025.06.03 00:55:30.336625 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
6394 | 2025.06.03 00:55:30.336666 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6395 | 2025.06.03 00:55:30.336710 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6396 | 2025.06.03 00:55:30.336776 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6397 | 2025.06.03 00:55:30.336812 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1967 rows starting from the beginning of the part | ||
6398 | 2025.06.03 00:55:30.336877 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1372 rows starting from the beginning of the part | ||
6399 | 2025.06.03 00:55:30.336938 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
6400 | 2025.06.03 00:55:30.336994 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 80 rows starting from the beginning of the part | ||
6401 | 2025.06.03 00:55:30.337065 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
6402 | 2025.06.03 00:55:30.337106 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 87 rows starting from the beginning of the part | ||
6403 | 2025.06.03 00:55:30.337124 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6404 | 2025.06.03 00:55:30.337166 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6405 | 2025.06.03 00:55:30.337490 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6406 | 2025.06.03 00:55:30.337708 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6407 | 2025.06.03 00:55:30.337807 [ 68 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6408 | 2025.06.03 00:55:30.337837 [ 68 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6409 | 2025.06.03 00:55:30.337838 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001191 sec., 21830.3946263644 rows/sec., 1.54 MiB/sec. | ||
6410 | 2025.06.03 00:55:30.337856 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6411 | 2025.06.03 00:55:30.337890 [ 261 ] {752b7a08-eaf9-4538-86ce-fdfea74f0c1a} <Debug> TCPHandler: Processed in 0.001366383 sec. | ||
6412 | 2025.06.03 00:55:30.337953 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
6413 | 2025.06.03 00:55:30.338009 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6414 | 2025.06.03 00:55:30.338066 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6415 | 2025.06.03 00:55:30.338102 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 176 rows starting from the beginning of the part | ||
6416 | 2025.06.03 00:55:30.338105 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6417 | 2025.06.03 00:55:30.338153 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6418 | 2025.06.03 00:55:30.338165 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
6419 | 2025.06.03 00:55:30.338211 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
6420 | 2025.06.03 00:55:30.338251 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
6421 | 2025.06.03 00:55:30.338288 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
6422 | 2025.06.03 00:55:30.338326 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
6423 | 2025.06.03 00:55:30.338571 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6424 | 2025.06.03 00:55:30.338613 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6425 | 2025.06.03 00:55:30.338758 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3674 rows, containing 5 columns (5 merged, 0 gathered) in 0.002193208 sec., 1675171.7119397705 rows/sec., 144.63 MiB/sec. | ||
6426 | 2025.06.03 00:55:30.339052 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6427 | 2025.06.03 00:55:30.339153 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243979 sec., 236338.39477997617 rows/sec., 16.97 MiB/sec. | ||
6428 | 2025.06.03 00:55:30.339299 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6429 | 2025.06.03 00:55:30.339309 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6430 | 2025.06.03 00:55:30.339331 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6431 | 2025.06.03 00:55:30.339420 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_56_11} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6432 | 2025.06.03 00:55:30.339516 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
6433 | 2025.06.03 00:55:30.339614 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6434 | 2025.06.03 00:55:30.339625 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6435 | 2025.06.03 00:55:30.339702 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_46_9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6436 | 2025.06.03 00:55:30.339728 [ 68 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6437 | 2025.06.03 00:55:30.339751 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001663 sec., 54119.06193625977 rows/sec., 4.24 MiB/sec. | ||
6438 | 2025.06.03 00:55:30.339759 [ 68 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6439 | 2025.06.03 00:55:30.339771 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
6440 | 2025.06.03 00:55:30.339794 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6441 | 2025.06.03 00:55:30.339796 [ 261 ] {a4435146-250b-4c11-811a-a304d8e75229} <Debug> TCPHandler: Processed in 0.001833767 sec. | ||
6442 | 2025.06.03 00:55:30.339865 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
6443 | 2025.06.03 00:55:30.339926 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6444 | 2025.06.03 00:55:30.339963 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6445 | 2025.06.03 00:55:30.339993 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 950 rows starting from the beginning of the part | ||
6446 | 2025.06.03 00:55:30.340027 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6447 | 2025.06.03 00:55:30.340045 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 584 rows starting from the beginning of the part | ||
6448 | 2025.06.03 00:55:30.340076 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6449 | 2025.06.03 00:55:30.340091 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
6450 | 2025.06.03 00:55:30.340134 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 76 rows starting from the beginning of the part | ||
6451 | 2025.06.03 00:55:30.340171 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part | ||
6452 | 2025.06.03 00:55:30.340206 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 90 rows starting from the beginning of the part | ||
6453 | 2025.06.03 00:55:30.340510 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6454 | 2025.06.03 00:55:30.340550 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6455 | 2025.06.03 00:55:30.340905 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6456 | 2025.06.03 00:55:30.341124 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6457 | 2025.06.03 00:55:30.341166 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329411 sec., 1396106.9977606626 rows/sec., 109.58 MiB/sec. | ||
6458 | 2025.06.03 00:55:30.341230 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6459 | 2025.06.03 00:55:30.341255 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6460 | 2025.06.03 00:55:30.341255 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001247 sec., 133921.41138732957 rows/sec., 9.32 MiB/sec. | ||
6461 | 2025.06.03 00:55:30.341272 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6462 | 2025.06.03 00:55:30.341305 [ 261 ] {c9e81357-5471-4a34-bad4-15283c4ce49c} <Debug> TCPHandler: Processed in 0.001427685 sec. | ||
6463 | 2025.06.03 00:55:30.341325 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6464 | 2025.06.03 00:55:30.341363 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6465 | 2025.06.03 00:55:30.341422 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6466 | 2025.06.03 00:55:30.341469 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6467 | 2025.06.03 00:55:30.341500 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14889 rows starting from the beginning of the part | ||
6468 | 2025.06.03 00:55:30.341517 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6469 | 2025.06.03 00:55:30.341564 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 956 rows starting from the beginning of the part | ||
6470 | 2025.06.03 00:55:30.341576 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6471 | 2025.06.03 00:55:30.341584 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6472 | 2025.06.03 00:55:30.341611 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 86 rows starting from the beginning of the part | ||
6473 | 2025.06.03 00:55:30.341651 [ 192 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_56_11} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6474 | 2025.06.03 00:55:30.341657 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6475 | 2025.06.03 00:55:30.341710 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
6476 | 2025.06.03 00:55:30.341715 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6477 | 2025.06.03 00:55:30.341756 [ 197 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 167 rows starting from the beginning of the part | ||
6478 | 2025.06.03 00:55:30.342337 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2025.06.03 00:55:30.342373 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6480 | 2025.06.03 00:55:30.342913 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6481 | 2025.06.03 00:55:30.343150 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6482 | 2025.06.03 00:55:30.343260 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6483 | 2025.06.03 00:55:30.343285 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001786 sec., 6718.924972004479 rows/sec., 12.04 MiB/sec. | ||
6484 | 2025.06.03 00:55:30.343287 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6485 | 2025.06.03 00:55:30.343323 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6486 | 2025.06.03 00:55:30.343345 [ 261 ] {607f4ac0-04ab-46b2-a5d5-7b1d25d127f3} <Debug> TCPHandler: Processed in 0.001970891 sec. | ||
6487 | 2025.06.03 00:55:30.343382 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
6488 | 2025.06.03 00:55:30.343467 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6489 | 2025.06.03 00:55:30.343550 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6490 | 2025.06.03 00:55:30.343564 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6491 | 2025.06.03 00:55:30.343594 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 783 rows starting from the beginning of the part | ||
6492 | 2025.06.03 00:55:30.343610 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6493 | 2025.06.03 00:55:30.343697 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
6494 | 2025.06.03 00:55:30.343789 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part | ||
6495 | 2025.06.03 00:55:30.343874 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
6496 | 2025.06.03 00:55:30.343956 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
6497 | 2025.06.03 00:55:30.343955 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6498 | 2025.06.03 00:55:30.344003 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6499 | 2025.06.03 00:55:30.344037 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
6500 | 2025.06.03 00:55:30.344310 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6501 | 2025.06.03 00:55:30.344544 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6502 | 2025.06.03 00:55:30.344661 [ 68 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6503 | 2025.06.03 00:55:30.344689 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. | ||
6504 | 2025.06.03 00:55:30.344692 [ 68 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6505 | 2025.06.03 00:55:30.344728 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6506 | 2025.06.03 00:55:30.344732 [ 261 ] {6590297f-f91f-42dd-8995-e170dcb5f126} <Debug> TCPHandler: Processed in 0.001312791 sec. | ||
6507 | 2025.06.03 00:55:30.344795 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6508 | 2025.06.03 00:55:30.344875 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6509 | 2025.06.03 00:55:30.344899 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2732 rows starting from the beginning of the part | ||
6510 | 2025.06.03 00:55:30.344939 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part | ||
6511 | 2025.06.03 00:55:30.344974 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6512 | 2025.06.03 00:55:30.345006 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
6513 | 2025.06.03 00:55:30.345038 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6514 | 2025.06.03 00:55:30.345069 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
6515 | 2025.06.03 00:55:30.346307 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2972 rows, containing 4 columns (4 merged, 0 gathered) in 0.001594489 sec., 1863920.0395863503 rows/sec., 125.22 MiB/sec. | ||
6516 | 2025.06.03 00:55:30.346737 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6517 | 2025.06.03 00:55:30.346988 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6518 | 2025.06.03 00:55:30.347053 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005729558 sec., 2865491.544024862 rows/sec., 196.15 MiB/sec. | ||
6519 | 2025.06.03 00:55:30.347058 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_56_11} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6520 | 2025.06.03 00:55:30.347133 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
6521 | 2025.06.03 00:55:30.347258 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6522 | 2025.06.03 00:55:30.347572 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6523 | 2025.06.03 00:55:30.347654 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6524 | 2025.06.03 00:55:30.347751 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
6525 | 2025.06.03 00:55:30.360129 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 875 rows, containing 19 columns (19 merged, 0 gathered) in 0.016768631 sec., 52180.76538269583 rows/sec., 93.51 MiB/sec. | ||
6526 | 2025.06.03 00:55:30.361532 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6527 | 2025.06.03 00:55:30.361887 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6528 | 2025.06.03 00:55:30.361965 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6529 | 2025.06.03 00:55:30.362085 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. | ||
6530 | 2025.06.03 00:55:31.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.68 MiB, peak 273.10 MiB, free memory in arenas 0.00 B, will set to 264.84 MiB (RSS), difference: 4.16 MiB | ||
6531 | 2025.06.03 00:55:31.922289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
6532 | 2025.06.03 00:55:31.922780 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6533 | 2025.06.03 00:55:31.922820 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6534 | 2025.06.03 00:55:31.923283 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6535 | 2025.06.03 00:55:31.923505 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6536 | 2025.06.03 00:55:31.923629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
6537 | 2025.06.03 00:55:32.795969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
6538 | 2025.06.03 00:55:32.812540 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6539 | 2025.06.03 00:55:32.812600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6540 | 2025.06.03 00:55:32.818756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6541 | 2025.06.03 00:55:32.819483 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6542 | 2025.06.03 00:55:32.822530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
6543 | 2025.06.03 00:55:35.333608 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6544 | 2025.06.03 00:55:35.333826 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6545 | 2025.06.03 00:55:35.333898 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6546 | 2025.06.03 00:55:35.334651 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6547 | 2025.06.03 00:55:35.334701 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6548 | 2025.06.03 00:55:35.335100 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6549 | 2025.06.03 00:55:35.335324 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6550 | 2025.06.03 00:55:35.335468 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 5.55 MiB/sec. | ||
6551 | 2025.06.03 00:55:35.335510 [ 261 ] {080922ae-7e50-400b-bdc8-8e2ea32fa291} <Debug> TCPHandler: Processed in 0.002039454 sec. | ||
6552 | 2025.06.03 00:55:35.335642 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6553 | 2025.06.03 00:55:35.335737 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6554 | 2025.06.03 00:55:35.335779 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6555 | 2025.06.03 00:55:35.336235 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6556 | 2025.06.03 00:55:35.336273 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6557 | 2025.06.03 00:55:35.336577 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6558 | 2025.06.03 00:55:35.336793 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6559 | 2025.06.03 00:55:35.336921 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001203 sec., 23275.145469659183 rows/sec., 1.71 MiB/sec. | ||
6560 | 2025.06.03 00:55:35.336962 [ 261 ] {1e33bde7-f644-454d-89c2-c34fd8db1763} <Debug> TCPHandler: Processed in 0.001367733 sec. | ||
6561 | 2025.06.03 00:55:35.337085 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6562 | 2025.06.03 00:55:35.337179 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6563 | 2025.06.03 00:55:35.337218 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6564 | 2025.06.03 00:55:35.337681 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6565 | 2025.06.03 00:55:35.337719 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6566 | 2025.06.03 00:55:35.338023 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6567 | 2025.06.03 00:55:35.338232 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6568 | 2025.06.03 00:55:35.338361 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.0012 sec., 76666.66666666667 rows/sec., 5.99 MiB/sec. | ||
6569 | 2025.06.03 00:55:35.338399 [ 261 ] {62d434dc-90c6-433c-beb6-fba5487473eb} <Debug> TCPHandler: Processed in 0.001361882 sec. | ||
6570 | 2025.06.03 00:55:35.338521 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2025.06.03 00:55:35.338615 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6572 | 2025.06.03 00:55:35.338657 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6573 | 2025.06.03 00:55:35.339098 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6574 | 2025.06.03 00:55:35.339135 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6575 | 2025.06.03 00:55:35.339464 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6576 | 2025.06.03 00:55:35.339672 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6577 | 2025.06.03 00:55:35.339802 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. | ||
6578 | 2025.06.03 00:55:35.339839 [ 261 ] {3366dbfb-ab0f-451c-82de-2b18812b603b} <Debug> TCPHandler: Processed in 0.001365912 sec. | ||
6579 | 2025.06.03 00:55:35.339949 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6580 | 2025.06.03 00:55:35.340043 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6581 | 2025.06.03 00:55:35.340097 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6582 | 2025.06.03 00:55:35.340908 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6583 | 2025.06.03 00:55:35.340945 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6584 | 2025.06.03 00:55:35.341480 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6585 | 2025.06.03 00:55:35.341707 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6586 | 2025.06.03 00:55:35.341840 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001816 sec., 15418.502202643172 rows/sec., 27.63 MiB/sec. | ||
6587 | 2025.06.03 00:55:35.341897 [ 261 ] {22ef109f-c50f-4fc4-a9ba-ab4cdbdba244} <Debug> TCPHandler: Processed in 0.001995412 sec. | ||
6588 | 2025.06.03 00:55:35.342010 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6589 | 2025.06.03 00:55:35.342105 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6590 | 2025.06.03 00:55:35.342146 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6591 | 2025.06.03 00:55:35.342478 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6592 | 2025.06.03 00:55:35.342514 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
6593 | 2025.06.03 00:55:35.342822 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6594 | 2025.06.03 00:55:35.343029 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6595 | 2025.06.03 00:55:35.343154 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
6596 | 2025.06.03 00:55:35.343189 [ 261 ] {917bf2c7-0290-4d32-9661-53cbe2ffb856} <Debug> TCPHandler: Processed in 0.001226168 sec. | ||
6597 | 2025.06.03 00:55:39.314300 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6598 | 2025.06.03 00:55:39.314370 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6599 | 2025.06.03 00:55:39.424688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
6600 | 2025.06.03 00:55:39.425221 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6601 | 2025.06.03 00:55:39.425265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6602 | 2025.06.03 00:55:39.425737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6603 | 2025.06.03 00:55:39.425952 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6604 | 2025.06.03 00:55:39.426082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
6605 | 2025.06.03 00:55:39.426100 [ 93 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6606 | 2025.06.03 00:55:39.426159 [ 93 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6607 | 2025.06.03 00:55:39.426183 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6608 | 2025.06.03 00:55:39.426295 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
6609 | 2025.06.03 00:55:39.426431 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6610 | 2025.06.03 00:55:39.426468 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
6611 | 2025.06.03 00:55:39.426530 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
6612 | 2025.06.03 00:55:39.426574 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
6613 | 2025.06.03 00:55:39.426613 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
6614 | 2025.06.03 00:55:39.426649 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
6615 | 2025.06.03 00:55:39.426685 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
6616 | 2025.06.03 00:55:39.428512 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.00226961 sec., 7283630.227219654 rows/sec., 104.19 MiB/sec. | ||
6617 | 2025.06.03 00:55:39.428655 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6618 | 2025.06.03 00:55:39.428985 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6619 | 2025.06.03 00:55:39.429062 [ 186 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_36_7} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6620 | 2025.06.03 00:55:39.429187 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
6621 | 2025.06.03 00:55:39.475602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 922 | ||
6622 | 2025.06.03 00:55:39.477793 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6623 | 2025.06.03 00:55:39.477837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6624 | 2025.06.03 00:55:39.479019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6625 | 2025.06.03 00:55:39.479280 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6626 | 2025.06.03 00:55:39.479433 [ 87 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6627 | 2025.06.03 00:55:39.479481 [ 87 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2025.06.03 00:55:39.479504 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6629 | 2025.06.03 00:55:39.479618 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
6630 | 2025.06.03 00:55:39.479625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
6631 | 2025.06.03 00:55:39.480269 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6632 | 2025.06.03 00:55:39.480443 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 786 rows starting from the beginning of the part | ||
6633 | 2025.06.03 00:55:39.480854 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
6634 | 2025.06.03 00:55:39.481212 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
6635 | 2025.06.03 00:55:39.481560 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part | ||
6636 | 2025.06.03 00:55:39.481912 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
6637 | 2025.06.03 00:55:39.482272 [ 192 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
6638 | 2025.06.03 00:55:39.488050 [ 191 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 72 columns (72 merged, 0 gathered) in 0.008490074 sec., 108597.40445136285 rows/sec., 91.44 MiB/sec. | ||
6639 | 2025.06.03 00:55:39.489183 [ 191 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6640 | 2025.06.03 00:55:39.489858 [ 191 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6641 | 2025.06.03 00:55:39.489938 [ 191 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_26_5} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6642 | 2025.06.03 00:55:39.490171 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
6643 | 2025.06.03 00:55:40.323561 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 | ||
6644 | 2025.06.03 00:55:40.333155 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6645 | 2025.06.03 00:55:40.333350 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6646 | 2025.06.03 00:55:40.333431 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6647 | 2025.06.03 00:55:40.334165 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2025.06.03 00:55:40.334220 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6649 | 2025.06.03 00:55:40.334662 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6650 | 2025.06.03 00:55:40.334934 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2025.06.03 00:55:40.335161 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001858 sec., 43057.050592034444 rows/sec., 3.55 MiB/sec. | ||
6652 | 2025.06.03 00:55:40.335238 [ 261 ] {f26fbb34-5768-48d1-a8cf-68a1de21e978} <Debug> TCPHandler: Processed in 0.00222332 sec. | ||
6653 | 2025.06.03 00:55:40.335384 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6654 | 2025.06.03 00:55:40.335492 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6655 | 2025.06.03 00:55:40.335539 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6656 | 2025.06.03 00:55:40.335990 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2025.06.03 00:55:40.336030 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6658 | 2025.06.03 00:55:40.336398 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6659 | 2025.06.03 00:55:40.336640 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2025.06.03 00:55:40.336807 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00134 sec., 8955.223880597016 rows/sec., 673.39 KiB/sec. | ||
6661 | 2025.06.03 00:55:40.336857 [ 261 ] {d163fd8e-fc9f-4d3f-b8a7-15a00e376665} <Debug> TCPHandler: Processed in 0.001525678 sec. | ||
6662 | 2025.06.03 00:55:40.336999 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2025.06.03 00:55:40.337117 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6664 | 2025.06.03 00:55:40.337179 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6665 | 2025.06.03 00:55:40.337750 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2025.06.03 00:55:40.337794 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6667 | 2025.06.03 00:55:40.338167 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6668 | 2025.06.03 00:55:40.338412 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2025.06.03 00:55:40.338561 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001473 sec., 51595.38357094365 rows/sec., 4.03 MiB/sec. | ||
6670 | 2025.06.03 00:55:40.338605 [ 261 ] {7abaf86f-e4e5-448e-9c79-c8402f8fbde1} <Debug> TCPHandler: Processed in 0.001658321 sec. | ||
6671 | 2025.06.03 00:55:40.338746 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6672 | 2025.06.03 00:55:40.338853 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6673 | 2025.06.03 00:55:40.338916 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6674 | 2025.06.03 00:55:40.339431 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6675 | 2025.06.03 00:55:40.339611 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6676 | 2025.06.03 00:55:40.340080 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6677 | 2025.06.03 00:55:40.340318 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6678 | 2025.06.03 00:55:40.340460 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
6679 | 2025.06.03 00:55:40.340500 [ 261 ] {1bef82be-e081-4610-9631-1968268e3d07} <Debug> TCPHandler: Processed in 0.001812886 sec. | ||
6680 | 2025.06.03 00:55:40.340628 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6681 | 2025.06.03 00:55:40.340743 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6682 | 2025.06.03 00:55:40.340817 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6683 | 2025.06.03 00:55:40.341848 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6684 | 2025.06.03 00:55:40.341894 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6685 | 2025.06.03 00:55:40.342593 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6686 | 2025.06.03 00:55:40.342864 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6687 | 2025.06.03 00:55:40.343029 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002309 sec., 5197.05500216544 rows/sec., 9.31 MiB/sec. | ||
6688 | 2025.06.03 00:55:40.343102 [ 261 ] {bf548d27-da4b-466c-ae28-3c173dbe8d34} <Debug> TCPHandler: Processed in 0.002527429 sec. | ||
6689 | 2025.06.03 00:55:40.343252 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6690 | 2025.06.03 00:55:40.343373 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6691 | 2025.06.03 00:55:40.343428 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6692 | 2025.06.03 00:55:40.343901 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6693 | 2025.06.03 00:55:40.343943 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6694 | 2025.06.03 00:55:40.344050 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6695 | 2025.06.03 00:55:40.344120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6696 | 2025.06.03 00:55:40.344388 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6697 | 2025.06.03 00:55:40.344725 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6698 | 2025.06.03 00:55:40.344917 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
6699 | 2025.06.03 00:55:40.344972 [ 261 ] {3527d998-76bc-4f81-8e8e-8ac9249e1be3} <Debug> TCPHandler: Processed in 0.001783925 sec. | ||
6700 | 2025.06.03 00:55:40.351834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6701 | 2025.06.03 00:55:40.352994 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6702 | 2025.06.03 00:55:40.353431 [ 93 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6703 | 2025.06.03 00:55:40.353505 [ 93 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6704 | 2025.06.03 00:55:40.353531 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6705 | 2025.06.03 00:55:40.353704 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6706 | 2025.06.03 00:55:40.358277 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6707 | 2025.06.03 00:55:40.359917 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6708 | 2025.06.03 00:55:40.361244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 271 | ||
6709 | 2025.06.03 00:55:40.365143 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6710 | 2025.06.03 00:55:40.369790 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6711 | 2025.06.03 00:55:40.378712 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6712 | 2025.06.03 00:55:40.383591 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6713 | 2025.06.03 00:55:40.390935 [ 192 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
6714 | 2025.06.03 00:55:40.482271 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.128649085 sec., 2106.5054601826355 rows/sec., 10.89 MiB/sec. | ||
6715 | 2025.06.03 00:55:40.485470 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6716 | 2025.06.03 00:55:40.487842 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_36_7} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6717 | 2025.06.03 00:55:40.488010 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_36_7} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6718 | 2025.06.03 00:55:40.490870 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6719 | 2025.06.03 00:55:41.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.38 MiB, peak 278.26 MiB, free memory in arenas 0.00 B, will set to 267.62 MiB (RSS), difference: 1.24 MiB | ||
6720 | 2025.06.03 00:55:41.729738 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6721 | 2025.06.03 00:55:41.729937 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6722 | 2025.06.03 00:55:41.730010 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6723 | 2025.06.03 00:55:41.730715 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6724 | 2025.06.03 00:55:41.730766 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6725 | 2025.06.03 00:55:41.731187 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6726 | 2025.06.03 00:55:41.731416 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6727 | 2025.06.03 00:55:41.731565 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001682 sec., 14268.727705112962 rows/sec., 1.18 MiB/sec. | ||
6728 | 2025.06.03 00:55:41.731609 [ 261 ] {47930a06-f35a-445c-9128-a5da196f5f2c} <Debug> TCPHandler: Processed in 0.002009313 sec. | ||
6729 | 2025.06.03 00:55:41.731737 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6730 | 2025.06.03 00:55:41.731833 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6731 | 2025.06.03 00:55:41.731875 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6732 | 2025.06.03 00:55:41.732274 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6733 | 2025.06.03 00:55:41.732312 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6734 | 2025.06.03 00:55:41.732629 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6735 | 2025.06.03 00:55:41.732844 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6736 | 2025.06.03 00:55:41.732972 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001158 sec., 3454.231433506045 rows/sec., 281.67 KiB/sec. | ||
6737 | 2025.06.03 00:55:41.733011 [ 261 ] {7f71ecc0-0076-43fa-bb63-3a84d2d75329} <Debug> TCPHandler: Processed in 0.001323171 sec. | ||
6738 | 2025.06.03 00:55:41.733112 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6739 | 2025.06.03 00:55:41.733206 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6740 | 2025.06.03 00:55:41.733271 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6741 | 2025.06.03 00:55:41.734358 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6742 | 2025.06.03 00:55:41.734395 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6743 | 2025.06.03 00:55:41.734808 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6744 | 2025.06.03 00:55:41.735019 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6745 | 2025.06.03 00:55:41.735147 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.00196 sec., 701020.4081632653 rows/sec., 58.46 MiB/sec. | ||
6746 | 2025.06.03 00:55:41.735186 [ 261 ] {731ca3bd-ef4e-4c8e-9c41-79cf6cad516f} <Debug> TCPHandler: Processed in 0.002121996 sec. | ||
6747 | 2025.06.03 00:55:41.735297 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6748 | 2025.06.03 00:55:41.735441 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6749 | 2025.06.03 00:55:41.735485 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6750 | 2025.06.03 00:55:41.735903 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6751 | 2025.06.03 00:55:41.735941 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6752 | 2025.06.03 00:55:41.736242 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6753 | 2025.06.03 00:55:41.736458 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6754 | 2025.06.03 00:55:41.736585 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001166 sec., 37735.84905660377 rows/sec., 2.80 MiB/sec. | ||
6755 | 2025.06.03 00:55:41.736623 [ 261 ] {b7073979-bdbd-4c9b-9536-2f7fa9cc2f46} <Debug> TCPHandler: Processed in 0.001374572 sec. | ||
6756 | 2025.06.03 00:55:41.736746 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6757 | 2025.06.03 00:55:41.736864 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6758 | 2025.06.03 00:55:41.736914 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6759 | 2025.06.03 00:55:41.737489 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6760 | 2025.06.03 00:55:41.737534 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6761 | 2025.06.03 00:55:41.737896 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6762 | 2025.06.03 00:55:41.738114 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6763 | 2025.06.03 00:55:41.738243 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001404 sec., 179487.17948717947 rows/sec., 12.41 MiB/sec. | ||
6764 | 2025.06.03 00:55:41.738283 [ 261 ] {e01d2cff-c684-410f-9b5d-2bd48089cd14} <Debug> TCPHandler: Processed in 0.00159926 sec. | ||
6765 | 2025.06.03 00:55:41.738397 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6766 | 2025.06.03 00:55:41.738491 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6767 | 2025.06.03 00:55:41.738532 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6768 | 2025.06.03 00:55:41.738927 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6769 | 2025.06.03 00:55:41.738964 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6770 | 2025.06.03 00:55:41.739271 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6771 | 2025.06.03 00:55:41.739481 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6772 | 2025.06.03 00:55:41.739608 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. | ||
6773 | 2025.06.03 00:55:41.739646 [ 261 ] {827c094d-2975-432a-bd52-a2ff14d18aaf} <Debug> TCPHandler: Processed in 0.00129846 sec. | ||
6774 | 2025.06.03 00:55:41.739765 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6775 | 2025.06.03 00:55:41.739884 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6776 | 2025.06.03 00:55:41.739933 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6777 | 2025.06.03 00:55:41.740660 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6778 | 2025.06.03 00:55:41.740700 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6779 | 2025.06.03 00:55:41.741076 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6780 | 2025.06.03 00:55:41.741311 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6781 | 2025.06.03 00:55:41.741446 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001587 sec., 370510.3969754253 rows/sec., 27.83 MiB/sec. | ||
6782 | 2025.06.03 00:55:41.741487 [ 261 ] {b87e9937-8f7e-4f0d-89d0-a737e3d35b59} <Debug> TCPHandler: Processed in 0.001782155 sec. | ||
6783 | 2025.06.03 00:55:41.741590 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6784 | 2025.06.03 00:55:41.741684 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6785 | 2025.06.03 00:55:41.741727 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6786 | 2025.06.03 00:55:41.742322 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6787 | 2025.06.03 00:55:41.742358 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6788 | 2025.06.03 00:55:41.742733 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6789 | 2025.06.03 00:55:41.742948 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6790 | 2025.06.03 00:55:41.743079 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001413 sec., 670912.9511677283 rows/sec., 45.29 MiB/sec. | ||
6791 | 2025.06.03 00:55:41.743115 [ 261 ] {d3498d3d-fecb-4029-9299-650c277b43de} <Debug> TCPHandler: Processed in 0.001573259 sec. | ||
6792 | 2025.06.03 00:55:41.743235 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6793 | 2025.06.03 00:55:41.743328 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6794 | 2025.06.03 00:55:41.743385 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6795 | 2025.06.03 00:55:41.744198 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6796 | 2025.06.03 00:55:41.744234 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6797 | 2025.06.03 00:55:41.744757 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6798 | 2025.06.03 00:55:41.744983 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6799 | 2025.06.03 00:55:41.745117 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001807 sec., 15495.296070835639 rows/sec., 27.77 MiB/sec. | ||
6800 | 2025.06.03 00:55:41.745170 [ 261 ] {8d80f001-4dac-4bc1-803f-c5c5c985a189} <Debug> TCPHandler: Processed in 0.001984832 sec. | ||
6801 | 2025.06.03 00:55:41.745286 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6802 | 2025.06.03 00:55:41.745381 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6803 | 2025.06.03 00:55:41.745423 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6804 | 2025.06.03 00:55:41.745749 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6805 | 2025.06.03 00:55:41.745785 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6806 | 2025.06.03 00:55:41.746088 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6807 | 2025.06.03 00:55:41.746303 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6808 | 2025.06.03 00:55:41.746432 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00107 sec., 22429.906542056076 rows/sec., 1.51 MiB/sec. | ||
6809 | 2025.06.03 00:55:41.746466 [ 261 ] {56b6dff9-86db-4092-8eaa-af7728c8482b} <Debug> TCPHandler: Processed in 0.001229418 sec. | ||
6810 | 2025.06.03 00:55:45.329343 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6811 | 2025.06.03 00:55:45.329542 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6812 | 2025.06.03 00:55:45.329608 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6813 | 2025.06.03 00:55:45.330302 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6814 | 2025.06.03 00:55:45.330349 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6815 | 2025.06.03 00:55:45.330739 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6816 | 2025.06.03 00:55:45.330963 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6817 | 2025.06.03 00:55:45.331110 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.65 MiB/sec. | ||
6818 | 2025.06.03 00:55:45.331150 [ 261 ] {2c3ccdff-6420-450f-a207-4868363c8c8b} <Debug> TCPHandler: Processed in 0.001950601 sec. | ||
6819 | 2025.06.03 00:55:45.331265 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6820 | 2025.06.03 00:55:45.331359 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6821 | 2025.06.03 00:55:45.331397 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6822 | 2025.06.03 00:55:45.331827 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6823 | 2025.06.03 00:55:45.331861 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6824 | 2025.06.03 00:55:45.332175 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6825 | 2025.06.03 00:55:45.332381 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6826 | 2025.06.03 00:55:45.332503 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. | ||
6827 | 2025.06.03 00:55:45.332540 [ 261 ] {29053d05-5c06-44e2-aa9c-187ba690ee8e} <Debug> TCPHandler: Processed in 0.001321901 sec. | ||
6828 | 2025.06.03 00:55:45.332647 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6829 | 2025.06.03 00:55:45.332739 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6830 | 2025.06.03 00:55:45.332782 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6831 | 2025.06.03 00:55:45.333173 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6832 | 2025.06.03 00:55:45.333207 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6833 | 2025.06.03 00:55:45.333537 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6834 | 2025.06.03 00:55:45.333761 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6835 | 2025.06.03 00:55:45.333885 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001164 sec., 82474.22680412371 rows/sec., 5.74 MiB/sec. | ||
6836 | 2025.06.03 00:55:45.333921 [ 261 ] {7acd7ac4-e9bf-4bb7-860c-a332bdbc1807} <Debug> TCPHandler: Processed in 0.001319941 sec. | ||
6837 | 2025.06.03 00:55:45.334027 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6838 | 2025.06.03 00:55:45.334118 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6839 | 2025.06.03 00:55:45.334159 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6840 | 2025.06.03 00:55:45.334498 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6841 | 2025.06.03 00:55:45.334533 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6842 | 2025.06.03 00:55:45.334838 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6843 | 2025.06.03 00:55:45.335044 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6844 | 2025.06.03 00:55:45.335165 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001065 sec., 33802.81690140845 rows/sec., 2.28 MiB/sec. | ||
6845 | 2025.06.03 00:55:45.335199 [ 261 ] {adde88e5-55c6-49aa-912b-f89a6addd950} <Debug> TCPHandler: Processed in 0.001219338 sec. | ||
6846 | 2025.06.03 00:55:46.927111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
6847 | 2025.06.03 00:55:46.927607 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6848 | 2025.06.03 00:55:46.927658 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6849 | 2025.06.03 00:55:46.928427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6850 | 2025.06.03 00:55:46.928667 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6851 | 2025.06.03 00:55:46.928817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
6852 | 2025.06.03 00:55:47.862274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 | ||
6853 | 2025.06.03 00:55:47.878154 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6854 | 2025.06.03 00:55:47.878212 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6855 | 2025.06.03 00:55:47.883815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6856 | 2025.06.03 00:55:47.884519 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6857 | 2025.06.03 00:55:47.887296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
6858 | 2025.06.03 00:55:49.479788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 962 | ||
6859 | 2025.06.03 00:55:49.482256 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6860 | 2025.06.03 00:55:49.482303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6861 | 2025.06.03 00:55:49.483478 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6862 | 2025.06.03 00:55:49.483736 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6863 | 2025.06.03 00:55:49.483989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 962 | ||
6864 | 2025.06.03 00:55:50.332183 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6865 | 2025.06.03 00:55:50.332363 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6866 | 2025.06.03 00:55:50.332431 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6867 | 2025.06.03 00:55:50.333119 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6868 | 2025.06.03 00:55:50.333167 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6869 | 2025.06.03 00:55:50.333567 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6870 | 2025.06.03 00:55:50.333798 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6871 | 2025.06.03 00:55:50.333948 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001635 sec., 48929.663608562696 rows/sec., 4.03 MiB/sec. | ||
6872 | 2025.06.03 00:55:50.333971 [ 176 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6873 | 2025.06.03 00:55:50.333989 [ 261 ] {f151b013-9d01-4d16-86c5-560bc7d7cd5c} <Debug> TCPHandler: Processed in 0.001942741 sec. | ||
6874 | 2025.06.03 00:55:50.334042 [ 176 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6875 | 2025.06.03 00:55:50.334068 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6876 | 2025.06.03 00:55:50.334145 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6877 | 2025.06.03 00:55:50.334199 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
6878 | 2025.06.03 00:55:50.334244 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6879 | 2025.06.03 00:55:50.334291 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6880 | 2025.06.03 00:55:50.334357 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6881 | 2025.06.03 00:55:50.334400 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1967 rows starting from the beginning of the part | ||
6882 | 2025.06.03 00:55:50.334501 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
6883 | 2025.06.03 00:55:50.334554 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 80 rows starting from the beginning of the part | ||
6884 | 2025.06.03 00:55:50.334602 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1374 rows starting from the beginning of the part | ||
6885 | 2025.06.03 00:55:50.334646 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
6886 | 2025.06.03 00:55:50.334691 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 80 rows starting from the beginning of the part | ||
6887 | 2025.06.03 00:55:50.334709 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6888 | 2025.06.03 00:55:50.334751 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6889 | 2025.06.03 00:55:50.335098 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6890 | 2025.06.03 00:55:50.335335 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6891 | 2025.06.03 00:55:50.335472 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001247 sec., 9623.09542902967 rows/sec., 723.61 KiB/sec. | ||
6892 | 2025.06.03 00:55:50.335510 [ 261 ] {4bc60c71-e229-4dce-b493-f60e97619f22} <Debug> TCPHandler: Processed in 0.001415714 sec. | ||
6893 | 2025.06.03 00:55:50.335613 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6894 | 2025.06.03 00:55:50.335707 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6895 | 2025.06.03 00:55:50.335746 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6896 | 2025.06.03 00:55:50.336171 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6897 | 2025.06.03 00:55:50.336208 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6898 | 2025.06.03 00:55:50.336263 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 5 columns (5 merged, 0 gathered) in 0.002123786 sec., 1727575.1888372935 rows/sec., 149.18 MiB/sec. | ||
6899 | 2025.06.03 00:55:50.336535 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6900 | 2025.06.03 00:55:50.336568 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6901 | 2025.06.03 00:55:50.336880 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6902 | 2025.06.03 00:55:50.336944 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6903 | 2025.06.03 00:55:50.337048 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_61_12} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
6904 | 2025.06.03 00:55:50.337052 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001363 sec., 55759.354365370506 rows/sec., 4.35 MiB/sec. | ||
6905 | 2025.06.03 00:55:50.337111 [ 261 ] {9fe42b41-6cc5-44ac-827a-a1ca3095ed02} <Debug> TCPHandler: Processed in 0.001545798 sec. | ||
6906 | 2025.06.03 00:55:50.337145 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
6907 | 2025.06.03 00:55:50.337185 [ 176 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6908 | 2025.06.03 00:55:50.337238 [ 176 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6909 | 2025.06.03 00:55:50.337266 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6910 | 2025.06.03 00:55:50.337367 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
6911 | 2025.06.03 00:55:50.337443 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6912 | 2025.06.03 00:55:50.337480 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6913 | 2025.06.03 00:55:50.337519 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 950 rows starting from the beginning of the part | ||
6914 | 2025.06.03 00:55:50.337553 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6915 | 2025.06.03 00:55:50.337585 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 92 rows starting from the beginning of the part | ||
6916 | 2025.06.03 00:55:50.337611 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6917 | 2025.06.03 00:55:50.337646 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 76 rows starting from the beginning of the part | ||
6918 | 2025.06.03 00:55:50.337704 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 588 rows starting from the beginning of the part | ||
6919 | 2025.06.03 00:55:50.337761 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
6920 | 2025.06.03 00:55:50.337818 [ 190 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 76 rows starting from the beginning of the part | ||
6921 | 2025.06.03 00:55:50.338473 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6922 | 2025.06.03 00:55:50.338523 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6923 | 2025.06.03 00:55:50.338948 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6924 | 2025.06.03 00:55:50.339098 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 5 columns (5 merged, 0 gathered) in 0.001776305 sec., 1039235.942025722 rows/sec., 81.54 MiB/sec. | ||
6925 | 2025.06.03 00:55:50.339264 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6926 | 2025.06.03 00:55:50.339330 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6927 | 2025.06.03 00:55:50.339464 [ 174 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6928 | 2025.06.03 00:55:50.339509 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001975 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec. | ||
6929 | 2025.06.03 00:55:50.339515 [ 174 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6930 | 2025.06.03 00:55:50.339579 [ 261 ] {f1f6494c-1551-48c8-baca-a1394f50c948} <Debug> TCPHandler: Processed in 0.002191968 sec. | ||
6931 | 2025.06.03 00:55:50.339585 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6932 | 2025.06.03 00:55:50.339713 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
6933 | 2025.06.03 00:55:50.339739 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6934 | 2025.06.03 00:55:50.339824 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6935 | 2025.06.03 00:55:50.339835 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6936 | 2025.06.03 00:55:50.339855 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_61_12} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
6937 | 2025.06.03 00:55:50.339869 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16418 rows starting from the beginning of the part | ||
6938 | 2025.06.03 00:55:50.339953 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6939 | 2025.06.03 00:55:50.339963 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
6940 | 2025.06.03 00:55:50.339995 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6941 | 2025.06.03 00:55:50.340022 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6942 | 2025.06.03 00:55:50.340026 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
6943 | 2025.06.03 00:55:50.340094 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 948 rows starting from the beginning of the part | ||
6944 | 2025.06.03 00:55:50.340148 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 96 rows starting from the beginning of the part | ||
6945 | 2025.06.03 00:55:50.340197 [ 189 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
6946 | 2025.06.03 00:55:50.340932 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6947 | 2025.06.03 00:55:50.340969 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6948 | 2025.06.03 00:55:50.341659 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6949 | 2025.06.03 00:55:50.341909 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6950 | 2025.06.03 00:55:50.342051 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00212 sec., 5660.377358490567 rows/sec., 10.14 MiB/sec. | ||
6951 | 2025.06.03 00:55:50.342104 [ 261 ] {e44c3d50-1174-4f4e-99f0-60df690d2afe} <Debug> TCPHandler: Processed in 0.002324903 sec. | ||
6952 | 2025.06.03 00:55:50.342222 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6953 | 2025.06.03 00:55:50.342317 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6954 | 2025.06.03 00:55:50.342359 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6955 | 2025.06.03 00:55:50.342705 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6956 | 2025.06.03 00:55:50.342741 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6957 | 2025.06.03 00:55:50.343172 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6958 | 2025.06.03 00:55:50.343390 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2025.06.03 00:55:50.343502 [ 174 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6960 | 2025.06.03 00:55:50.343524 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001227 sec., 48899.75550122249 rows/sec., 3.30 MiB/sec. | ||
6961 | 2025.06.03 00:55:50.343537 [ 174 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6962 | 2025.06.03 00:55:50.343564 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6963 | 2025.06.03 00:55:50.343568 [ 261 ] {534b3aae-324c-46a7-a457-1dc75b705e92} <Debug> TCPHandler: Processed in 0.001395953 sec. | ||
6964 | 2025.06.03 00:55:50.343642 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6965 | 2025.06.03 00:55:50.343751 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6966 | 2025.06.03 00:55:50.343781 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2972 rows starting from the beginning of the part | ||
6967 | 2025.06.03 00:55:50.343835 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6968 | 2025.06.03 00:55:50.343878 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
6969 | 2025.06.03 00:55:50.343921 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
6970 | 2025.06.03 00:55:50.343959 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6971 | 2025.06.03 00:55:50.343998 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
6972 | 2025.06.03 00:55:50.345626 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3212 rows, containing 4 columns (4 merged, 0 gathered) in 0.002016413 sec., 1592927.639327856 rows/sec., 107.04 MiB/sec. | ||
6973 | 2025.06.03 00:55:50.345941 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6974 | 2025.06.03 00:55:50.346186 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6975 | 2025.06.03 00:55:50.346251 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_61_12} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
6976 | 2025.06.03 00:55:50.346308 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
6977 | 2025.06.03 00:55:50.346878 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17942 rows, containing 5 columns (5 merged, 0 gathered) in 0.007219374 sec., 2485257.0319808894 rows/sec., 170.09 MiB/sec. | ||
6978 | 2025.06.03 00:55:50.347092 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6979 | 2025.06.03 00:55:50.347354 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6980 | 2025.06.03 00:55:50.347422 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
6981 | 2025.06.03 00:55:50.347501 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. | ||
6982 | 2025.06.03 00:55:51.001201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.18 MiB, peak 279.00 MiB, free memory in arenas 0.00 B, will set to 271.84 MiB (RSS), difference: 2.66 MiB | ||
6983 | 2025.06.03 00:55:52.596197 [ 173 ] {} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6984 | 2025.06.03 00:55:52.596266 [ 173 ] {} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6985 | 2025.06.03 00:55:52.596292 [ 173 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
6986 | 2025.06.03 00:55:52.596480 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
6987 | 2025.06.03 00:55:52.596691 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6988 | 2025.06.03 00:55:52.596746 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part | ||
6989 | 2025.06.03 00:55:52.596851 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
6990 | 2025.06.03 00:55:52.596926 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
6991 | 2025.06.03 00:55:52.596996 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
6992 | 2025.06.03 00:55:52.597063 [ 198 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
6993 | 2025.06.03 00:55:52.597872 [ 193 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476826 sec., 184178.77258390628 rows/sec., 11.82 MiB/sec. | ||
6994 | 2025.06.03 00:55:52.598062 [ 196 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6995 | 2025.06.03 00:55:52.598422 [ 196 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6996 | 2025.06.03 00:55:52.598511 [ 196 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_9_2} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6997 | 2025.06.03 00:55:52.598614 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6998 | 2025.06.03 00:55:54.314422 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6999 | 2025.06.03 00:55:54.314516 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7000 | 2025.06.03 00:55:54.328517 [ 157 ] {} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
7001 | 2025.06.03 00:55:54.328589 [ 157 ] {} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7002 | 2025.06.03 00:55:54.328614 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7003 | 2025.06.03 00:55:54.328789 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::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 | ||
7004 | 2025.06.03 00:55:54.329001 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7005 | 2025.06.03 00:55:54.329057 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part | ||
7006 | 2025.06.03 00:55:54.329162 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
7007 | 2025.06.03 00:55:54.329233 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
7008 | 2025.06.03 00:55:54.329273 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
7009 | 2025.06.03 00:55:54.329312 [ 198 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
7010 | 2025.06.03 00:55:54.330142 [ 193 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440244 sec., 361049.93320576235 rows/sec., 25.63 MiB/sec. | ||
7011 | 2025.06.03 00:55:54.330324 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
7012 | 2025.06.03 00:55:54.330612 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7013 | 2025.06.03 00:55:54.330685 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_9_2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
7014 | 2025.06.03 00:55:54.330783 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7015 | 2025.06.03 00:55:54.429764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
7016 | 2025.06.03 00:55:54.430256 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7017 | 2025.06.03 00:55:54.430300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7018 | 2025.06.03 00:55:54.430799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7019 | 2025.06.03 00:55:54.431027 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7020 | 2025.06.03 00:55:54.431161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
7021 | 2025.06.03 00:55:55.333139 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7022 | 2025.06.03 00:55:55.333321 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7023 | 2025.06.03 00:55:55.333387 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7024 | 2025.06.03 00:55:55.334074 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7025 | 2025.06.03 00:55:55.334115 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7026 | 2025.06.03 00:55:55.334531 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7027 | 2025.06.03 00:55:55.334769 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2025.06.03 00:55:55.334926 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001651 sec., 67837.67413688674 rows/sec., 5.70 MiB/sec. | ||
7029 | 2025.06.03 00:55:55.334974 [ 261 ] {8305b7d5-796d-461a-89fa-7468865c53ba} <Debug> TCPHandler: Processed in 0.001962571 sec. | ||
7030 | 2025.06.03 00:55:55.335095 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7031 | 2025.06.03 00:55:55.335198 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7032 | 2025.06.03 00:55:55.335243 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7033 | 2025.06.03 00:55:55.335657 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7034 | 2025.06.03 00:55:55.335693 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7035 | 2025.06.03 00:55:55.336009 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7036 | 2025.06.03 00:55:55.336225 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7037 | 2025.06.03 00:55:55.336328 [ 157 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7038 | 2025.06.03 00:55:55.336357 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001183 sec., 23668.63905325444 rows/sec., 1.74 MiB/sec. | ||
7039 | 2025.06.03 00:55:55.336361 [ 157 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7040 | 2025.06.03 00:55:55.336388 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7041 | 2025.06.03 00:55:55.336397 [ 261 ] {568d958c-390d-4837-a9e9-f6ed9321be89} <Debug> TCPHandler: Processed in 0.001353822 sec. | ||
7042 | 2025.06.03 00:55:55.336508 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7043 | 2025.06.03 00:55:55.336519 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
7044 | 2025.06.03 00:55:55.336603 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7045 | 2025.06.03 00:55:55.336649 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7046 | 2025.06.03 00:55:55.336664 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7047 | 2025.06.03 00:55:55.336704 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 176 rows starting from the beginning of the part | ||
7048 | 2025.06.03 00:55:55.336776 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
7049 | 2025.06.03 00:55:55.336826 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
7050 | 2025.06.03 00:55:55.336874 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part | ||
7051 | 2025.06.03 00:55:55.336946 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
7052 | 2025.06.03 00:55:55.337012 [ 198 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
7053 | 2025.06.03 00:55:55.337084 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7054 | 2025.06.03 00:55:55.337126 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7055 | 2025.06.03 00:55:55.337478 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7056 | 2025.06.03 00:55:55.337707 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7057 | 2025.06.03 00:55:55.337839 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001255 sec., 73306.77290836653 rows/sec., 5.73 MiB/sec. | ||
7058 | 2025.06.03 00:55:55.337877 [ 261 ] {68077685-3d14-405b-a7f8-ec1a2966abd3} <Debug> TCPHandler: Processed in 0.001418644 sec. | ||
7059 | 2025.06.03 00:55:55.337911 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456165 sec., 206020.60892824645 rows/sec., 14.85 MiB/sec. | ||
7060 | 2025.06.03 00:55:55.337996 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7061 | 2025.06.03 00:55:55.338090 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7062 | 2025.06.03 00:55:55.338107 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7063 | 2025.06.03 00:55:55.338135 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7064 | 2025.06.03 00:55:55.338433 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7065 | 2025.06.03 00:55:55.338522 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_51_10} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7066 | 2025.06.03 00:55:55.338559 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7067 | 2025.06.03 00:55:55.338601 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7068 | 2025.06.03 00:55:55.338620 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7069 | 2025.06.03 00:55:55.338950 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7070 | 2025.06.03 00:55:55.339176 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7071 | 2025.06.03 00:55:55.339307 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. | ||
7072 | 2025.06.03 00:55:55.339343 [ 261 ] {38d39a95-4fde-4d93-9c7c-a6d4b9f581cf} <Debug> TCPHandler: Processed in 0.001397244 sec. | ||
7073 | 2025.06.03 00:55:55.339450 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7074 | 2025.06.03 00:55:55.339544 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7075 | 2025.06.03 00:55:55.339600 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7076 | 2025.06.03 00:55:55.340432 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7077 | 2025.06.03 00:55:55.340466 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7078 | 2025.06.03 00:55:55.341002 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7079 | 2025.06.03 00:55:55.341231 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7080 | 2025.06.03 00:55:55.341335 [ 157 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7081 | 2025.06.03 00:55:55.341368 [ 157 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2025.06.03 00:55:55.341371 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001844 sec., 15184.381778741867 rows/sec., 27.21 MiB/sec. | ||
7083 | 2025.06.03 00:55:55.341388 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7084 | 2025.06.03 00:55:55.341441 [ 261 ] {5b7bd3c3-3912-487c-8824-0752611b3d03} <Debug> TCPHandler: Processed in 0.002038884 sec. | ||
7085 | 2025.06.03 00:55:55.341500 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
7086 | 2025.06.03 00:55:55.341552 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7087 | 2025.06.03 00:55:55.341649 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7088 | 2025.06.03 00:55:55.341692 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7089 | 2025.06.03 00:55:55.341746 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7090 | 2025.06.03 00:55:55.341808 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 875 rows starting from the beginning of the part | ||
7091 | 2025.06.03 00:55:55.341936 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
7092 | 2025.06.03 00:55:55.342031 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7093 | 2025.06.03 00:55:55.342036 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
7094 | 2025.06.03 00:55:55.342075 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7095 | 2025.06.03 00:55:55.342157 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part | ||
7096 | 2025.06.03 00:55:55.342263 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
7097 | 2025.06.03 00:55:55.342361 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
7098 | 2025.06.03 00:55:55.342416 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7099 | 2025.06.03 00:55:55.342640 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7100 | 2025.06.03 00:55:55.342778 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. | ||
7101 | 2025.06.03 00:55:55.342816 [ 261 ] {60cfc1a4-b2bf-44da-8a84-7ba831264029} <Debug> TCPHandler: Processed in 0.00131322 sec. | ||
7102 | 2025.06.03 00:55:55.347725 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 983 rows, containing 19 columns (19 merged, 0 gathered) in 0.006281246 sec., 156497.61209798182 rows/sec., 280.44 MiB/sec. | ||
7103 | 2025.06.03 00:55:55.348620 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7104 | 2025.06.03 00:55:55.348938 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7105 | 2025.06.03 00:55:55.349015 [ 187 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7106 | 2025.06.03 00:55:55.349105 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
7107 | 2025.06.03 00:55:55.388219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
7108 | 2025.06.03 00:55:55.403524 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7109 | 2025.06.03 00:55:55.403567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7110 | 2025.06.03 00:55:55.409481 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7111 | 2025.06.03 00:55:55.410170 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7112 | 2025.06.03 00:55:55.412836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
7113 | 2025.06.03 00:55:56.000144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.86 MiB, peak 280.53 MiB, free memory in arenas 0.00 B, will set to 275.06 MiB (RSS), difference: 2.20 MiB | ||
7114 | 2025.06.03 00:55:59.485014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 986 | ||
7115 | 2025.06.03 00:55:59.487090 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7116 | 2025.06.03 00:55:59.487135 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7117 | 2025.06.03 00:55:59.488280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7118 | 2025.06.03 00:55:59.488539 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7119 | 2025.06.03 00:55:59.488783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
7120 | 2025.06.03 00:56:00.333120 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7121 | 2025.06.03 00:56:00.333318 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7122 | 2025.06.03 00:56:00.333390 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7123 | 2025.06.03 00:56:00.334068 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7124 | 2025.06.03 00:56:00.334117 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7125 | 2025.06.03 00:56:00.334533 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7126 | 2025.06.03 00:56:00.334774 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7127 | 2025.06.03 00:56:00.334935 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001671 sec., 47875.523638539795 rows/sec., 3.94 MiB/sec. | ||
7128 | 2025.06.03 00:56:00.334981 [ 261 ] {7573407d-6451-4a78-82f6-4fa22066f91c} <Debug> TCPHandler: Processed in 0.001998002 sec. | ||
7129 | 2025.06.03 00:56:00.335124 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7130 | 2025.06.03 00:56:00.335224 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7131 | 2025.06.03 00:56:00.335272 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7132 | 2025.06.03 00:56:00.335726 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7133 | 2025.06.03 00:56:00.335764 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7134 | 2025.06.03 00:56:00.336068 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7135 | 2025.06.03 00:56:00.336292 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7136 | 2025.06.03 00:56:00.336424 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00122 sec., 9836.065573770493 rows/sec., 739.63 KiB/sec. | ||
7137 | 2025.06.03 00:56:00.336462 [ 261 ] {744a9ed5-c99d-42f7-8fb5-e8d323626cd7} <Debug> TCPHandler: Processed in 0.001396034 sec. | ||
7138 | 2025.06.03 00:56:00.336578 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7139 | 2025.06.03 00:56:00.336673 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7140 | 2025.06.03 00:56:00.336716 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7141 | 2025.06.03 00:56:00.337148 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7142 | 2025.06.03 00:56:00.337187 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7143 | 2025.06.03 00:56:00.337501 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7144 | 2025.06.03 00:56:00.337729 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7145 | 2025.06.03 00:56:00.337862 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001207 sec., 62966.031483015744 rows/sec., 4.92 MiB/sec. | ||
7146 | 2025.06.03 00:56:00.337900 [ 261 ] {4b5ad3ef-08e9-4a3d-b5d8-60e73627eecb} <Debug> TCPHandler: Processed in 0.001371923 sec. | ||
7147 | 2025.06.03 00:56:00.338023 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7148 | 2025.06.03 00:56:00.338118 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7149 | 2025.06.03 00:56:00.338165 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7150 | 2025.06.03 00:56:00.338596 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7151 | 2025.06.03 00:56:00.338635 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7152 | 2025.06.03 00:56:00.338976 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7153 | 2025.06.03 00:56:00.339207 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7154 | 2025.06.03 00:56:00.339344 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. | ||
7155 | 2025.06.03 00:56:00.339383 [ 261 ] {339c88c3-468b-4447-987e-368f22cb87bf} <Debug> TCPHandler: Processed in 0.001409724 sec. | ||
7156 | 2025.06.03 00:56:00.339494 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7157 | 2025.06.03 00:56:00.339588 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7158 | 2025.06.03 00:56:00.339645 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7159 | 2025.06.03 00:56:00.340472 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7160 | 2025.06.03 00:56:00.340514 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7161 | 2025.06.03 00:56:00.341027 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7162 | 2025.06.03 00:56:00.341244 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7163 | 2025.06.03 00:56:00.341380 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00181 sec., 6629.834254143647 rows/sec., 11.88 MiB/sec. | ||
7164 | 2025.06.03 00:56:00.341432 [ 261 ] {ab55f697-4545-4f00-b4ab-e628510b40af} <Debug> TCPHandler: Processed in 0.001986641 sec. | ||
7165 | 2025.06.03 00:56:00.341544 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7166 | 2025.06.03 00:56:00.341636 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7167 | 2025.06.03 00:56:00.341676 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7168 | 2025.06.03 00:56:00.342004 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7169 | 2025.06.03 00:56:00.342040 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7170 | 2025.06.03 00:56:00.342355 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7171 | 2025.06.03 00:56:00.342560 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7172 | 2025.06.03 00:56:00.342686 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
7173 | 2025.06.03 00:56:00.342720 [ 261 ] {fdb7fd7f-31a3-4c9d-b90a-3cb44628be31} <Debug> TCPHandler: Processed in 0.001223588 sec. | ||
7174 | 2025.06.03 00:56:01.932157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
7175 | 2025.06.03 00:56:01.932623 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7176 | 2025.06.03 00:56:01.932660 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7177 | 2025.06.03 00:56:01.933113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7178 | 2025.06.03 00:56:01.933332 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7179 | 2025.06.03 00:56:01.933452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
7180 | 2025.06.03 00:56:02.913806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
7181 | 2025.06.03 00:56:02.930406 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7182 | 2025.06.03 00:56:02.930468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7183 | 2025.06.03 00:56:02.936960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7184 | 2025.06.03 00:56:02.937638 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7185 | 2025.06.03 00:56:02.940704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
7186 | 2025.06.03 00:56:05.333562 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7187 | 2025.06.03 00:56:05.333758 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7188 | 2025.06.03 00:56:05.333827 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7189 | 2025.06.03 00:56:05.334505 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7190 | 2025.06.03 00:56:05.334553 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7191 | 2025.06.03 00:56:05.334956 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7192 | 2025.06.03 00:56:05.335180 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7193 | 2025.06.03 00:56:05.335333 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001623 sec., 69008.00985828711 rows/sec., 5.79 MiB/sec. | ||
7194 | 2025.06.03 00:56:05.335376 [ 261 ] {d5f54dda-7229-4da7-b3e6-4731c0e9ab32} <Debug> TCPHandler: Processed in 0.00194658 sec. | ||
7195 | 2025.06.03 00:56:05.335498 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2025.06.03 00:56:05.335594 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7197 | 2025.06.03 00:56:05.335655 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7198 | 2025.06.03 00:56:05.336058 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7199 | 2025.06.03 00:56:05.336096 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7200 | 2025.06.03 00:56:05.336440 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7201 | 2025.06.03 00:56:05.336651 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7202 | 2025.06.03 00:56:05.336779 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001204 sec., 23255.813953488374 rows/sec., 1.71 MiB/sec. | ||
7203 | 2025.06.03 00:56:05.336817 [ 261 ] {8b81f02d-7946-49cb-9a24-d6cad8561de3} <Debug> TCPHandler: Processed in 0.001365532 sec. | ||
7204 | 2025.06.03 00:56:05.336926 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7205 | 2025.06.03 00:56:05.337021 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7206 | 2025.06.03 00:56:05.337063 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7207 | 2025.06.03 00:56:05.337489 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7208 | 2025.06.03 00:56:05.337528 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7209 | 2025.06.03 00:56:05.337830 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7210 | 2025.06.03 00:56:05.338042 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7211 | 2025.06.03 00:56:05.338169 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001165 sec., 78969.95708154506 rows/sec., 6.17 MiB/sec. | ||
7212 | 2025.06.03 00:56:05.338207 [ 261 ] {f67843cc-efe7-4b85-8c4e-6cb4ee0941ca} <Debug> TCPHandler: Processed in 0.001329061 sec. | ||
7213 | 2025.06.03 00:56:05.338320 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7214 | 2025.06.03 00:56:05.338414 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7215 | 2025.06.03 00:56:05.338459 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7216 | 2025.06.03 00:56:05.338871 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7217 | 2025.06.03 00:56:05.338909 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7218 | 2025.06.03 00:56:05.339259 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7219 | 2025.06.03 00:56:05.339474 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7220 | 2025.06.03 00:56:05.339605 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. | ||
7221 | 2025.06.03 00:56:05.339643 [ 261 ] {bea369ea-0b9a-46c4-8f90-6e455eff119a} <Debug> TCPHandler: Processed in 0.001371633 sec. | ||
7222 | 2025.06.03 00:56:05.339748 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7223 | 2025.06.03 00:56:05.339843 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7224 | 2025.06.03 00:56:05.339899 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7225 | 2025.06.03 00:56:05.340693 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7226 | 2025.06.03 00:56:05.340729 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7227 | 2025.06.03 00:56:05.341264 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7228 | 2025.06.03 00:56:05.341484 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7229 | 2025.06.03 00:56:05.341623 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001798 sec., 15572.858731924362 rows/sec., 27.91 MiB/sec. | ||
7230 | 2025.06.03 00:56:05.341676 [ 261 ] {47fa1794-2c4a-44ed-b93b-0f34241260b1} <Debug> TCPHandler: Processed in 0.001975841 sec. | ||
7231 | 2025.06.03 00:56:05.341791 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7232 | 2025.06.03 00:56:05.341886 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7233 | 2025.06.03 00:56:05.341929 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7234 | 2025.06.03 00:56:05.342269 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7235 | 2025.06.03 00:56:05.342307 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7236 | 2025.06.03 00:56:05.342615 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7237 | 2025.06.03 00:56:05.342831 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7238 | 2025.06.03 00:56:05.342958 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
7239 | 2025.06.03 00:56:05.342993 [ 261 ] {03f19908-b136-4499-b69f-9c2c31dea61d} <Debug> TCPHandler: Processed in 0.001251229 sec. | ||
7240 | 2025.06.03 00:56:09.314563 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7241 | 2025.06.03 00:56:09.314629 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7242 | 2025.06.03 00:56:09.434392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
7243 | 2025.06.03 00:56:09.434915 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7244 | 2025.06.03 00:56:09.434955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7245 | 2025.06.03 00:56:09.435416 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7246 | 2025.06.03 00:56:09.435635 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7247 | 2025.06.03 00:56:09.435769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
7248 | 2025.06.03 00:56:09.489755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1010 | ||
7249 | 2025.06.03 00:56:09.491843 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7250 | 2025.06.03 00:56:09.491889 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7251 | 2025.06.03 00:56:09.493048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7252 | 2025.06.03 00:56:09.493305 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2025.06.03 00:56:09.493552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1010 | ||
7254 | 2025.06.03 00:56:10.333420 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7255 | 2025.06.03 00:56:10.333656 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7256 | 2025.06.03 00:56:10.333744 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7257 | 2025.06.03 00:56:10.334549 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7258 | 2025.06.03 00:56:10.334606 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7259 | 2025.06.03 00:56:10.335161 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7260 | 2025.06.03 00:56:10.335487 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7261 | 2025.06.03 00:56:10.335674 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002084 sec., 38387.715930902115 rows/sec., 3.16 MiB/sec. | ||
7262 | 2025.06.03 00:56:10.335736 [ 261 ] {56888cd0-37e2-436e-956b-4fdf8100e195} <Debug> TCPHandler: Processed in 0.002510189 sec. | ||
7263 | 2025.06.03 00:56:10.335898 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7264 | 2025.06.03 00:56:10.336033 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7265 | 2025.06.03 00:56:10.336089 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7266 | 2025.06.03 00:56:10.336608 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7267 | 2025.06.03 00:56:10.336643 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7268 | 2025.06.03 00:56:10.337043 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7269 | 2025.06.03 00:56:10.337370 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7270 | 2025.06.03 00:56:10.337560 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001555 sec., 7717.041800643087 rows/sec., 580.29 KiB/sec. | ||
7271 | 2025.06.03 00:56:10.337611 [ 261 ] {f6cb989a-75ca-4ed0-b6e2-2c501551f311} <Debug> TCPHandler: Processed in 0.001778566 sec. | ||
7272 | 2025.06.03 00:56:10.337754 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7273 | 2025.06.03 00:56:10.337879 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7274 | 2025.06.03 00:56:10.337933 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7275 | 2025.06.03 00:56:10.338409 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7276 | 2025.06.03 00:56:10.338448 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7277 | 2025.06.03 00:56:10.338817 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7278 | 2025.06.03 00:56:10.339054 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7279 | 2025.06.03 00:56:10.339196 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001345 sec., 56505.576208178434 rows/sec., 4.41 MiB/sec. | ||
7280 | 2025.06.03 00:56:10.339245 [ 261 ] {2277b3f5-9073-4c57-8d89-127b86f0f02c} <Debug> TCPHandler: Processed in 0.001553809 sec. | ||
7281 | 2025.06.03 00:56:10.339379 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7282 | 2025.06.03 00:56:10.339484 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7283 | 2025.06.03 00:56:10.339531 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7284 | 2025.06.03 00:56:10.339985 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7285 | 2025.06.03 00:56:10.340025 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7286 | 2025.06.03 00:56:10.340377 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7287 | 2025.06.03 00:56:10.340624 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7288 | 2025.06.03 00:56:10.340788 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. | ||
7289 | 2025.06.03 00:56:10.340837 [ 261 ] {ddd3f1a2-6098-46c7-a236-b0228d19d3b9} <Debug> TCPHandler: Processed in 0.001507827 sec. | ||
7290 | 2025.06.03 00:56:10.340986 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7291 | 2025.06.03 00:56:10.341094 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7292 | 2025.06.03 00:56:10.341166 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7293 | 2025.06.03 00:56:10.342091 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7294 | 2025.06.03 00:56:10.342129 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7295 | 2025.06.03 00:56:10.342702 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7296 | 2025.06.03 00:56:10.342976 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7297 | 2025.06.03 00:56:10.343186 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002114 sec., 5676.442762535477 rows/sec., 10.17 MiB/sec. | ||
7298 | 2025.06.03 00:56:10.343279 [ 261 ] {a2c01716-a815-4065-a576-5f84c14e9850} <Debug> TCPHandler: Processed in 0.002352473 sec. | ||
7299 | 2025.06.03 00:56:10.343474 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7300 | 2025.06.03 00:56:10.343593 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7301 | 2025.06.03 00:56:10.343651 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7302 | 2025.06.03 00:56:10.344126 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7303 | 2025.06.03 00:56:10.344166 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7304 | 2025.06.03 00:56:10.344568 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7305 | 2025.06.03 00:56:10.344857 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7306 | 2025.06.03 00:56:10.345051 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
7307 | 2025.06.03 00:56:10.345115 [ 261 ] {d223d745-10fe-4dd2-b457-fca0c43b5a87} <Debug> TCPHandler: Processed in 0.001698403 sec. | ||
7308 | 2025.06.03 00:56:10.441639 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
7309 | 2025.06.03 00:56:10.464225 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7310 | 2025.06.03 00:56:10.464307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7311 | 2025.06.03 00:56:10.472464 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7312 | 2025.06.03 00:56:10.473671 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7313 | 2025.06.03 00:56:10.480521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
7314 | 2025.06.03 00:56:12.722722 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7315 | 2025.06.03 00:56:12.722919 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7316 | 2025.06.03 00:56:12.722999 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7317 | 2025.06.03 00:56:12.723703 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7318 | 2025.06.03 00:56:12.723750 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7319 | 2025.06.03 00:56:12.724149 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7320 | 2025.06.03 00:56:12.724380 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7321 | 2025.06.03 00:56:12.724539 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001673 sec., 14345.487148834429 rows/sec., 1.19 MiB/sec. | ||
7322 | 2025.06.03 00:56:12.724591 [ 261 ] {9663c3d2-b2e7-4ebd-9310-63d30e9e51b7} <Debug> TCPHandler: Processed in 0.002006763 sec. | ||
7323 | 2025.06.03 00:56:12.724717 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7324 | 2025.06.03 00:56:12.724821 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7325 | 2025.06.03 00:56:12.724865 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7326 | 2025.06.03 00:56:12.726012 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7327 | 2025.06.03 00:56:12.726052 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7328 | 2025.06.03 00:56:12.726464 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7329 | 2025.06.03 00:56:12.726687 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7330 | 2025.06.03 00:56:12.726811 [ 136 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7331 | 2025.06.03 00:56:12.726825 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Debug> executeQuery: Read 1372 rows, 117.19 KiB in 0.002028 sec., 676528.5996055227 rows/sec., 56.43 MiB/sec. | ||
7332 | 2025.06.03 00:56:12.726880 [ 136 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7333 | 2025.06.03 00:56:12.726891 [ 261 ] {4d1c4f2a-b0c2-4386-ad83-5320d44a7842} <Debug> TCPHandler: Processed in 0.002226139 sec. | ||
7334 | 2025.06.03 00:56:12.726910 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7335 | 2025.06.03 00:56:12.727020 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7336 | 2025.06.03 00:56:12.727054 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
7337 | 2025.06.03 00:56:12.727122 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7338 | 2025.06.03 00:56:12.727169 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7339 | 2025.06.03 00:56:12.727210 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7340 | 2025.06.03 00:56:12.727251 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1967 rows starting from the beginning of the part | ||
7341 | 2025.06.03 00:56:12.727325 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part | ||
7342 | 2025.06.03 00:56:12.727376 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 80 rows starting from the beginning of the part | ||
7343 | 2025.06.03 00:56:12.727425 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 112 rows starting from the beginning of the part | ||
7344 | 2025.06.03 00:56:12.727470 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 80 rows starting from the beginning of the part | ||
7345 | 2025.06.03 00:56:12.727515 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1372 rows starting from the beginning of the part | ||
7346 | 2025.06.03 00:56:12.727606 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7347 | 2025.06.03 00:56:12.727648 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7348 | 2025.06.03 00:56:12.727977 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7349 | 2025.06.03 00:56:12.728232 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7350 | 2025.06.03 00:56:12.728372 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.00127 sec., 31496.062992125982 rows/sec., 2.36 MiB/sec. | ||
7351 | 2025.06.03 00:56:12.728411 [ 261 ] {c1388cbf-2a58-40d9-a640-5d437c838f00} <Debug> TCPHandler: Processed in 0.001442975 sec. | ||
7352 | 2025.06.03 00:56:12.728516 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7353 | 2025.06.03 00:56:12.728611 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7354 | 2025.06.03 00:56:12.728651 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7355 | 2025.06.03 00:56:12.729007 [ 187 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3723 rows, containing 5 columns (5 merged, 0 gathered) in 0.002010892 sec., 1851417.182026683 rows/sec., 160.14 MiB/sec. | ||
7356 | 2025.06.03 00:56:12.729143 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7357 | 2025.06.03 00:56:12.729186 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7358 | 2025.06.03 00:56:12.729335 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7359 | 2025.06.03 00:56:12.729534 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7360 | 2025.06.03 00:56:12.729724 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7361 | 2025.06.03 00:56:12.729804 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7362 | 2025.06.03 00:56:12.729812 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_66_13} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7363 | 2025.06.03 00:56:12.729922 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
7364 | 2025.06.03 00:56:12.729954 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00136 sec., 185294.1176470588 rows/sec., 12.82 MiB/sec. | ||
7365 | 2025.06.03 00:56:12.729997 [ 261 ] {616ff404-d191-4207-b892-8d5523bd0d68} <Debug> TCPHandler: Processed in 0.001530418 sec. | ||
7366 | 2025.06.03 00:56:12.730111 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7367 | 2025.06.03 00:56:12.730207 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7368 | 2025.06.03 00:56:12.730247 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7369 | 2025.06.03 00:56:12.730651 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7370 | 2025.06.03 00:56:12.730688 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7371 | 2025.06.03 00:56:12.730996 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7372 | 2025.06.03 00:56:12.731210 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7373 | 2025.06.03 00:56:12.731339 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001151 sec., 10425.716768027803 rows/sec., 814.51 KiB/sec. | ||
7374 | 2025.06.03 00:56:12.731378 [ 261 ] {7527a7bf-bc2f-499d-a6e6-efb259296e65} <Debug> TCPHandler: Processed in 0.001317331 sec. | ||
7375 | 2025.06.03 00:56:12.731489 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7376 | 2025.06.03 00:56:12.731588 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7377 | 2025.06.03 00:56:12.731631 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7378 | 2025.06.03 00:56:12.732302 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7379 | 2025.06.03 00:56:12.732340 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7380 | 2025.06.03 00:56:12.732685 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7381 | 2025.06.03 00:56:12.732897 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7382 | 2025.06.03 00:56:12.733002 [ 136 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7383 | 2025.06.03 00:56:12.733029 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Debug> executeQuery: Read 584 rows, 44.90 KiB in 0.00146 sec., 400000 rows/sec., 30.04 MiB/sec. | ||
7384 | 2025.06.03 00:56:12.733038 [ 136 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7385 | 2025.06.03 00:56:12.733070 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7386 | 2025.06.03 00:56:12.733076 [ 261 ] {9d9f7efa-bd50-459e-b184-3cf332b0d2f9} <Debug> TCPHandler: Processed in 0.001638001 sec. | ||
7387 | 2025.06.03 00:56:12.733145 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
7388 | 2025.06.03 00:56:12.733246 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7389 | 2025.06.03 00:56:12.733248 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7390 | 2025.06.03 00:56:12.733274 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 950 rows starting from the beginning of the part | ||
7391 | 2025.06.03 00:56:12.733336 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 92 rows starting from the beginning of the part | ||
7392 | 2025.06.03 00:56:12.733359 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7393 | 2025.06.03 00:56:12.733376 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 76 rows starting from the beginning of the part | ||
7394 | 2025.06.03 00:56:12.733408 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7395 | 2025.06.03 00:56:12.733419 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 92 rows starting from the beginning of the part | ||
7396 | 2025.06.03 00:56:12.733465 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 76 rows starting from the beginning of the part | ||
7397 | 2025.06.03 00:56:12.733502 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 584 rows starting from the beginning of the part | ||
7398 | 2025.06.03 00:56:12.734024 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2025.06.03 00:56:12.734065 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7400 | 2025.06.03 00:56:12.734439 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326271 sec., 1409968.2493246102 rows/sec., 110.69 MiB/sec. | ||
7401 | 2025.06.03 00:56:12.734463 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7402 | 2025.06.03 00:56:12.734617 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7403 | 2025.06.03 00:56:12.734711 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7404 | 2025.06.03 00:56:12.734867 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7405 | 2025.06.03 00:56:12.734894 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7406 | 2025.06.03 00:56:12.734899 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7407 | 2025.06.03 00:56:12.734894 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Debug> executeQuery: Read 956 rows, 66.09 KiB in 0.001552 sec., 615979.381443299 rows/sec., 41.59 MiB/sec. | ||
7408 | 2025.06.03 00:56:12.734940 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7409 | 2025.06.03 00:56:12.734977 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_66_13} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7410 | 2025.06.03 00:56:12.734984 [ 261 ] {b8bacb26-4751-4aa9-beeb-8ff27541d306} <Debug> TCPHandler: Processed in 0.001782375 sec. | ||
7411 | 2025.06.03 00:56:12.735048 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
7412 | 2025.06.03 00:56:12.735069 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7413 | 2025.06.03 00:56:12.735117 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7414 | 2025.06.03 00:56:12.735187 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7415 | 2025.06.03 00:56:12.735220 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7416 | 2025.06.03 00:56:12.735230 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17942 rows starting from the beginning of the part | ||
7417 | 2025.06.03 00:56:12.735287 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7418 | 2025.06.03 00:56:12.735315 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
7419 | 2025.06.03 00:56:12.735421 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
7420 | 2025.06.03 00:56:12.735470 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
7421 | 2025.06.03 00:56:12.735519 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
7422 | 2025.06.03 00:56:12.735567 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 956 rows starting from the beginning of the part | ||
7423 | 2025.06.03 00:56:12.736205 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7424 | 2025.06.03 00:56:12.736250 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7425 | 2025.06.03 00:56:12.737248 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7426 | 2025.06.03 00:56:12.737528 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7427 | 2025.06.03 00:56:12.737687 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002485 sec., 11267.605633802817 rows/sec., 20.19 MiB/sec. | ||
7428 | 2025.06.03 00:56:12.737752 [ 261 ] {e5284510-111c-487f-901f-687cd992666e} <Debug> TCPHandler: Processed in 0.002685153 sec. | ||
7429 | 2025.06.03 00:56:12.737873 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7430 | 2025.06.03 00:56:12.737969 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7431 | 2025.06.03 00:56:12.738014 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7432 | 2025.06.03 00:56:12.738358 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7433 | 2025.06.03 00:56:12.738397 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7434 | 2025.06.03 00:56:12.738836 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7435 | 2025.06.03 00:56:12.739092 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7436 | 2025.06.03 00:56:12.739206 [ 136 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7437 | 2025.06.03 00:56:12.739234 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001283 sec., 21823.85035074045 rows/sec., 1.47 MiB/sec. | ||
7438 | 2025.06.03 00:56:12.739242 [ 136 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7439 | 2025.06.03 00:56:12.739274 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
7440 | 2025.06.03 00:56:12.739279 [ 261 ] {7cf369ea-ca6e-41c1-bf1a-75821c099282} <Debug> TCPHandler: Processed in 0.001456465 sec. | ||
7441 | 2025.06.03 00:56:12.739351 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7442 | 2025.06.03 00:56:12.739448 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7443 | 2025.06.03 00:56:12.739474 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3212 rows starting from the beginning of the part | ||
7444 | 2025.06.03 00:56:12.739526 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
7445 | 2025.06.03 00:56:12.739567 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7446 | 2025.06.03 00:56:12.739606 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
7447 | 2025.06.03 00:56:12.739643 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7448 | 2025.06.03 00:56:12.739681 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 28 rows starting from the beginning of the part | ||
7449 | 2025.06.03 00:56:12.740817 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001496946 sec., 2324733.1567070554 rows/sec., 156.25 MiB/sec. | ||
7450 | 2025.06.03 00:56:12.741157 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7451 | 2025.06.03 00:56:12.741252 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19538 rows, containing 5 columns (5 merged, 0 gathered) in 0.006245804 sec., 3128180.135015444 rows/sec., 214.08 MiB/sec. | ||
7452 | 2025.06.03 00:56:12.741443 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2025.06.03 00:56:12.741518 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_66_13} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7454 | 2025.06.03 00:56:12.741569 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7455 | 2025.06.03 00:56:12.741616 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
7456 | 2025.06.03 00:56:12.741828 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7457 | 2025.06.03 00:56:12.741903 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7458 | 2025.06.03 00:56:12.741969 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
7459 | 2025.06.03 00:56:13.001123 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.64 MiB, peak 286.60 MiB, free memory in arenas 0.00 B, will set to 277.64 MiB (RSS), difference: 1.01 MiB | ||
7460 | 2025.06.03 00:56:15.328502 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7461 | 2025.06.03 00:56:15.328715 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7462 | 2025.06.03 00:56:15.328780 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7463 | 2025.06.03 00:56:15.329425 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7464 | 2025.06.03 00:56:15.329463 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7465 | 2025.06.03 00:56:15.329855 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7466 | 2025.06.03 00:56:15.330094 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7467 | 2025.06.03 00:56:15.330245 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.70 MiB/sec. | ||
7468 | 2025.06.03 00:56:15.330287 [ 261 ] {9fc9c8a2-7dbb-46eb-96ad-ca3a67e7679e} <Debug> TCPHandler: Processed in 0.00192228 sec. | ||
7469 | 2025.06.03 00:56:15.330406 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7470 | 2025.06.03 00:56:15.330501 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7471 | 2025.06.03 00:56:15.330541 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7472 | 2025.06.03 00:56:15.330962 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7473 | 2025.06.03 00:56:15.330996 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7474 | 2025.06.03 00:56:15.331303 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7475 | 2025.06.03 00:56:15.331523 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7476 | 2025.06.03 00:56:15.331650 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. | ||
7477 | 2025.06.03 00:56:15.331687 [ 261 ] {f2e3c691-d5bd-4c5c-8fe0-52dbb3291e7d} <Debug> TCPHandler: Processed in 0.001330791 sec. | ||
7478 | 2025.06.03 00:56:15.331800 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7479 | 2025.06.03 00:56:15.331894 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7480 | 2025.06.03 00:56:15.331937 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7481 | 2025.06.03 00:56:15.332315 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7482 | 2025.06.03 00:56:15.332350 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7483 | 2025.06.03 00:56:15.332676 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7484 | 2025.06.03 00:56:15.332905 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7485 | 2025.06.03 00:56:15.333033 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001158 sec., 74265.97582037997 rows/sec., 5.18 MiB/sec. | ||
7486 | 2025.06.03 00:56:15.333071 [ 261 ] {ee361c16-2213-40d7-9b9b-a23b151dd608} <Debug> TCPHandler: Processed in 0.001319331 sec. | ||
7487 | 2025.06.03 00:56:15.333182 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7488 | 2025.06.03 00:56:15.333277 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7489 | 2025.06.03 00:56:15.333319 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7490 | 2025.06.03 00:56:15.333641 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7491 | 2025.06.03 00:56:15.333678 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7492 | 2025.06.03 00:56:15.333988 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7493 | 2025.06.03 00:56:15.334199 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7494 | 2025.06.03 00:56:15.334327 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001068 sec., 29962.546816479404 rows/sec., 2.01 MiB/sec. | ||
7495 | 2025.06.03 00:56:15.334363 [ 261 ] {2e6c54ca-466c-484e-af26-5977c67711ba} <Debug> TCPHandler: Processed in 0.001229618 sec. | ||
7496 | 2025.06.03 00:56:16.936718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
7497 | 2025.06.03 00:56:16.937191 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7498 | 2025.06.03 00:56:16.937225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7499 | 2025.06.03 00:56:16.937691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7500 | 2025.06.03 00:56:16.937907 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2025.06.03 00:56:16.938026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
7502 | 2025.06.03 00:56:16.938042 [ 132 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7503 | 2025.06.03 00:56:16.938087 [ 132 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7504 | 2025.06.03 00:56:16.938109 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7505 | 2025.06.03 00:56:16.938212 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
7506 | 2025.06.03 00:56:16.938316 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7507 | 2025.06.03 00:56:16.938361 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
7508 | 2025.06.03 00:56:16.938424 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
7509 | 2025.06.03 00:56:16.938472 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
7510 | 2025.06.03 00:56:16.938518 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
7511 | 2025.06.03 00:56:16.938563 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
7512 | 2025.06.03 00:56:16.938610 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
7513 | 2025.06.03 00:56:16.940552 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002382065 sec., 7887274.276730483 rows/sec., 112.83 MiB/sec. | ||
7514 | 2025.06.03 00:56:16.940771 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7515 | 2025.06.03 00:56:16.941019 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7516 | 2025.06.03 00:56:16.941080 [ 188 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_41_8} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7517 | 2025.06.03 00:56:16.941150 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
7518 | 2025.06.03 00:56:17.981481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
7519 | 2025.06.03 00:56:17.998410 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7520 | 2025.06.03 00:56:17.998467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7521 | 2025.06.03 00:56:18.004628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7522 | 2025.06.03 00:56:18.005362 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7523 | 2025.06.03 00:56:18.005670 [ 130 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7524 | 2025.06.03 00:56:18.005743 [ 130 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7525 | 2025.06.03 00:56:18.005768 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7526 | 2025.06.03 00:56:18.005876 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7527 | 2025.06.03 00:56:18.008482 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
7528 | 2025.06.03 00:56:18.009948 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7529 | 2025.06.03 00:56:18.011400 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7530 | 2025.06.03 00:56:18.016016 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7531 | 2025.06.03 00:56:18.020645 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7532 | 2025.06.03 00:56:18.025339 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7533 | 2025.06.03 00:56:18.030098 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7534 | 2025.06.03 00:56:18.034048 [ 190 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
7535 | 2025.06.03 00:56:18.085949 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080107917 sec., 3857.296651465797 rows/sec., 19.95 MiB/sec. | ||
7536 | 2025.06.03 00:56:18.088718 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7537 | 2025.06.03 00:56:18.090735 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_41_8} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7538 | 2025.06.03 00:56:18.090843 [ 188 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_41_8} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7539 | 2025.06.03 00:56:18.093492 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
7540 | 2025.06.03 00:56:19.494550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1048 | ||
7541 | 2025.06.03 00:56:19.496949 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7542 | 2025.06.03 00:56:19.496997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7543 | 2025.06.03 00:56:19.498176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7544 | 2025.06.03 00:56:19.498446 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7545 | 2025.06.03 00:56:19.498706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048 | ||
7546 | 2025.06.03 00:56:20.332414 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7547 | 2025.06.03 00:56:20.332610 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7548 | 2025.06.03 00:56:20.332685 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7549 | 2025.06.03 00:56:20.333404 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7550 | 2025.06.03 00:56:20.333455 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7551 | 2025.06.03 00:56:20.333867 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7552 | 2025.06.03 00:56:20.334100 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7553 | 2025.06.03 00:56:20.334253 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001697 sec., 47142.015321154984 rows/sec., 3.88 MiB/sec. | ||
7554 | 2025.06.03 00:56:20.334300 [ 261 ] {0358f564-ea22-4c07-8b90-cc78b0108d70} <Debug> TCPHandler: Processed in 0.002028203 sec. | ||
7555 | 2025.06.03 00:56:20.334425 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7556 | 2025.06.03 00:56:20.334534 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7557 | 2025.06.03 00:56:20.334578 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7558 | 2025.06.03 00:56:20.334992 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7559 | 2025.06.03 00:56:20.335027 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7560 | 2025.06.03 00:56:20.335333 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7561 | 2025.06.03 00:56:20.335548 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7562 | 2025.06.03 00:56:20.335676 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001171 sec., 10247.651579846286 rows/sec., 770.58 KiB/sec. | ||
7563 | 2025.06.03 00:56:20.335713 [ 261 ] {0c3e89d3-3c9b-4f37-8747-f9aeded11e19} <Debug> TCPHandler: Processed in 0.001338432 sec. | ||
7564 | 2025.06.03 00:56:20.335720 [ 122 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7565 | 2025.06.03 00:56:20.335813 [ 122 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7566 | 2025.06.03 00:56:20.335831 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7567 | 2025.06.03 00:56:20.335839 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7568 | 2025.06.03 00:56:20.335933 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7569 | 2025.06.03 00:56:20.335970 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
7570 | 2025.06.03 00:56:20.335979 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7571 | 2025.06.03 00:56:20.336128 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7572 | 2025.06.03 00:56:20.336168 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 176 rows starting from the beginning of the part | ||
7573 | 2025.06.03 00:56:20.336237 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
7574 | 2025.06.03 00:56:20.336283 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
7575 | 2025.06.03 00:56:20.336325 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
7576 | 2025.06.03 00:56:20.336370 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
7577 | 2025.06.03 00:56:20.336413 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
7578 | 2025.06.03 00:56:20.336491 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7579 | 2025.06.03 00:56:20.336531 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7580 | 2025.06.03 00:56:20.337083 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7581 | 2025.06.03 00:56:20.337277 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353982 sec., 206797.4315758998 rows/sec., 14.85 MiB/sec. | ||
7582 | 2025.06.03 00:56:20.337301 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7583 | 2025.06.03 00:56:20.337442 [ 191 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7584 | 2025.06.03 00:56:20.337446 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001531 sec., 49640.7576747224 rows/sec., 3.88 MiB/sec. | ||
7585 | 2025.06.03 00:56:20.337500 [ 261 ] {f4e80cc8-ea36-4943-a11c-31d5bedf8ccc} <Debug> TCPHandler: Processed in 0.001717263 sec. | ||
7586 | 2025.06.03 00:56:20.337622 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7587 | 2025.06.03 00:56:20.337709 [ 191 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7588 | 2025.06.03 00:56:20.337717 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7589 | 2025.06.03 00:56:20.337772 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7590 | 2025.06.03 00:56:20.337786 [ 191 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_56_11} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7591 | 2025.06.03 00:56:20.337863 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7592 | 2025.06.03 00:56:20.338200 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7593 | 2025.06.03 00:56:20.338240 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7594 | 2025.06.03 00:56:20.338583 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7595 | 2025.06.03 00:56:20.338796 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7596 | 2025.06.03 00:56:20.338925 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. | ||
7597 | 2025.06.03 00:56:20.338962 [ 261 ] {b299d3e4-3d49-4593-9a42-7e1362b47579} <Debug> TCPHandler: Processed in 0.001387803 sec. | ||
7598 | 2025.06.03 00:56:20.339072 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7599 | 2025.06.03 00:56:20.339164 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7600 | 2025.06.03 00:56:20.339220 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7601 | 2025.06.03 00:56:20.340026 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7602 | 2025.06.03 00:56:20.340064 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7603 | 2025.06.03 00:56:20.340602 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7604 | 2025.06.03 00:56:20.340827 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7605 | 2025.06.03 00:56:20.340963 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001816 sec., 6607.929515418503 rows/sec., 11.84 MiB/sec. | ||
7606 | 2025.06.03 00:56:20.340950 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7607 | 2025.06.03 00:56:20.341023 [ 261 ] {24127e0c-ee3e-448a-89de-b294e33ab542} <Debug> TCPHandler: Processed in 0.001997862 sec. | ||
7608 | 2025.06.03 00:56:20.341026 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7609 | 2025.06.03 00:56:20.341084 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7610 | 2025.06.03 00:56:20.341160 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7611 | 2025.06.03 00:56:20.341163 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
7612 | 2025.06.03 00:56:20.341261 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7613 | 2025.06.03 00:56:20.341305 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7614 | 2025.06.03 00:56:20.341358 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7615 | 2025.06.03 00:56:20.341413 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 983 rows starting from the beginning of the part | ||
7616 | 2025.06.03 00:56:20.341518 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
7617 | 2025.06.03 00:56:20.341617 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
7618 | 2025.06.03 00:56:20.341651 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7619 | 2025.06.03 00:56:20.341691 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7620 | 2025.06.03 00:56:20.341720 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
7621 | 2025.06.03 00:56:20.341818 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part | ||
7622 | 2025.06.03 00:56:20.341927 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
7623 | 2025.06.03 00:56:20.342031 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7624 | 2025.06.03 00:56:20.342270 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7625 | 2025.06.03 00:56:20.342410 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. | ||
7626 | 2025.06.03 00:56:20.342447 [ 261 ] {9fe8b9e7-255a-4d3c-8644-f3518ea2fe63} <Debug> TCPHandler: Processed in 0.001334361 sec. | ||
7627 | 2025.06.03 00:56:20.347856 [ 194 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 19 columns (19 merged, 0 gathered) in 0.006723059 sec., 159897.45144286254 rows/sec., 286.53 MiB/sec. | ||
7628 | 2025.06.03 00:56:20.349190 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7629 | 2025.06.03 00:56:20.350229 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7630 | 2025.06.03 00:56:20.350302 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7631 | 2025.06.03 00:56:20.350396 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. | ||
7632 | 2025.06.03 00:56:21.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.69 MiB, peak 292.29 MiB, free memory in arenas 0.00 B, will set to 282.36 MiB (RSS), difference: 2.67 MiB | ||
7633 | 2025.06.03 00:56:24.314884 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7634 | 2025.06.03 00:56:24.314953 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7635 | 2025.06.03 00:56:24.438119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
7636 | 2025.06.03 00:56:24.438892 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7637 | 2025.06.03 00:56:24.438962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7638 | 2025.06.03 00:56:24.439641 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7639 | 2025.06.03 00:56:24.439877 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7640 | 2025.06.03 00:56:24.439997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
7641 | 2025.06.03 00:56:24.933643 [ 116 ] {} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
7642 | 2025.06.03 00:56:24.933739 [ 116 ] {} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7643 | 2025.06.03 00:56:24.933778 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7644 | 2025.06.03 00:56:24.933931 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
7645 | 2025.06.03 00:56:24.934128 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7646 | 2025.06.03 00:56:24.934183 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 366 rows starting from the beginning of the part | ||
7647 | 2025.06.03 00:56:24.934282 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part | ||
7648 | 2025.06.03 00:56:24.934353 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
7649 | 2025.06.03 00:56:24.934417 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part | ||
7650 | 2025.06.03 00:56:24.934477 [ 195 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part | ||
7651 | 2025.06.03 00:56:24.935613 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1374 rows, containing 5 columns (5 merged, 0 gathered) in 0.001742554 sec., 788497.8026505922 rows/sec., 57.25 MiB/sec. | ||
7652 | 2025.06.03 00:56:24.935799 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
7653 | 2025.06.03 00:56:24.936087 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2025.06.03 00:56:24.936160 [ 194 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_13_3} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
7655 | 2025.06.03 00:56:24.936264 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7656 | 2025.06.03 00:56:25.332605 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7657 | 2025.06.03 00:56:25.332789 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7658 | 2025.06.03 00:56:25.332853 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7659 | 2025.06.03 00:56:25.333609 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7660 | 2025.06.03 00:56:25.333659 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7661 | 2025.06.03 00:56:25.334066 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7662 | 2025.06.03 00:56:25.334309 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7663 | 2025.06.03 00:56:25.334470 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001732 sec., 64665.12702078522 rows/sec., 5.43 MiB/sec. | ||
7664 | 2025.06.03 00:56:25.334514 [ 261 ] {2c950f02-464a-4354-aedb-eca32555cd8d} <Debug> TCPHandler: Processed in 0.002037433 sec. | ||
7665 | 2025.06.03 00:56:25.334638 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7666 | 2025.06.03 00:56:25.334733 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7667 | 2025.06.03 00:56:25.334775 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7668 | 2025.06.03 00:56:25.335187 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7669 | 2025.06.03 00:56:25.335223 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7670 | 2025.06.03 00:56:25.335529 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7671 | 2025.06.03 00:56:25.335742 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7672 | 2025.06.03 00:56:25.335869 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001154 sec., 24263.431542461003 rows/sec., 1.78 MiB/sec. | ||
7673 | 2025.06.03 00:56:25.335906 [ 261 ] {a99a901f-d8a2-46bb-942b-c1fc75219ce0} <Debug> TCPHandler: Processed in 0.001316111 sec. | ||
7674 | 2025.06.03 00:56:25.336013 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7675 | 2025.06.03 00:56:25.336108 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7676 | 2025.06.03 00:56:25.336147 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7677 | 2025.06.03 00:56:25.336579 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7678 | 2025.06.03 00:56:25.336615 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7679 | 2025.06.03 00:56:25.336918 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7680 | 2025.06.03 00:56:25.337137 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7681 | 2025.06.03 00:56:25.337260 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00117 sec., 78632.47863247863 rows/sec., 6.14 MiB/sec. | ||
7682 | 2025.06.03 00:56:25.337302 [ 261 ] {23e3432b-6ad8-46b9-aba0-e0517ccef6de} <Debug> TCPHandler: Processed in 0.001336531 sec. | ||
7683 | 2025.06.03 00:56:25.337423 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7684 | 2025.06.03 00:56:25.337517 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7685 | 2025.06.03 00:56:25.337560 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7686 | 2025.06.03 00:56:25.338013 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7687 | 2025.06.03 00:56:25.338053 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7688 | 2025.06.03 00:56:25.338398 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7689 | 2025.06.03 00:56:25.338609 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7690 | 2025.06.03 00:56:25.338738 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. | ||
7691 | 2025.06.03 00:56:25.338775 [ 261 ] {a11ca544-af0e-4cc6-bc3f-2d4ea23902b7} <Debug> TCPHandler: Processed in 0.001398783 sec. | ||
7692 | 2025.06.03 00:56:25.338887 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7693 | 2025.06.03 00:56:25.338981 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7694 | 2025.06.03 00:56:25.339035 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7695 | 2025.06.03 00:56:25.339897 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7696 | 2025.06.03 00:56:25.339935 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7697 | 2025.06.03 00:56:25.340468 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7698 | 2025.06.03 00:56:25.340680 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7699 | 2025.06.03 00:56:25.340815 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001852 sec., 15118.790496760259 rows/sec., 27.09 MiB/sec. | ||
7700 | 2025.06.03 00:56:25.340868 [ 261 ] {32f8584c-bc2e-4027-9030-e2b52228a4a1} <Debug> TCPHandler: Processed in 0.002032363 sec. | ||
7701 | 2025.06.03 00:56:25.340979 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7702 | 2025.06.03 00:56:25.341072 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7703 | 2025.06.03 00:56:25.341113 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7704 | 2025.06.03 00:56:25.341447 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7705 | 2025.06.03 00:56:25.341483 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7706 | 2025.06.03 00:56:25.341783 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7707 | 2025.06.03 00:56:25.341987 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7708 | 2025.06.03 00:56:25.342115 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. | ||
7709 | 2025.06.03 00:56:25.342151 [ 261 ] {adc6dfef-bc13-41ff-8e7a-368f6ec42517} <Debug> TCPHandler: Processed in 0.001219658 sec. | ||
7710 | 2025.06.03 00:56:25.509529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
7711 | 2025.06.03 00:56:25.525506 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7712 | 2025.06.03 00:56:25.525570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7713 | 2025.06.03 00:56:25.531411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7714 | 2025.06.03 00:56:25.532161 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7715 | 2025.06.03 00:56:25.535368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
7716 | 2025.06.03 00:56:29.499833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1072 | ||
7717 | 2025.06.03 00:56:29.502006 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7718 | 2025.06.03 00:56:29.502066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7719 | 2025.06.03 00:56:29.503312 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7720 | 2025.06.03 00:56:29.503594 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7721 | 2025.06.03 00:56:29.503795 [ 104 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7722 | 2025.06.03 00:56:29.503891 [ 104 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7723 | 2025.06.03 00:56:29.503927 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7724 | 2025.06.03 00:56:29.503965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
7725 | 2025.06.03 00:56:29.504106 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
7726 | 2025.06.03 00:56:29.504766 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7727 | 2025.06.03 00:56:29.504912 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 922 rows starting from the beginning of the part | ||
7728 | 2025.06.03 00:56:29.505300 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
7729 | 2025.06.03 00:56:29.505617 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
7730 | 2025.06.03 00:56:29.505920 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
7731 | 2025.06.03 00:56:29.506211 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part | ||
7732 | 2025.06.03 00:56:29.506503 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
7733 | 2025.06.03 00:56:29.512721 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 72 columns (72 merged, 0 gathered) in 0.00870132 sec., 123199.69843655905 rows/sec., 101.41 MiB/sec. | ||
7734 | 2025.06.03 00:56:29.513896 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7735 | 2025.06.03 00:56:29.514410 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7736 | 2025.06.03 00:56:29.514492 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_31_6} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7737 | 2025.06.03 00:56:29.514665 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
7738 | 2025.06.03 00:56:30.332545 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7739 | 2025.06.03 00:56:30.332778 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7740 | 2025.06.03 00:56:30.332863 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7741 | 2025.06.03 00:56:30.333570 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2025.06.03 00:56:30.333611 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7743 | 2025.06.03 00:56:30.333990 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7744 | 2025.06.03 00:56:30.334226 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7745 | 2025.06.03 00:56:30.334373 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001658 sec., 8443.90832328106 rows/sec., 688.54 KiB/sec. | ||
7746 | 2025.06.03 00:56:30.334416 [ 261 ] {23db0075-2550-4310-9784-e5951aa15a4c} <Debug> TCPHandler: Processed in 0.002026603 sec. | ||
7747 | 2025.06.03 00:56:30.334539 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7748 | 2025.06.03 00:56:30.334633 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7749 | 2025.06.03 00:56:30.334671 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7750 | 2025.06.03 00:56:30.335100 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7751 | 2025.06.03 00:56:30.335136 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7752 | 2025.06.03 00:56:30.335436 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7753 | 2025.06.03 00:56:30.335650 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7754 | 2025.06.03 00:56:30.335777 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001163 sec., 74806.53482373172 rows/sec., 6.09 MiB/sec. | ||
7755 | 2025.06.03 00:56:30.335815 [ 261 ] {4ae1c543-e750-45e2-b245-43bd8a6d7ebb} <Debug> TCPHandler: Processed in 0.001323881 sec. | ||
7756 | 2025.06.03 00:56:30.335949 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7757 | 2025.06.03 00:56:30.336042 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7758 | 2025.06.03 00:56:30.336081 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7759 | 2025.06.03 00:56:30.336491 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7760 | 2025.06.03 00:56:30.336525 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7761 | 2025.06.03 00:56:30.336820 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7762 | 2025.06.03 00:56:30.337046 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7763 | 2025.06.03 00:56:30.337178 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001154 sec., 22530.329289428075 rows/sec., 1.59 MiB/sec. | ||
7764 | 2025.06.03 00:56:30.337214 [ 261 ] {1ca5c7b6-d5c3-448d-aeec-024002346a2f} <Debug> TCPHandler: Processed in 0.001313351 sec. | ||
7765 | 2025.06.03 00:56:30.337357 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7766 | 2025.06.03 00:56:30.337450 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7767 | 2025.06.03 00:56:30.337488 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7768 | 2025.06.03 00:56:30.337916 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7769 | 2025.06.03 00:56:30.337949 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7770 | 2025.06.03 00:56:30.338245 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7771 | 2025.06.03 00:56:30.338457 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7772 | 2025.06.03 00:56:30.338577 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001144 sec., 78671.32867132867 rows/sec., 6.16 MiB/sec. | ||
7773 | 2025.06.03 00:56:30.338614 [ 261 ] {619e2618-80da-405d-94d2-8d4aef84d7db} <Debug> TCPHandler: Processed in 0.00130402 sec. | ||
7774 | 2025.06.03 00:56:30.338730 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7775 | 2025.06.03 00:56:30.338823 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7776 | 2025.06.03 00:56:30.338865 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7777 | 2025.06.03 00:56:30.339295 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7778 | 2025.06.03 00:56:30.339329 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7779 | 2025.06.03 00:56:30.339655 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7780 | 2025.06.03 00:56:30.339863 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7781 | 2025.06.03 00:56:30.339986 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001181 sec., 141405.5884843353 rows/sec., 9.84 MiB/sec. | ||
7782 | 2025.06.03 00:56:30.340021 [ 261 ] {81b49087-49b5-4b9f-8f5a-3b674b545505} <Debug> TCPHandler: Processed in 0.001338362 sec. | ||
7783 | 2025.06.03 00:56:30.340133 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7784 | 2025.06.03 00:56:30.340239 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7785 | 2025.06.03 00:56:30.340300 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7786 | 2025.06.03 00:56:30.341116 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7787 | 2025.06.03 00:56:30.341151 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7788 | 2025.06.03 00:56:30.341698 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7789 | 2025.06.03 00:56:30.341940 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7790 | 2025.06.03 00:56:30.342094 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001877 sec., 6393.1806073521575 rows/sec., 11.46 MiB/sec. | ||
7791 | 2025.06.03 00:56:30.342161 [ 261 ] {18558fba-79cc-493c-b8c6-a3bc9b8f5f09} <Debug> TCPHandler: Processed in 0.002078444 sec. | ||
7792 | 2025.06.03 00:56:30.342281 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7793 | 2025.06.03 00:56:30.342376 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7794 | 2025.06.03 00:56:30.342420 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7795 | 2025.06.03 00:56:30.342796 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7796 | 2025.06.03 00:56:30.342832 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7797 | 2025.06.03 00:56:30.343179 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7798 | 2025.06.03 00:56:30.343393 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7799 | 2025.06.03 00:56:30.343525 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. | ||
7800 | 2025.06.03 00:56:30.343562 [ 261 ] {0745dc95-33f8-4281-889e-89be0de70620} <Debug> TCPHandler: Processed in 0.001331331 sec. | ||
7801 | 2025.06.03 00:56:31.941038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
7802 | 2025.06.03 00:56:31.941507 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7803 | 2025.06.03 00:56:31.941539 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7804 | 2025.06.03 00:56:31.942138 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7805 | 2025.06.03 00:56:31.942368 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7806 | 2025.06.03 00:56:31.942495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
7807 | 2025.06.03 00:56:33.036355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
7808 | 2025.06.03 00:56:33.052542 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7809 | 2025.06.03 00:56:33.052593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7810 | 2025.06.03 00:56:33.059075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7811 | 2025.06.03 00:56:33.059791 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7812 | 2025.06.03 00:56:33.062525 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
7813 | 2025.06.03 00:56:35.332562 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7814 | 2025.06.03 00:56:35.333124 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7815 | 2025.06.03 00:56:35.333227 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7816 | 2025.06.03 00:56:35.333957 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7817 | 2025.06.03 00:56:35.334005 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7818 | 2025.06.03 00:56:35.334407 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7819 | 2025.06.03 00:56:35.334635 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7820 | 2025.06.03 00:56:35.334785 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001734 sec., 64590.542099192615 rows/sec., 5.42 MiB/sec. | ||
7821 | 2025.06.03 00:56:35.334797 [ 96 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7822 | 2025.06.03 00:56:35.334829 [ 261 ] {2a5f71d1-c73a-4417-927b-4d27d1938298} <Debug> TCPHandler: Processed in 0.002441726 sec. | ||
7823 | 2025.06.03 00:56:35.334874 [ 96 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2025.06.03 00:56:35.334904 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7825 | 2025.06.03 00:56:35.334976 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7826 | 2025.06.03 00:56:35.335002 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
7827 | 2025.06.03 00:56:35.335110 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7828 | 2025.06.03 00:56:35.335111 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7829 | 2025.06.03 00:56:35.335154 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1967 rows starting from the beginning of the part | ||
7830 | 2025.06.03 00:56:35.335160 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7831 | 2025.06.03 00:56:35.335216 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
7832 | 2025.06.03 00:56:35.335263 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 80 rows starting from the beginning of the part | ||
7833 | 2025.06.03 00:56:35.335307 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part | ||
7834 | 2025.06.03 00:56:35.335350 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 87 rows starting from the beginning of the part | ||
7835 | 2025.06.03 00:56:35.335391 [ 197 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 112 rows starting from the beginning of the part | ||
7836 | 2025.06.03 00:56:35.335615 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7837 | 2025.06.03 00:56:35.335661 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7838 | 2025.06.03 00:56:35.336001 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7839 | 2025.06.03 00:56:35.336245 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7840 | 2025.06.03 00:56:35.336375 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001292 sec., 21671.826625387 rows/sec., 1.59 MiB/sec. | ||
7841 | 2025.06.03 00:56:35.336412 [ 261 ] {6752dfd3-be26-47fd-a704-40af56aa920b} <Debug> TCPHandler: Processed in 0.001485266 sec. | ||
7842 | 2025.06.03 00:56:35.336522 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7843 | 2025.06.03 00:56:35.336538 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575209 sec., 1532495.0530374064 rows/sec., 131.65 MiB/sec. | ||
7844 | 2025.06.03 00:56:35.336614 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7845 | 2025.06.03 00:56:35.336658 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7846 | 2025.06.03 00:56:35.336820 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7847 | 2025.06.03 00:56:35.337106 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7848 | 2025.06.03 00:56:35.337164 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7849 | 2025.06.03 00:56:35.337191 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_71_14} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
7850 | 2025.06.03 00:56:35.337210 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7851 | 2025.06.03 00:56:35.337289 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
7852 | 2025.06.03 00:56:35.337536 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7853 | 2025.06.03 00:56:35.337748 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7854 | 2025.06.03 00:56:35.337864 [ 96 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7855 | 2025.06.03 00:56:35.337878 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001282 sec., 71762.87051482059 rows/sec., 5.60 MiB/sec. | ||
7856 | 2025.06.03 00:56:35.337911 [ 96 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7857 | 2025.06.03 00:56:35.337944 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7858 | 2025.06.03 00:56:35.337956 [ 261 ] {b53e2642-b8b1-4822-b8b2-f5ae86741c2c} <Debug> TCPHandler: Processed in 0.001480506 sec. | ||
7859 | 2025.06.03 00:56:35.338012 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
7860 | 2025.06.03 00:56:35.338081 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7861 | 2025.06.03 00:56:35.338092 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7862 | 2025.06.03 00:56:35.338119 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 950 rows starting from the beginning of the part | ||
7863 | 2025.06.03 00:56:35.338162 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
7864 | 2025.06.03 00:56:35.338178 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7865 | 2025.06.03 00:56:35.338199 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 76 rows starting from the beginning of the part | ||
7866 | 2025.06.03 00:56:35.338224 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7867 | 2025.06.03 00:56:35.338231 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 92 rows starting from the beginning of the part | ||
7868 | 2025.06.03 00:56:35.338265 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 90 rows starting from the beginning of the part | ||
7869 | 2025.06.03 00:56:35.338298 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 92 rows starting from the beginning of the part | ||
7870 | 2025.06.03 00:56:35.338639 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7871 | 2025.06.03 00:56:35.338675 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7872 | 2025.06.03 00:56:35.339027 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7873 | 2025.06.03 00:56:35.339089 [ 200 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1364 rows, containing 5 columns (5 merged, 0 gathered) in 0.001106934 sec., 1232232.4546901623 rows/sec., 96.78 MiB/sec. | ||
7874 | 2025.06.03 00:56:35.339237 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7875 | 2025.06.03 00:56:35.339246 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7876 | 2025.06.03 00:56:35.339367 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7877 | 2025.06.03 00:56:35.339384 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. | ||
7878 | 2025.06.03 00:56:35.339409 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7879 | 2025.06.03 00:56:35.339444 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7880 | 2025.06.03 00:56:35.339449 [ 261 ] {38b74e8e-e777-4865-aa0d-e1a1890bdfc9} <Debug> TCPHandler: Processed in 0.001417815 sec. | ||
7881 | 2025.06.03 00:56:35.339484 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7882 | 2025.06.03 00:56:35.339554 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_71_14} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
7883 | 2025.06.03 00:56:35.339576 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7884 | 2025.06.03 00:56:35.339575 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
7885 | 2025.06.03 00:56:35.339614 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
7886 | 2025.06.03 00:56:35.339672 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7887 | 2025.06.03 00:56:35.339726 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7888 | 2025.06.03 00:56:35.339755 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7889 | 2025.06.03 00:56:35.339797 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19538 rows starting from the beginning of the part | ||
7890 | 2025.06.03 00:56:35.339866 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 86 rows starting from the beginning of the part | ||
7891 | 2025.06.03 00:56:35.339915 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
7892 | 2025.06.03 00:56:35.339960 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
7893 | 2025.06.03 00:56:35.340001 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 167 rows starting from the beginning of the part | ||
7894 | 2025.06.03 00:56:35.340041 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
7895 | 2025.06.03 00:56:35.340528 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7896 | 2025.06.03 00:56:35.340569 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7897 | 2025.06.03 00:56:35.341269 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7898 | 2025.06.03 00:56:35.341493 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2025.06.03 00:56:35.341632 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001978 sec., 14155.712841253791 rows/sec., 25.37 MiB/sec. | ||
7900 | 2025.06.03 00:56:35.341689 [ 261 ] {9660c53c-4806-4d4e-820d-82ddc7a51cc5} <Debug> TCPHandler: Processed in 0.002159987 sec. | ||
7901 | 2025.06.03 00:56:35.341804 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7902 | 2025.06.03 00:56:35.341899 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7903 | 2025.06.03 00:56:35.341940 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7904 | 2025.06.03 00:56:35.342274 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7905 | 2025.06.03 00:56:35.342311 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7906 | 2025.06.03 00:56:35.342832 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7907 | 2025.06.03 00:56:35.343057 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7908 | 2025.06.03 00:56:35.343176 [ 96 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7909 | 2025.06.03 00:56:35.343188 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
7910 | 2025.06.03 00:56:35.343213 [ 96 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7911 | 2025.06.03 00:56:35.343235 [ 261 ] {7e27bd11-a5cb-444a-a1cc-1a8b3037da50} <Debug> TCPHandler: Processed in 0.001480136 sec. | ||
7912 | 2025.06.03 00:56:35.343236 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7913 | 2025.06.03 00:56:35.343331 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7914 | 2025.06.03 00:56:35.343437 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7915 | 2025.06.03 00:56:35.343472 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3480 rows starting from the beginning of the part | ||
7916 | 2025.06.03 00:56:35.343540 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7917 | 2025.06.03 00:56:35.343587 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7918 | 2025.06.03 00:56:35.343630 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7919 | 2025.06.03 00:56:35.343673 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7920 | 2025.06.03 00:56:35.343715 [ 200 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
7921 | 2025.06.03 00:56:35.345392 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3752 rows, containing 4 columns (4 merged, 0 gathered) in 0.002095595 sec., 1790422.290566641 rows/sec., 120.36 MiB/sec. | ||
7922 | 2025.06.03 00:56:35.345859 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7923 | 2025.06.03 00:56:35.346182 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20271 rows, containing 5 columns (5 merged, 0 gathered) in 0.006673947 sec., 3037333.0804095385 rows/sec., 207.99 MiB/sec. | ||
7924 | 2025.06.03 00:56:35.346194 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7925 | 2025.06.03 00:56:35.346292 [ 199 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_71_14} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
7926 | 2025.06.03 00:56:35.346394 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
7927 | 2025.06.03 00:56:35.346487 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7928 | 2025.06.03 00:56:35.346778 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7929 | 2025.06.03 00:56:35.346858 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
7930 | 2025.06.03 00:56:35.346938 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
7931 | 2025.06.03 00:56:36.001136 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 283.72 MiB, peak 294.21 MiB, free memory in arenas 0.00 B, will set to 285.29 MiB (RSS), difference: 1.57 MiB | ||
7932 | 2025.06.03 00:56:39.315000 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7933 | 2025.06.03 00:56:39.315062 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7934 | 2025.06.03 00:56:39.443462 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
7935 | 2025.06.03 00:56:39.443948 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7936 | 2025.06.03 00:56:39.443986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7937 | 2025.06.03 00:56:39.444447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7938 | 2025.06.03 00:56:39.444672 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7939 | 2025.06.03 00:56:39.444795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
7940 | 2025.06.03 00:56:39.504979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1098 | ||
7941 | 2025.06.03 00:56:39.507210 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7942 | 2025.06.03 00:56:39.507271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7943 | 2025.06.03 00:56:39.508501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7944 | 2025.06.03 00:56:39.508778 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7945 | 2025.06.03 00:56:39.509161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
7946 | 2025.06.03 00:56:40.337262 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7947 | 2025.06.03 00:56:40.337500 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7948 | 2025.06.03 00:56:40.337596 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7949 | 2025.06.03 00:56:40.338556 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7950 | 2025.06.03 00:56:40.338627 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7951 | 2025.06.03 00:56:40.339170 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7952 | 2025.06.03 00:56:40.339467 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7953 | 2025.06.03 00:56:40.339672 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002235 sec., 94854.58612975391 rows/sec., 6.03 MiB/sec. | ||
7954 | 2025.06.03 00:56:40.339742 [ 261 ] {981e25ca-9f6d-4c67-b585-fb0054d6c556} <Debug> TCPHandler: Processed in 0.002685833 sec. | ||
7955 | 2025.06.03 00:56:40.339922 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7956 | 2025.06.03 00:56:40.340045 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7957 | 2025.06.03 00:56:40.340100 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7958 | 2025.06.03 00:56:40.342240 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7959 | 2025.06.03 00:56:40.342290 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7960 | 2025.06.03 00:56:40.342710 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7961 | 2025.06.03 00:56:40.342936 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7962 | 2025.06.03 00:56:40.343078 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.003065 sec., 209135.39967373572 rows/sec., 16.48 MiB/sec. | ||
7963 | 2025.06.03 00:56:40.343120 [ 261 ] {79b8ea13-3eb7-4910-9872-a4cfd9d13f29} <Debug> TCPHandler: Processed in 0.003262371 sec. | ||
7964 | 2025.06.03 00:56:40.343255 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7965 | 2025.06.03 00:56:40.343360 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7966 | 2025.06.03 00:56:40.343406 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7967 | 2025.06.03 00:56:40.343920 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7968 | 2025.06.03 00:56:40.343962 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7969 | 2025.06.03 00:56:40.344318 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7970 | 2025.06.03 00:56:40.344578 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2025.06.03 00:56:40.344729 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001394 sec., 84648.49354375896 rows/sec., 5.11 MiB/sec. | ||
7972 | 2025.06.03 00:56:40.344771 [ 261 ] {b74e1160-35ec-49a4-80fa-bb11668b3db3} <Debug> TCPHandler: Processed in 0.001574689 sec. | ||
7973 | 2025.06.03 00:56:40.344895 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7974 | 2025.06.03 00:56:40.344992 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7975 | 2025.06.03 00:56:40.345033 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7976 | 2025.06.03 00:56:40.345500 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7977 | 2025.06.03 00:56:40.345543 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7978 | 2025.06.03 00:56:40.345907 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7979 | 2025.06.03 00:56:40.346191 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7980 | 2025.06.03 00:56:40.346367 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001392 sec., 81178.16091954023 rows/sec., 5.25 MiB/sec. | ||
7981 | 2025.06.03 00:56:40.346426 [ 261 ] {0f7d00d3-df5f-4317-b4a8-aa9bafbe7a4c} <Debug> TCPHandler: Processed in 0.001579139 sec. | ||
7982 | 2025.06.03 00:56:40.346581 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7983 | 2025.06.03 00:56:40.346694 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7984 | 2025.06.03 00:56:40.346737 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7985 | 2025.06.03 00:56:40.347170 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7986 | 2025.06.03 00:56:40.347208 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7987 | 2025.06.03 00:56:40.347529 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7988 | 2025.06.03 00:56:40.347793 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7989 | 2025.06.03 00:56:40.347927 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001252 sec., 89456.86900958465 rows/sec., 5.10 MiB/sec. | ||
7990 | 2025.06.03 00:56:40.347967 [ 261 ] {41b3cb44-dd6e-4fb2-8040-1c5953f3f63f} <Debug> TCPHandler: Processed in 0.001463786 sec. | ||
7991 | 2025.06.03 00:56:40.348091 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7992 | 2025.06.03 00:56:40.348184 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7993 | 2025.06.03 00:56:40.348230 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7994 | 2025.06.03 00:56:40.348873 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7995 | 2025.06.03 00:56:40.348912 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
7996 | 2025.06.03 00:56:40.349351 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7997 | 2025.06.03 00:56:40.349699 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7998 | 2025.06.03 00:56:40.349886 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001717 sec., 229470.0058241118 rows/sec., 16.24 MiB/sec. | ||
7999 | 2025.06.03 00:56:40.349942 [ 261 ] {a66ffa81-4324-4c67-9699-a492d675f8a5} <Debug> TCPHandler: Processed in 0.001897879 sec. | ||
8000 | 2025.06.03 00:56:40.350107 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2025.06.03 00:56:40.350244 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8002 | 2025.06.03 00:56:40.350311 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8003 | 2025.06.03 00:56:40.350767 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8004 | 2025.06.03 00:56:40.350813 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8005 | 2025.06.03 00:56:40.351189 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
8006 | 2025.06.03 00:56:40.351515 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8007 | 2025.06.03 00:56:40.351710 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
8008 | 2025.06.03 00:56:40.351780 [ 261 ] {d3041649-16da-4eef-ad20-7459705edb85} <Debug> TCPHandler: Processed in 0.001733674 sec. | ||
8009 | 2025.06.03 00:56:40.351932 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8010 | 2025.06.03 00:56:40.352053 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8011 | 2025.06.03 00:56:40.352115 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8012 | 2025.06.03 00:56:40.352716 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8013 | 2025.06.03 00:56:40.352760 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8014 | 2025.06.03 00:56:40.353207 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8015 | 2025.06.03 00:56:40.356002 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8016 | 2025.06.03 00:56:40.356825 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004734 sec., 50063.37135614702 rows/sec., 3.36 MiB/sec. | ||
8017 | 2025.06.03 00:56:40.356949 [ 261 ] {d2a90638-fb88-49ee-9ba2-e1a2db98c537} <Debug> TCPHandler: Processed in 0.005074257 sec. | ||
8018 | 2025.06.03 00:56:40.357156 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8019 | 2025.06.03 00:56:40.357289 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8020 | 2025.06.03 00:56:40.357342 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8021 | 2025.06.03 00:56:40.357741 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2025.06.03 00:56:40.357782 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8023 | 2025.06.03 00:56:40.358134 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
8024 | 2025.06.03 00:56:40.358361 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2025.06.03 00:56:40.358504 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001244 sec., 803.8585209003215 rows/sec., 54.17 KiB/sec. | ||
8026 | 2025.06.03 00:56:40.358547 [ 261 ] {6be1b0c9-9522-445e-9a36-a6254bcb73cd} <Debug> TCPHandler: Processed in 0.001488766 sec. | ||
8027 | 2025.06.03 00:56:40.358669 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8028 | 2025.06.03 00:56:40.358776 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8029 | 2025.06.03 00:56:40.358842 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8030 | 2025.06.03 00:56:40.359680 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8031 | 2025.06.03 00:56:40.359723 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8032 | 2025.06.03 00:56:40.360286 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8033 | 2025.06.03 00:56:40.360532 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8034 | 2025.06.03 00:56:40.360713 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001961 sec., 6119.326874043855 rows/sec., 10.97 MiB/sec. | ||
8035 | 2025.06.03 00:56:40.360832 [ 261 ] {7c5401ff-45fb-49e2-8a87-3b1cd384d01b} <Debug> TCPHandler: Processed in 0.002212798 sec. | ||
8036 | 2025.06.03 00:56:40.360994 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8037 | 2025.06.03 00:56:40.361116 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8038 | 2025.06.03 00:56:40.361163 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8039 | 2025.06.03 00:56:40.361629 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8040 | 2025.06.03 00:56:40.361677 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8041 | 2025.06.03 00:56:40.362127 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8042 | 2025.06.03 00:56:40.362411 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8043 | 2025.06.03 00:56:40.362565 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec. | ||
8044 | 2025.06.03 00:56:40.362614 [ 261 ] {71f1549f-922b-4eb4-9188-b90c21fe7d95} <Debug> TCPHandler: Processed in 0.001687912 sec. | ||
8045 | 2025.06.03 00:56:40.563502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
8046 | 2025.06.03 00:56:40.591483 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8047 | 2025.06.03 00:56:40.591588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8048 | 2025.06.03 00:56:40.601012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8049 | 2025.06.03 00:56:40.602580 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8050 | 2025.06.03 00:56:40.609568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
8051 | 2025.06.03 00:56:41.001163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.60 MiB, peak 294.21 MiB, free memory in arenas 0.00 B, will set to 285.35 MiB (RSS), difference: -1.25 MiB | ||
8052 | 2025.06.03 00:56:42.723431 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8053 | 2025.06.03 00:56:42.723628 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8054 | 2025.06.03 00:56:42.723702 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8055 | 2025.06.03 00:56:42.724378 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8056 | 2025.06.03 00:56:42.724424 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8057 | 2025.06.03 00:56:42.724828 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
8058 | 2025.06.03 00:56:42.725049 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8059 | 2025.06.03 00:56:42.725200 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001625 sec., 2461.5384615384614 rows/sec., 200.72 KiB/sec. | ||
8060 | 2025.06.03 00:56:42.725240 [ 261 ] {5b327111-7a1f-43ed-86ba-717c8fe7f464} <Debug> TCPHandler: Processed in 0.00194596 sec. | ||
8061 | 2025.06.03 00:56:42.725357 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8062 | 2025.06.03 00:56:42.725452 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8063 | 2025.06.03 00:56:42.725491 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8064 | 2025.06.03 00:56:42.726506 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8065 | 2025.06.03 00:56:42.726541 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8066 | 2025.06.03 00:56:42.726914 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8067 | 2025.06.03 00:56:42.727123 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8068 | 2025.06.03 00:56:42.727250 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.001817 sec., 690148.596587782 rows/sec., 56.91 MiB/sec. | ||
8069 | 2025.06.03 00:56:42.727287 [ 261 ] {5a9f5fdc-72cf-4ba9-a635-9430467a97da} <Debug> TCPHandler: Processed in 0.001978882 sec. | ||
8070 | 2025.06.03 00:56:42.727399 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8071 | 2025.06.03 00:56:42.727493 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8072 | 2025.06.03 00:56:42.727533 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8073 | 2025.06.03 00:56:42.727934 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8074 | 2025.06.03 00:56:42.727968 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8075 | 2025.06.03 00:56:42.728270 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8076 | 2025.06.03 00:56:42.728473 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8077 | 2025.06.03 00:56:42.728569 [ 81 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8078 | 2025.06.03 00:56:42.728595 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.001122 sec., 28520.499108734402 rows/sec., 2.08 MiB/sec. | ||
8079 | 2025.06.03 00:56:42.728608 [ 81 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8080 | 2025.06.03 00:56:42.728631 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8081 | 2025.06.03 00:56:42.728633 [ 261 ] {10813a66-72c4-44a2-a941-eacba583b427} <Debug> TCPHandler: Processed in 0.00128386 sec. | ||
8082 | 2025.06.03 00:56:42.728741 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8083 | 2025.06.03 00:56:42.728754 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
8084 | 2025.06.03 00:56:42.728834 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8085 | 2025.06.03 00:56:42.728878 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8086 | 2025.06.03 00:56:42.728912 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8087 | 2025.06.03 00:56:42.728954 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 176 rows starting from the beginning of the part | ||
8088 | 2025.06.03 00:56:42.729027 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
8089 | 2025.06.03 00:56:42.729078 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part | ||
8090 | 2025.06.03 00:56:42.729127 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
8091 | 2025.06.03 00:56:42.729170 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 118 rows starting from the beginning of the part | ||
8092 | 2025.06.03 00:56:42.729218 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
8093 | 2025.06.03 00:56:42.729338 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8094 | 2025.06.03 00:56:42.729380 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8095 | 2025.06.03 00:56:42.729714 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8096 | 2025.06.03 00:56:42.729946 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8097 | 2025.06.03 00:56:42.730104 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001287 sec., 177156.17715617717 rows/sec., 12.00 MiB/sec. | ||
8098 | 2025.06.03 00:56:42.730101 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 5 columns (5 merged, 0 gathered) in 0.001400624 sec., 291298.73542078387 rows/sec., 20.20 MiB/sec. | ||
8099 | 2025.06.03 00:56:42.730142 [ 261 ] {1e296ccd-4f2e-4ec9-b27c-8b63455176bb} <Debug> TCPHandler: Processed in 0.001450065 sec. | ||
8100 | 2025.06.03 00:56:42.730263 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8101 | 2025.06.03 00:56:42.730281 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8102 | 2025.06.03 00:56:42.730356 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8103 | 2025.06.03 00:56:42.730395 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8104 | 2025.06.03 00:56:42.730534 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8105 | 2025.06.03 00:56:42.730622 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_61_12} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8106 | 2025.06.03 00:56:42.730712 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8107 | 2025.06.03 00:56:42.730980 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8108 | 2025.06.03 00:56:42.731015 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8109 | 2025.06.03 00:56:42.731341 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8110 | 2025.06.03 00:56:42.731556 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8111 | 2025.06.03 00:56:42.731684 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.001345 sec., 410408.9219330855 rows/sec., 30.48 MiB/sec. | ||
8112 | 2025.06.03 00:56:42.731722 [ 261 ] {74207044-d647-4d9f-9dbe-2cf07edb9dd1} <Debug> TCPHandler: Processed in 0.001507886 sec. | ||
8113 | 2025.06.03 00:56:42.731833 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8114 | 2025.06.03 00:56:42.731927 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8115 | 2025.06.03 00:56:42.731971 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8116 | 2025.06.03 00:56:42.732548 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8117 | 2025.06.03 00:56:42.732584 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8118 | 2025.06.03 00:56:42.732967 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8119 | 2025.06.03 00:56:42.733195 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8120 | 2025.06.03 00:56:42.733323 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Debug> executeQuery: Read 942 rows, 64.67 KiB in 0.001415 sec., 665724.3816254417 rows/sec., 44.63 MiB/sec. | ||
8121 | 2025.06.03 00:56:42.733360 [ 261 ] {1285c96d-fffc-4571-a387-3fce6a16d770} <Debug> TCPHandler: Processed in 0.001575959 sec. | ||
8122 | 2025.06.03 00:56:42.733482 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8123 | 2025.06.03 00:56:42.733575 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8124 | 2025.06.03 00:56:42.733630 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8125 | 2025.06.03 00:56:42.734439 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8126 | 2025.06.03 00:56:42.734477 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8127 | 2025.06.03 00:56:42.735019 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8128 | 2025.06.03 00:56:42.735246 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8129 | 2025.06.03 00:56:42.735361 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8130 | 2025.06.03 00:56:42.735385 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001829 sec., 15308.911973756152 rows/sec., 27.43 MiB/sec. | ||
8131 | 2025.06.03 00:56:42.735410 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8132 | 2025.06.03 00:56:42.735435 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8133 | 2025.06.03 00:56:42.735446 [ 261 ] {24cfaf4b-791b-4dac-821a-e6137128b5a2} <Debug> TCPHandler: Processed in 0.002012152 sec. | ||
8134 | 2025.06.03 00:56:42.735516 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
8135 | 2025.06.03 00:56:42.735565 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8136 | 2025.06.03 00:56:42.735663 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8137 | 2025.06.03 00:56:42.735706 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8138 | 2025.06.03 00:56:42.735750 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8139 | 2025.06.03 00:56:42.735816 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1075 rows starting from the beginning of the part | ||
8140 | 2025.06.03 00:56:42.735955 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
8141 | 2025.06.03 00:56:42.736069 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8142 | 2025.06.03 00:56:42.736077 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part | ||
8143 | 2025.06.03 00:56:42.736115 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8144 | 2025.06.03 00:56:42.736213 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
8145 | 2025.06.03 00:56:42.736328 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part | ||
8146 | 2025.06.03 00:56:42.736441 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part | ||
8147 | 2025.06.03 00:56:42.736448 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8148 | 2025.06.03 00:56:42.736678 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8149 | 2025.06.03 00:56:42.736816 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001172 sec., 29010.238907849827 rows/sec., 1.97 MiB/sec. | ||
8150 | 2025.06.03 00:56:42.736853 [ 261 ] {1b8056d4-5df5-4031-a730-dd25d577ff6d} <Debug> TCPHandler: Processed in 0.001337722 sec. | ||
8151 | 2025.06.03 00:56:42.745145 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 19 columns (19 merged, 0 gathered) in 0.00966884 sec., 122351.80228445191 rows/sec., 219.25 MiB/sec. | ||
8152 | 2025.06.03 00:56:42.746060 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8153 | 2025.06.03 00:56:42.746372 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8154 | 2025.06.03 00:56:42.746444 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8155 | 2025.06.03 00:56:42.746551 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB. | ||
8156 | 2025.06.03 00:56:43.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.00 MiB, peak 297.36 MiB, free memory in arenas 0.00 B, will set to 288.56 MiB (RSS), difference: 2.56 MiB | ||
8157 | 2025.06.03 00:56:45.326957 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8158 | 2025.06.03 00:56:45.327178 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8159 | 2025.06.03 00:56:45.327255 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8160 | 2025.06.03 00:56:45.327961 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8161 | 2025.06.03 00:56:45.328014 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8162 | 2025.06.03 00:56:45.328412 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8163 | 2025.06.03 00:56:45.328652 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8164 | 2025.06.03 00:56:45.328810 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001688 sec., 33175.355450236966 rows/sec., 2.53 MiB/sec. | ||
8165 | 2025.06.03 00:56:45.328860 [ 261 ] {d02c933d-9281-4474-9b16-5624b9020840} <Debug> TCPHandler: Processed in 0.002044783 sec. | ||
8166 | 2025.06.03 00:56:45.328979 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8167 | 2025.06.03 00:56:45.329080 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8168 | 2025.06.03 00:56:45.329123 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8169 | 2025.06.03 00:56:45.329551 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8170 | 2025.06.03 00:56:45.329589 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8171 | 2025.06.03 00:56:45.329895 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8172 | 2025.06.03 00:56:45.330105 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8173 | 2025.06.03 00:56:45.330233 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. | ||
8174 | 2025.06.03 00:56:45.330271 [ 261 ] {f6020838-87e7-49c7-8175-dc1080f50392} <Debug> TCPHandler: Processed in 0.001341981 sec. | ||
8175 | 2025.06.03 00:56:45.330381 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8176 | 2025.06.03 00:56:45.330476 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8177 | 2025.06.03 00:56:45.330519 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8178 | 2025.06.03 00:56:45.330886 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2025.06.03 00:56:45.330923 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8180 | 2025.06.03 00:56:45.331250 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8181 | 2025.06.03 00:56:45.331458 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2025.06.03 00:56:45.331585 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001128 sec., 58510.638297872334 rows/sec., 4.08 MiB/sec. | ||
8183 | 2025.06.03 00:56:45.331622 [ 261 ] {302ee166-4c1a-4014-880a-66ed66d05bef} <Debug> TCPHandler: Processed in 0.00128836 sec. | ||
8184 | 2025.06.03 00:56:45.331732 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8185 | 2025.06.03 00:56:45.331825 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8186 | 2025.06.03 00:56:45.331866 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8187 | 2025.06.03 00:56:45.332180 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8188 | 2025.06.03 00:56:45.332216 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8189 | 2025.06.03 00:56:45.332506 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8190 | 2025.06.03 00:56:45.332722 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8191 | 2025.06.03 00:56:45.332848 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001041 sec., 24975.984630163304 rows/sec., 1.67 MiB/sec. | ||
8192 | 2025.06.03 00:56:45.332882 [ 261 ] {dcb3d8d8-c0d1-4e65-b488-57af30f305f9} <Debug> TCPHandler: Processed in 0.001198127 sec. | ||
8193 | 2025.06.03 00:56:46.945894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
8194 | 2025.06.03 00:56:46.946493 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8195 | 2025.06.03 00:56:46.946530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8196 | 2025.06.03 00:56:46.947008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8197 | 2025.06.03 00:56:46.947226 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8198 | 2025.06.03 00:56:46.947359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
8199 | 2025.06.03 00:56:48.110590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
8200 | 2025.06.03 00:56:48.128873 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8201 | 2025.06.03 00:56:48.128936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8202 | 2025.06.03 00:56:48.135305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8203 | 2025.06.03 00:56:48.136021 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8204 | 2025.06.03 00:56:48.139170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
8205 | 2025.06.03 00:56:49.510217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1144 | ||
8206 | 2025.06.03 00:56:49.512736 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8207 | 2025.06.03 00:56:49.512775 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8208 | 2025.06.03 00:56:49.513945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8209 | 2025.06.03 00:56:49.514194 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8210 | 2025.06.03 00:56:49.514445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1144 | ||
8211 | 2025.06.03 00:56:50.331799 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8212 | 2025.06.03 00:56:50.331997 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8213 | 2025.06.03 00:56:50.332070 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8214 | 2025.06.03 00:56:50.332827 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8215 | 2025.06.03 00:56:50.332881 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8216 | 2025.06.03 00:56:50.333281 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8217 | 2025.06.03 00:56:50.333517 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8218 | 2025.06.03 00:56:50.333670 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001723 sec., 46430.644225188626 rows/sec., 3.82 MiB/sec. | ||
8219 | 2025.06.03 00:56:50.333712 [ 261 ] {3ed5db0c-e598-4a46-b297-ec5643ef9f04} <Debug> TCPHandler: Processed in 0.002054143 sec. | ||
8220 | 2025.06.03 00:56:50.333839 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8221 | 2025.06.03 00:56:50.333936 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8222 | 2025.06.03 00:56:50.333983 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8223 | 2025.06.03 00:56:50.334397 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8224 | 2025.06.03 00:56:50.334433 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8225 | 2025.06.03 00:56:50.334725 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8226 | 2025.06.03 00:56:50.334939 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8227 | 2025.06.03 00:56:50.335065 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 786.70 KiB/sec. | ||
8228 | 2025.06.03 00:56:50.335102 [ 261 ] {b2db1aab-f07e-40dc-b015-6e85599e00d1} <Debug> TCPHandler: Processed in 0.001311471 sec. | ||
8229 | 2025.06.03 00:56:50.335226 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8230 | 2025.06.03 00:56:50.335318 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8231 | 2025.06.03 00:56:50.335358 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8232 | 2025.06.03 00:56:50.335803 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8233 | 2025.06.03 00:56:50.335839 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8234 | 2025.06.03 00:56:50.336136 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8235 | 2025.06.03 00:56:50.336344 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8236 | 2025.06.03 00:56:50.336470 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001169 sec., 65012.83147989735 rows/sec., 5.08 MiB/sec. | ||
8237 | 2025.06.03 00:56:50.336507 [ 261 ] {e52f415e-f619-4118-8b1b-e1bf8de99823} <Debug> TCPHandler: Processed in 0.001331191 sec. | ||
8238 | 2025.06.03 00:56:50.336620 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8239 | 2025.06.03 00:56:50.336713 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8240 | 2025.06.03 00:56:50.336757 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8241 | 2025.06.03 00:56:50.337182 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8242 | 2025.06.03 00:56:50.337217 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8243 | 2025.06.03 00:56:50.337561 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8244 | 2025.06.03 00:56:50.337774 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8245 | 2025.06.03 00:56:50.337900 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. | ||
8246 | 2025.06.03 00:56:50.337936 [ 261 ] {ba875ea5-4f64-4e14-a9a9-3bde9c5d8cd6} <Debug> TCPHandler: Processed in 0.001364153 sec. | ||
8247 | 2025.06.03 00:56:50.338043 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8248 | 2025.06.03 00:56:50.338134 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8249 | 2025.06.03 00:56:50.338188 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8250 | 2025.06.03 00:56:50.338979 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8251 | 2025.06.03 00:56:50.339015 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8252 | 2025.06.03 00:56:50.339517 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8253 | 2025.06.03 00:56:50.339736 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8254 | 2025.06.03 00:56:50.339868 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001751 sec., 6853.226727584238 rows/sec., 12.28 MiB/sec. | ||
8255 | 2025.06.03 00:56:50.339920 [ 261 ] {08888278-eb00-4a6d-8927-e1e9cd285616} <Debug> TCPHandler: Processed in 0.001924539 sec. | ||
8256 | 2025.06.03 00:56:50.340033 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8257 | 2025.06.03 00:56:50.340126 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8258 | 2025.06.03 00:56:50.340167 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8259 | 2025.06.03 00:56:50.340497 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8260 | 2025.06.03 00:56:50.340533 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8261 | 2025.06.03 00:56:50.340841 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8262 | 2025.06.03 00:56:50.341045 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8263 | 2025.06.03 00:56:50.341167 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
8264 | 2025.06.03 00:56:50.341202 [ 261 ] {aab4c79d-2154-4dbd-9518-a157e515b90c} <Debug> TCPHandler: Processed in 0.001216038 sec. | ||
8265 | 2025.06.03 00:56:53.180818 [ 58 ] {} <Debug> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
8266 | 2025.06.03 00:56:53.180881 [ 58 ] {} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8267 | 2025.06.03 00:56:53.180903 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8268 | 2025.06.03 00:56:53.181020 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
8269 | 2025.06.03 00:56:53.181155 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8270 | 2025.06.03 00:56:53.181193 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part | ||
8271 | 2025.06.03 00:56:53.181270 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
8272 | 2025.06.03 00:56:53.181322 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
8273 | 2025.06.03 00:56:53.181373 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
8274 | 2025.06.03 00:56:53.181420 [ 190 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
8275 | 2025.06.03 00:56:53.182273 [ 192 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129746 sec., 41619.78018590168 rows/sec., 3.47 MiB/sec. | ||
8276 | 2025.06.03 00:56:53.182465 [ 201 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
8277 | 2025.06.03 00:56:53.182768 [ 201 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8278 | 2025.06.03 00:56:53.182846 [ 201 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_10_2} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
8279 | 2025.06.03 00:56:53.182954 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8280 | 2025.06.03 00:56:54.315292 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8281 | 2025.06.03 00:56:54.315366 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8282 | 2025.06.03 00:56:54.448371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
8283 | 2025.06.03 00:56:54.448874 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8284 | 2025.06.03 00:56:54.448912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8285 | 2025.06.03 00:56:54.449379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8286 | 2025.06.03 00:56:54.449600 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8287 | 2025.06.03 00:56:54.449730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
8288 | 2025.06.03 00:56:54.449729 [ 57 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8289 | 2025.06.03 00:56:54.449793 [ 57 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8290 | 2025.06.03 00:56:54.449821 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8291 | 2025.06.03 00:56:54.449946 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
8292 | 2025.06.03 00:56:54.450058 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8293 | 2025.06.03 00:56:54.450096 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
8294 | 2025.06.03 00:56:54.450166 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
8295 | 2025.06.03 00:56:54.450212 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
8296 | 2025.06.03 00:56:54.450256 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
8297 | 2025.06.03 00:56:54.450299 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
8298 | 2025.06.03 00:56:54.450341 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
8299 | 2025.06.03 00:56:54.452441 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002551849 sec., 8270865.5567002585 rows/sec., 118.32 MiB/sec. | ||
8300 | 2025.06.03 00:56:54.452801 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8301 | 2025.06.03 00:56:54.453090 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8302 | 2025.06.03 00:56:54.453160 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_46_9} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8303 | 2025.06.03 00:56:54.453265 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
8304 | 2025.06.03 00:56:54.882179 [ 56 ] {} <Debug> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
8305 | 2025.06.03 00:56:54.882270 [ 56 ] {} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8306 | 2025.06.03 00:56:54.882308 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8307 | 2025.06.03 00:56:54.882481 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8308 | 2025.06.03 00:56:54.882699 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8309 | 2025.06.03 00:56:54.882754 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8310 | 2025.06.03 00:56:54.882855 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8311 | 2025.06.03 00:56:54.882928 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8312 | 2025.06.03 00:56:54.883004 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8313 | 2025.06.03 00:56:54.883077 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::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 | ||
8314 | 2025.06.03 00:56:54.884001 [ 201 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001597129 sec., 3130.617501779756 rows/sec., 206.06 KiB/sec. | ||
8315 | 2025.06.03 00:56:54.884143 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
8316 | 2025.06.03 00:56:54.884397 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::all_1_5_1} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8317 | 2025.06.03 00:56:54.884463 [ 191 ] {9bfd4732-357a-41ab-872a-25d13d710f0d::all_1_5_1} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
8318 | 2025.06.03 00:56:54.884526 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8319 | 2025.06.03 00:56:55.333225 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8320 | 2025.06.03 00:56:55.333515 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8321 | 2025.06.03 00:56:55.333624 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8322 | 2025.06.03 00:56:55.334551 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8323 | 2025.06.03 00:56:55.334589 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8324 | 2025.06.03 00:56:55.335010 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8325 | 2025.06.03 00:56:55.335240 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8326 | 2025.06.03 00:56:55.335385 [ 57 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8327 | 2025.06.03 00:56:55.335388 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001952 sec., 57377.04918032787 rows/sec., 4.82 MiB/sec. | ||
8328 | 2025.06.03 00:56:55.335429 [ 57 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8329 | 2025.06.03 00:56:55.335453 [ 261 ] {9d8879fb-eeed-464d-aa2a-cf481beddfea} <Debug> TCPHandler: Processed in 0.002424035 sec. | ||
8330 | 2025.06.03 00:56:55.335456 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8331 | 2025.06.03 00:56:55.335605 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8332 | 2025.06.03 00:56:55.335613 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
8333 | 2025.06.03 00:56:55.335702 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8334 | 2025.06.03 00:56:55.335750 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8335 | 2025.06.03 00:56:55.335800 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8336 | 2025.06.03 00:56:55.335861 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1968 rows starting from the beginning of the part | ||
8337 | 2025.06.03 00:56:55.335964 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 641 rows starting from the beginning of the part | ||
8338 | 2025.06.03 00:56:55.336041 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1254 rows starting from the beginning of the part | ||
8339 | 2025.06.03 00:56:55.336086 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
8340 | 2025.06.03 00:56:55.336133 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 80 rows starting from the beginning of the part | ||
8341 | 2025.06.03 00:56:55.336173 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 112 rows starting from the beginning of the part | ||
8342 | 2025.06.03 00:56:55.336184 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8343 | 2025.06.03 00:56:55.336226 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8344 | 2025.06.03 00:56:55.336570 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8345 | 2025.06.03 00:56:55.336794 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8346 | 2025.06.03 00:56:55.336929 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001246 sec., 22471.91011235955 rows/sec., 1.65 MiB/sec. | ||
8347 | 2025.06.03 00:56:55.336968 [ 261 ] {57232d15-5e7e-40ad-a04a-94550b87d295} <Debug> TCPHandler: Processed in 0.001417404 sec. | ||
8348 | 2025.06.03 00:56:55.337093 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8349 | 2025.06.03 00:56:55.337187 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8350 | 2025.06.03 00:56:55.337228 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8351 | 2025.06.03 00:56:55.337624 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4111 rows, containing 5 columns (5 merged, 0 gathered) in 0.002086514 sec., 1970271.946413971 rows/sec., 168.39 MiB/sec. | ||
8352 | 2025.06.03 00:56:55.337669 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2025.06.03 00:56:55.337709 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8354 | 2025.06.03 00:56:55.337964 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8355 | 2025.06.03 00:56:55.338054 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8356 | 2025.06.03 00:56:55.338352 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8357 | 2025.06.03 00:56:55.338411 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8358 | 2025.06.03 00:56:55.338468 [ 57 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8359 | 2025.06.03 00:56:55.338488 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001319 sec., 69749.81046247156 rows/sec., 5.45 MiB/sec. | ||
8360 | 2025.06.03 00:56:55.338508 [ 57 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8361 | 2025.06.03 00:56:55.338520 [ 194 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_76_15} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8362 | 2025.06.03 00:56:55.338532 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8363 | 2025.06.03 00:56:55.338533 [ 261 ] {dd3e3ea7-6705-416b-aafa-18311109a907} <Debug> TCPHandler: Processed in 0.001497726 sec. | ||
8364 | 2025.06.03 00:56:55.338613 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
8365 | 2025.06.03 00:56:55.338653 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
8366 | 2025.06.03 00:56:55.338670 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8367 | 2025.06.03 00:56:55.338704 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8368 | 2025.06.03 00:56:55.338734 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 952 rows starting from the beginning of the part | ||
8369 | 2025.06.03 00:56:55.338780 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8370 | 2025.06.03 00:56:55.338796 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 394 rows starting from the beginning of the part | ||
8371 | 2025.06.03 00:56:55.338827 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8372 | 2025.06.03 00:56:55.338840 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 552 rows starting from the beginning of the part | ||
8373 | 2025.06.03 00:56:55.338885 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
8374 | 2025.06.03 00:56:55.338946 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 76 rows starting from the beginning of the part | ||
8375 | 2025.06.03 00:56:55.339004 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 92 rows starting from the beginning of the part | ||
8376 | 2025.06.03 00:56:55.339258 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8377 | 2025.06.03 00:56:55.339293 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8378 | 2025.06.03 00:56:55.339635 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8379 | 2025.06.03 00:56:55.339866 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8380 | 2025.06.03 00:56:55.339990 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8381 | 2025.06.03 00:56:55.339996 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. | ||
8382 | 2025.06.03 00:56:55.340014 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2130 rows, containing 5 columns (5 merged, 0 gathered) in 0.001432115 sec., 1487310.72574479 rows/sec., 115.11 MiB/sec. | ||
8383 | 2025.06.03 00:56:55.340024 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8384 | 2025.06.03 00:56:55.340043 [ 261 ] {8e559b67-964f-4dee-bd4b-f9a0a3167da4} <Debug> TCPHandler: Processed in 0.001426574 sec. | ||
8385 | 2025.06.03 00:56:55.340057 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8386 | 2025.06.03 00:56:55.340132 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
8387 | 2025.06.03 00:56:55.340159 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8388 | 2025.06.03 00:56:55.340180 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8389 | 2025.06.03 00:56:55.340241 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8390 | 2025.06.03 00:56:55.340266 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8391 | 2025.06.03 00:56:55.340278 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20271 rows starting from the beginning of the part | ||
8392 | 2025.06.03 00:56:55.340330 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8393 | 2025.06.03 00:56:55.340352 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
8394 | 2025.06.03 00:56:55.340404 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 942 rows starting from the beginning of the part | ||
8395 | 2025.06.03 00:56:55.340449 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 66 rows starting from the beginning of the part | ||
8396 | 2025.06.03 00:56:55.340452 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8397 | 2025.06.03 00:56:55.340491 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
8398 | 2025.06.03 00:56:55.340530 [ 193 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_76_15} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8399 | 2025.06.03 00:56:55.340539 [ 194 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
8400 | 2025.06.03 00:56:55.340607 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
8401 | 2025.06.03 00:56:55.341186 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8402 | 2025.06.03 00:56:55.341225 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8403 | 2025.06.03 00:56:55.341778 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8404 | 2025.06.03 00:56:55.342013 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8405 | 2025.06.03 00:56:55.342154 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001906 sec., 14690.451206715636 rows/sec., 26.32 MiB/sec. | ||
8406 | 2025.06.03 00:56:55.342210 [ 261 ] {60dd5f77-1e8a-47fc-9f99-7e53a4a2d8ea} <Debug> TCPHandler: Processed in 0.002101015 sec. | ||
8407 | 2025.06.03 00:56:55.342340 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8408 | 2025.06.03 00:56:55.342437 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8409 | 2025.06.03 00:56:55.342480 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8410 | 2025.06.03 00:56:55.342832 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8411 | 2025.06.03 00:56:55.342868 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8412 | 2025.06.03 00:56:55.346108 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8413 | 2025.06.03 00:56:55.346346 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8414 | 2025.06.03 00:56:55.346471 [ 57 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8415 | 2025.06.03 00:56:55.346483 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004065 sec., 14760.147601476014 rows/sec., 1018.60 KiB/sec. | ||
8416 | 2025.06.03 00:56:55.346505 [ 57 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8417 | 2025.06.03 00:56:55.346525 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8418 | 2025.06.03 00:56:55.346537 [ 261 ] {538a2cc9-c7f9-4795-821d-b7465019ef94} <Debug> TCPHandler: Processed in 0.004257332 sec. | ||
8419 | 2025.06.03 00:56:55.346591 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
8420 | 2025.06.03 00:56:55.346672 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8421 | 2025.06.03 00:56:55.346706 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3752 rows starting from the beginning of the part | ||
8422 | 2025.06.03 00:56:55.346769 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
8423 | 2025.06.03 00:56:55.346808 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part | ||
8424 | 2025.06.03 00:56:55.346843 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part | ||
8425 | 2025.06.03 00:56:55.346879 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
8426 | 2025.06.03 00:56:55.346914 [ 193 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
8427 | 2025.06.03 00:56:55.348173 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4014 rows, containing 4 columns (4 merged, 0 gathered) in 0.001610139 sec., 2492952.4718052293 rows/sec., 167.41 MiB/sec. | ||
8428 | 2025.06.03 00:56:55.348508 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8429 | 2025.06.03 00:56:55.348551 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21836 rows, containing 5 columns (5 merged, 0 gathered) in 0.008452112 sec., 2583496.290631265 rows/sec., 176.77 MiB/sec. | ||
8430 | 2025.06.03 00:56:55.348743 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8431 | 2025.06.03 00:56:55.348805 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_76_15} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8432 | 2025.06.03 00:56:55.348868 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
8433 | 2025.06.03 00:56:55.348969 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8434 | 2025.06.03 00:56:55.349230 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8435 | 2025.06.03 00:56:55.349299 [ 198 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8436 | 2025.06.03 00:56:55.349365 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
8437 | 2025.06.03 00:56:55.640167 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
8438 | 2025.06.03 00:56:55.657764 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8439 | 2025.06.03 00:56:55.657815 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8440 | 2025.06.03 00:56:55.663649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8441 | 2025.06.03 00:56:55.664372 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8442 | 2025.06.03 00:56:55.664654 [ 55 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8443 | 2025.06.03 00:56:55.664696 [ 55 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8444 | 2025.06.03 00:56:55.664716 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8445 | 2025.06.03 00:56:55.664815 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8446 | 2025.06.03 00:56:55.667941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
8447 | 2025.06.03 00:56:55.668532 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8448 | 2025.06.03 00:56:55.670066 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8449 | 2025.06.03 00:56:55.674904 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8450 | 2025.06.03 00:56:55.679510 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8451 | 2025.06.03 00:56:55.684217 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8452 | 2025.06.03 00:56:55.688559 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8453 | 2025.06.03 00:56:55.692531 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
8454 | 2025.06.03 00:56:55.743756 [ 186 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078981353 sec., 4393.442082462173 rows/sec., 22.72 MiB/sec. | ||
8455 | 2025.06.03 00:56:55.746812 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8456 | 2025.06.03 00:56:55.748807 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_46_9} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8457 | 2025.06.03 00:56:55.748909 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_46_9} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8458 | 2025.06.03 00:56:55.751830 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8459 | 2025.06.03 00:56:59.515530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1168 | ||
8460 | 2025.06.03 00:56:59.517688 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8461 | 2025.06.03 00:56:59.517735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8462 | 2025.06.03 00:56:59.518908 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8463 | 2025.06.03 00:56:59.519170 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8464 | 2025.06.03 00:56:59.519522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168 | ||
8465 | 2025.06.03 00:57:00.331804 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8466 | 2025.06.03 00:57:00.332009 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8467 | 2025.06.03 00:57:00.332090 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8468 | 2025.06.03 00:57:00.332769 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8469 | 2025.06.03 00:57:00.332817 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8470 | 2025.06.03 00:57:00.333251 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8471 | 2025.06.03 00:57:00.333478 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8472 | 2025.06.03 00:57:00.333632 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001677 sec., 47704.23375074538 rows/sec., 3.93 MiB/sec. | ||
8473 | 2025.06.03 00:57:00.333675 [ 261 ] {2956d5ac-6ac3-4594-922c-2d1ec29e1323} <Debug> TCPHandler: Processed in 0.002011603 sec. | ||
8474 | 2025.06.03 00:57:00.333803 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8475 | 2025.06.03 00:57:00.333896 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8476 | 2025.06.03 00:57:00.333939 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8477 | 2025.06.03 00:57:00.334355 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8478 | 2025.06.03 00:57:00.334393 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8479 | 2025.06.03 00:57:00.334694 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8480 | 2025.06.03 00:57:00.334908 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8481 | 2025.06.03 00:57:00.335039 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001162 sec., 10327.022375215145 rows/sec., 776.54 KiB/sec. | ||
8482 | 2025.06.03 00:57:00.335079 [ 261 ] {a28741f0-e58c-40c9-99e8-debd9f62e331} <Debug> TCPHandler: Processed in 0.001326111 sec. | ||
8483 | 2025.06.03 00:57:00.335180 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8484 | 2025.06.03 00:57:00.335275 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8485 | 2025.06.03 00:57:00.335315 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8486 | 2025.06.03 00:57:00.335742 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8487 | 2025.06.03 00:57:00.335778 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8488 | 2025.06.03 00:57:00.336075 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8489 | 2025.06.03 00:57:00.336282 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8490 | 2025.06.03 00:57:00.336408 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001151 sec., 66029.53953084275 rows/sec., 5.16 MiB/sec. | ||
8491 | 2025.06.03 00:57:00.336445 [ 261 ] {a43bff39-58b8-47c8-a432-c4beaedead06} <Debug> TCPHandler: Processed in 0.001313841 sec. | ||
8492 | 2025.06.03 00:57:00.336561 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8493 | 2025.06.03 00:57:00.336654 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8494 | 2025.06.03 00:57:00.336698 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8495 | 2025.06.03 00:57:00.337110 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8496 | 2025.06.03 00:57:00.337145 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8497 | 2025.06.03 00:57:00.337482 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8498 | 2025.06.03 00:57:00.337702 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8499 | 2025.06.03 00:57:00.337831 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
8500 | 2025.06.03 00:57:00.337868 [ 261 ] {0478967c-8fa7-4364-96b3-db9bf698a3d0} <Debug> TCPHandler: Processed in 0.001355922 sec. | ||
8501 | 2025.06.03 00:57:00.337976 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8502 | 2025.06.03 00:57:00.338070 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8503 | 2025.06.03 00:57:00.338125 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8504 | 2025.06.03 00:57:00.338915 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8505 | 2025.06.03 00:57:00.338952 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8506 | 2025.06.03 00:57:00.339462 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8507 | 2025.06.03 00:57:00.339682 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8508 | 2025.06.03 00:57:00.339819 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001768 sec., 6787.330316742081 rows/sec., 12.16 MiB/sec. | ||
8509 | 2025.06.03 00:57:00.339872 [ 261 ] {ff4084ef-e3bc-486d-a121-5ec2688f8512} <Debug> TCPHandler: Processed in 0.00194417 sec. | ||
8510 | 2025.06.03 00:57:00.339994 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8511 | 2025.06.03 00:57:00.340088 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8512 | 2025.06.03 00:57:00.340130 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8513 | 2025.06.03 00:57:00.340474 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8514 | 2025.06.03 00:57:00.340508 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8515 | 2025.06.03 00:57:00.340808 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8516 | 2025.06.03 00:57:00.341019 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8517 | 2025.06.03 00:57:00.341144 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
8518 | 2025.06.03 00:57:00.341179 [ 261 ] {a5b65c34-40ef-429c-912d-88ee692569bd} <Debug> TCPHandler: Processed in 0.001234779 sec. | ||
8519 | 2025.06.03 00:57:01.950684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
8520 | 2025.06.03 00:57:01.951161 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8521 | 2025.06.03 00:57:01.951195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8522 | 2025.06.03 00:57:01.951861 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8523 | 2025.06.03 00:57:01.952098 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8524 | 2025.06.03 00:57:01.952228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
8525 | 2025.06.03 00:57:03.168893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
8526 | 2025.06.03 00:57:03.184096 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8527 | 2025.06.03 00:57:03.184165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8528 | 2025.06.03 00:57:03.189863 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8529 | 2025.06.03 00:57:03.190604 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8530 | 2025.06.03 00:57:03.193679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
8531 | 2025.06.03 00:57:05.332531 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8532 | 2025.06.03 00:57:05.332843 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8533 | 2025.06.03 00:57:05.332953 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8534 | 2025.06.03 00:57:05.333825 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8535 | 2025.06.03 00:57:05.333866 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8536 | 2025.06.03 00:57:05.334280 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8537 | 2025.06.03 00:57:05.334524 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8538 | 2025.06.03 00:57:05.334700 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001932 sec., 57971.014492753624 rows/sec., 4.87 MiB/sec. | ||
8539 | 2025.06.03 00:57:05.334747 [ 261 ] {a197812a-a498-4c5f-9786-6adb623da675} <Debug> TCPHandler: Processed in 0.002406955 sec. | ||
8540 | 2025.06.03 00:57:05.334879 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8541 | 2025.06.03 00:57:05.334976 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8542 | 2025.06.03 00:57:05.335020 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8543 | 2025.06.03 00:57:05.335447 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8544 | 2025.06.03 00:57:05.335483 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8545 | 2025.06.03 00:57:05.335792 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8546 | 2025.06.03 00:57:05.336011 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8547 | 2025.06.03 00:57:05.336147 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00119 sec., 23529.41176470588 rows/sec., 1.73 MiB/sec. | ||
8548 | 2025.06.03 00:57:05.336187 [ 261 ] {8b34c719-66b9-4aa0-a598-c2d66f7b554a} <Debug> TCPHandler: Processed in 0.001362742 sec. | ||
8549 | 2025.06.03 00:57:05.336315 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8550 | 2025.06.03 00:57:05.336416 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8551 | 2025.06.03 00:57:05.336458 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8552 | 2025.06.03 00:57:05.336890 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8553 | 2025.06.03 00:57:05.336926 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8554 | 2025.06.03 00:57:05.337244 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8555 | 2025.06.03 00:57:05.337479 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8556 | 2025.06.03 00:57:05.337611 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001213 sec., 75845.01236603461 rows/sec., 5.92 MiB/sec. | ||
8557 | 2025.06.03 00:57:05.337653 [ 261 ] {a7eac1d5-47c2-4263-8ba8-175ef8f3ccdc} <Debug> TCPHandler: Processed in 0.001387933 sec. | ||
8558 | 2025.06.03 00:57:05.337768 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8559 | 2025.06.03 00:57:05.337864 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8560 | 2025.06.03 00:57:05.337910 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8561 | 2025.06.03 00:57:05.338324 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8562 | 2025.06.03 00:57:05.338360 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8563 | 2025.06.03 00:57:05.338700 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8564 | 2025.06.03 00:57:05.338920 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8565 | 2025.06.03 00:57:05.339059 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. | ||
8566 | 2025.06.03 00:57:05.339101 [ 261 ] {60b86000-c004-4cf8-a296-c45393256487} <Debug> TCPHandler: Processed in 0.001383173 sec. | ||
8567 | 2025.06.03 00:57:05.339210 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8568 | 2025.06.03 00:57:05.339306 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8569 | 2025.06.03 00:57:05.339364 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8570 | 2025.06.03 00:57:05.340231 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8571 | 2025.06.03 00:57:05.340268 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8572 | 2025.06.03 00:57:05.340814 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8573 | 2025.06.03 00:57:05.341051 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8574 | 2025.06.03 00:57:05.341194 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001905 sec., 14698.162729658792 rows/sec., 26.34 MiB/sec. | ||
8575 | 2025.06.03 00:57:05.341255 [ 261 ] {36deabce-920f-4e1b-b6d5-1c475dc14101} <Debug> TCPHandler: Processed in 0.002094875 sec. | ||
8576 | 2025.06.03 00:57:05.341375 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8577 | 2025.06.03 00:57:05.341471 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8578 | 2025.06.03 00:57:05.341514 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8579 | 2025.06.03 00:57:05.341856 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8580 | 2025.06.03 00:57:05.341893 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8581 | 2025.06.03 00:57:05.342213 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8582 | 2025.06.03 00:57:05.342449 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8583 | 2025.06.03 00:57:05.342582 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. | ||
8584 | 2025.06.03 00:57:05.342623 [ 261 ] {c15c9df3-854c-4b0f-ad88-95e80907c794} <Debug> TCPHandler: Processed in 0.001297651 sec. | ||
8585 | 2025.06.03 00:57:09.315400 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8586 | 2025.06.03 00:57:09.315475 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8587 | 2025.06.03 00:57:09.452390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
8588 | 2025.06.03 00:57:09.452902 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8589 | 2025.06.03 00:57:09.452951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8590 | 2025.06.03 00:57:09.453497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8591 | 2025.06.03 00:57:09.453814 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8592 | 2025.06.03 00:57:09.453988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
8593 | 2025.06.03 00:57:09.520529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1192 | ||
8594 | 2025.06.03 00:57:09.522810 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8595 | 2025.06.03 00:57:09.522874 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8596 | 2025.06.03 00:57:09.524091 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8597 | 2025.06.03 00:57:09.524382 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8598 | 2025.06.03 00:57:09.524800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192 | ||
8599 | 2025.06.03 00:57:10.001166 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000828506 sec. | ||
8600 | 2025.06.03 00:57:10.331402 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8601 | 2025.06.03 00:57:10.331587 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8602 | 2025.06.03 00:57:10.331653 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8603 | 2025.06.03 00:57:10.332328 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8604 | 2025.06.03 00:57:10.332367 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8605 | 2025.06.03 00:57:10.332774 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8606 | 2025.06.03 00:57:10.333008 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8607 | 2025.06.03 00:57:10.333159 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001622 sec., 49321.82490752158 rows/sec., 4.06 MiB/sec. | ||
8608 | 2025.06.03 00:57:10.333202 [ 261 ] {d97dd9c5-0acb-4641-9a94-043c0a607787} <Debug> TCPHandler: Processed in 0.0019327 sec. | ||
8609 | 2025.06.03 00:57:10.333336 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8610 | 2025.06.03 00:57:10.333433 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8611 | 2025.06.03 00:57:10.333478 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8612 | 2025.06.03 00:57:10.333975 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8613 | 2025.06.03 00:57:10.334010 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8614 | 2025.06.03 00:57:10.334301 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8615 | 2025.06.03 00:57:10.334516 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8616 | 2025.06.03 00:57:10.334632 [ 37 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8617 | 2025.06.03 00:57:10.334641 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001228 sec., 9771.98697068404 rows/sec., 734.81 KiB/sec. | ||
8618 | 2025.06.03 00:57:10.334670 [ 37 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8619 | 2025.06.03 00:57:10.334689 [ 261 ] {97ab5e34-57f0-4d7a-8bb3-b84ae7d3eea7} <Debug> TCPHandler: Processed in 0.001401673 sec. | ||
8620 | 2025.06.03 00:57:10.334689 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8621 | 2025.06.03 00:57:10.334810 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8622 | 2025.06.03 00:57:10.334849 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
8623 | 2025.06.03 00:57:10.334906 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8624 | 2025.06.03 00:57:10.334951 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8625 | 2025.06.03 00:57:10.335042 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8626 | 2025.06.03 00:57:10.335095 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part | ||
8627 | 2025.06.03 00:57:10.335214 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part | ||
8628 | 2025.06.03 00:57:10.335284 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part | ||
8629 | 2025.06.03 00:57:10.335363 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
8630 | 2025.06.03 00:57:10.335387 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8631 | 2025.06.03 00:57:10.335426 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
8632 | 2025.06.03 00:57:10.335427 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8633 | 2025.06.03 00:57:10.335479 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part | ||
8634 | 2025.06.03 00:57:10.335917 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8635 | 2025.06.03 00:57:10.336224 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2025.06.03 00:57:10.336384 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001497 sec., 50768.20307281229 rows/sec., 3.96 MiB/sec. | ||
8637 | 2025.06.03 00:57:10.336429 [ 261 ] {f885b9bc-0608-440d-afaf-2f4ffd657dd6} <Debug> TCPHandler: Processed in 0.001666821 sec. | ||
8638 | 2025.06.03 00:57:10.336611 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.001833657 sec., 147246.7315315787 rows/sec., 10.50 MiB/sec. | ||
8639 | 2025.06.03 00:57:10.336705 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8640 | 2025.06.03 00:57:10.336821 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8641 | 2025.06.03 00:57:10.336854 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8642 | 2025.06.03 00:57:10.336874 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8643 | 2025.06.03 00:57:10.337196 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8644 | 2025.06.03 00:57:10.337296 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_66_13} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8645 | 2025.06.03 00:57:10.337515 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
8646 | 2025.06.03 00:57:10.337730 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8647 | 2025.06.03 00:57:10.337776 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8648 | 2025.06.03 00:57:10.338202 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8649 | 2025.06.03 00:57:10.338486 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8650 | 2025.06.03 00:57:10.338657 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001858 sec., 86114.10118406889 rows/sec., 6.00 MiB/sec. | ||
8651 | 2025.06.03 00:57:10.338705 [ 261 ] {25c6e47b-fe31-42aa-a98c-3a74e2f5a70a} <Debug> TCPHandler: Processed in 0.002058844 sec. | ||
8652 | 2025.06.03 00:57:10.338857 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8653 | 2025.06.03 00:57:10.338971 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8654 | 2025.06.03 00:57:10.339039 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8655 | 2025.06.03 00:57:10.340085 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8656 | 2025.06.03 00:57:10.340127 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8657 | 2025.06.03 00:57:10.340812 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8658 | 2025.06.03 00:57:10.341118 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8659 | 2025.06.03 00:57:10.341285 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8660 | 2025.06.03 00:57:10.341295 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002347 sec., 5112.910097997444 rows/sec., 9.16 MiB/sec. | ||
8661 | 2025.06.03 00:57:10.341335 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8662 | 2025.06.03 00:57:10.341362 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8663 | 2025.06.03 00:57:10.341398 [ 261 ] {c0b837b6-92c2-4421-87fe-09d8e395b5d9} <Debug> TCPHandler: Processed in 0.002600081 sec. | ||
8664 | 2025.06.03 00:57:10.341478 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
8665 | 2025.06.03 00:57:10.341561 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8666 | 2025.06.03 00:57:10.341680 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8667 | 2025.06.03 00:57:10.341733 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8668 | 2025.06.03 00:57:10.341745 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8669 | 2025.06.03 00:57:10.341808 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1183 rows starting from the beginning of the part | ||
8670 | 2025.06.03 00:57:10.341937 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part | ||
8671 | 2025.06.03 00:57:10.342047 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part | ||
8672 | 2025.06.03 00:57:10.342152 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
8673 | 2025.06.03 00:57:10.342180 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8674 | 2025.06.03 00:57:10.342231 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8675 | 2025.06.03 00:57:10.342264 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
8676 | 2025.06.03 00:57:10.342372 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part | ||
8677 | 2025.06.03 00:57:10.342681 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8678 | 2025.06.03 00:57:10.343005 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8679 | 2025.06.03 00:57:10.343183 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
8680 | 2025.06.03 00:57:10.343233 [ 261 ] {ec7aa603-3bd9-4c4e-add4-ab2ae84c2c14} <Debug> TCPHandler: Processed in 0.001733903 sec. | ||
8681 | 2025.06.03 00:57:10.352469 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1275 rows, containing 19 columns (19 merged, 0 gathered) in 0.011038763 sec., 115502.0721071736 rows/sec., 206.97 MiB/sec. | ||
8682 | 2025.06.03 00:57:10.355004 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8683 | 2025.06.03 00:57:10.355584 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8684 | 2025.06.03 00:57:10.355716 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8685 | 2025.06.03 00:57:10.355940 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
8686 | 2025.06.03 00:57:10.694653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
8687 | 2025.06.03 00:57:10.716165 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8688 | 2025.06.03 00:57:10.716247 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8689 | 2025.06.03 00:57:10.724981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8690 | 2025.06.03 00:57:10.725908 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8691 | 2025.06.03 00:57:10.731086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
8692 | 2025.06.03 00:57:11.001201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 291.28 MiB, peak 303.64 MiB, free memory in arenas 0.00 B, will set to 293.73 MiB (RSS), difference: 2.44 MiB | ||
8693 | 2025.06.03 00:57:11.720625 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8694 | 2025.06.03 00:57:11.720827 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8695 | 2025.06.03 00:57:11.720902 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8696 | 2025.06.03 00:57:11.721578 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8697 | 2025.06.03 00:57:11.721622 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8698 | 2025.06.03 00:57:11.722039 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8699 | 2025.06.03 00:57:11.722269 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8700 | 2025.06.03 00:57:11.722420 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001647 sec., 14571.948998178506 rows/sec., 1.21 MiB/sec. | ||
8701 | 2025.06.03 00:57:11.722463 [ 261 ] {3e9134f1-ebe7-4f8d-bae2-188545bb1874} <Debug> TCPHandler: Processed in 0.001974062 sec. | ||
8702 | 2025.06.03 00:57:11.722584 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8703 | 2025.06.03 00:57:11.722680 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8704 | 2025.06.03 00:57:11.722723 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8705 | 2025.06.03 00:57:11.723853 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8706 | 2025.06.03 00:57:11.723890 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8707 | 2025.06.03 00:57:11.724280 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8708 | 2025.06.03 00:57:11.724500 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8709 | 2025.06.03 00:57:11.724632 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Debug> executeQuery: Read 1372 rows, 117.19 KiB in 0.00197 sec., 696446.7005076142 rows/sec., 58.09 MiB/sec. | ||
8710 | 2025.06.03 00:57:11.724672 [ 261 ] {dab7f40f-4937-48d0-8869-0e742ce9b767} <Debug> TCPHandler: Processed in 0.002139206 sec. | ||
8711 | 2025.06.03 00:57:11.724784 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8712 | 2025.06.03 00:57:11.724881 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8713 | 2025.06.03 00:57:11.724922 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8714 | 2025.06.03 00:57:11.725342 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8715 | 2025.06.03 00:57:11.725380 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8716 | 2025.06.03 00:57:11.725687 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8717 | 2025.06.03 00:57:11.725902 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8718 | 2025.06.03 00:57:11.726033 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001171 sec., 34158.838599487615 rows/sec., 2.56 MiB/sec. | ||
8719 | 2025.06.03 00:57:11.726072 [ 261 ] {1d62b84c-674f-4d79-84f2-4f6798e4f1e7} <Debug> TCPHandler: Processed in 0.001337922 sec. | ||
8720 | 2025.06.03 00:57:11.726174 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8721 | 2025.06.03 00:57:11.726268 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8722 | 2025.06.03 00:57:11.726315 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8723 | 2025.06.03 00:57:11.726796 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8724 | 2025.06.03 00:57:11.726833 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8725 | 2025.06.03 00:57:11.727150 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8726 | 2025.06.03 00:57:11.727386 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2025.06.03 00:57:11.727518 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001268 sec., 198738.17034700315 rows/sec., 13.75 MiB/sec. | ||
8728 | 2025.06.03 00:57:11.727557 [ 261 ] {d6db97e5-dcf7-4c8c-9f7d-8180b985a7f1} <Debug> TCPHandler: Processed in 0.001431935 sec. | ||
8729 | 2025.06.03 00:57:11.727668 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8730 | 2025.06.03 00:57:11.727762 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8731 | 2025.06.03 00:57:11.727802 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8732 | 2025.06.03 00:57:11.728201 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8733 | 2025.06.03 00:57:11.728237 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8734 | 2025.06.03 00:57:11.728539 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8735 | 2025.06.03 00:57:11.728754 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8736 | 2025.06.03 00:57:11.728885 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 821.65 KiB/sec. | ||
8737 | 2025.06.03 00:57:11.728926 [ 261 ] {9468345a-a1ee-4123-8ff8-13c40605d2ee} <Debug> TCPHandler: Processed in 0.0013075 sec. | ||
8738 | 2025.06.03 00:57:11.729034 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8739 | 2025.06.03 00:57:11.729129 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8740 | 2025.06.03 00:57:11.729170 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8741 | 2025.06.03 00:57:11.729815 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8742 | 2025.06.03 00:57:11.729853 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8743 | 2025.06.03 00:57:11.730187 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8744 | 2025.06.03 00:57:11.730404 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8745 | 2025.06.03 00:57:11.730536 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Debug> executeQuery: Read 584 rows, 44.90 KiB in 0.001423 sec., 410400.562192551 rows/sec., 30.82 MiB/sec. | ||
8746 | 2025.06.03 00:57:11.730575 [ 261 ] {fd4a5212-8d2c-4ff2-b0d2-d4f7f1a6a5bf} <Debug> TCPHandler: Processed in 0.00158986 sec. | ||
8747 | 2025.06.03 00:57:11.730677 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8748 | 2025.06.03 00:57:11.730772 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8749 | 2025.06.03 00:57:11.730818 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8750 | 2025.06.03 00:57:11.731427 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8751 | 2025.06.03 00:57:11.731464 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8752 | 2025.06.03 00:57:11.731858 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8753 | 2025.06.03 00:57:11.732097 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8754 | 2025.06.03 00:57:11.732230 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Debug> executeQuery: Read 960 rows, 66.80 KiB in 0.001475 sec., 650847.4576271187 rows/sec., 44.23 MiB/sec. | ||
8755 | 2025.06.03 00:57:11.732269 [ 261 ] {1132d1e1-236b-4439-9a18-2a1df4365f94} <Debug> TCPHandler: Processed in 0.001640411 sec. | ||
8756 | 2025.06.03 00:57:11.732380 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8757 | 2025.06.03 00:57:11.732476 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8758 | 2025.06.03 00:57:11.732534 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8759 | 2025.06.03 00:57:11.733374 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8760 | 2025.06.03 00:57:11.733411 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8761 | 2025.06.03 00:57:11.733962 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8762 | 2025.06.03 00:57:11.734196 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8763 | 2025.06.03 00:57:11.734347 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001889 sec., 14822.657490735839 rows/sec., 26.56 MiB/sec. | ||
8764 | 2025.06.03 00:57:11.734402 [ 261 ] {837716d6-6d25-4dcc-af73-f9a95d678ea9} <Debug> TCPHandler: Processed in 0.002070874 sec. | ||
8765 | 2025.06.03 00:57:11.734514 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8766 | 2025.06.03 00:57:11.734609 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8767 | 2025.06.03 00:57:11.734653 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8768 | 2025.06.03 00:57:11.734979 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8769 | 2025.06.03 00:57:11.735017 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
8770 | 2025.06.03 00:57:11.735324 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8771 | 2025.06.03 00:57:11.735537 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8772 | 2025.06.03 00:57:11.735761 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001171 sec., 13663.535439795047 rows/sec., 947.37 KiB/sec. | ||
8773 | 2025.06.03 00:57:11.735799 [ 261 ] {f38404bf-3510-49e1-b6e5-6bc79d76966c} <Debug> TCPHandler: Processed in 0.001335292 sec. | ||
8774 | 2025.06.03 00:57:15.328491 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8775 | 2025.06.03 00:57:15.328767 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8776 | 2025.06.03 00:57:15.328861 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8777 | 2025.06.03 00:57:15.329804 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8778 | 2025.06.03 00:57:15.329851 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8779 | 2025.06.03 00:57:15.330228 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
8780 | 2025.06.03 00:57:15.330453 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8781 | 2025.06.03 00:57:15.330663 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec. | ||
8782 | 2025.06.03 00:57:15.330675 [ 30 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
8783 | 2025.06.03 00:57:15.330705 [ 261 ] {2d013173-1abe-49a9-bf55-90fee07943ce} <Debug> TCPHandler: Processed in 0.002387174 sec. | ||
8784 | 2025.06.03 00:57:15.330749 [ 30 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8785 | 2025.06.03 00:57:15.330780 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8786 | 2025.06.03 00:57:15.330857 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8787 | 2025.06.03 00:57:15.330916 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
8788 | 2025.06.03 00:57:15.330954 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8789 | 2025.06.03 00:57:15.331004 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8790 | 2025.06.03 00:57:15.331088 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8791 | 2025.06.03 00:57:15.331132 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1968 rows starting from the beginning of the part | ||
8792 | 2025.06.03 00:57:15.331208 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 80 rows starting from the beginning of the part | ||
8793 | 2025.06.03 00:57:15.331262 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 112 rows starting from the beginning of the part | ||
8794 | 2025.06.03 00:57:15.331311 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 80 rows starting from the beginning of the part | ||
8795 | 2025.06.03 00:57:15.331359 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1372 rows starting from the beginning of the part | ||
8796 | 2025.06.03 00:57:15.331412 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
8797 | 2025.06.03 00:57:15.331468 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8798 | 2025.06.03 00:57:15.331509 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8799 | 2025.06.03 00:57:15.331857 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
8800 | 2025.06.03 00:57:15.332071 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8801 | 2025.06.03 00:57:15.332202 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001267 sec., 50513.0228887135 rows/sec., 3.94 MiB/sec. | ||
8802 | 2025.06.03 00:57:15.332208 [ 30 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
8803 | 2025.06.03 00:57:15.332241 [ 261 ] {cb2bdb74-ddac-42b3-9cf3-5a5a6950688e} <Debug> TCPHandler: Processed in 0.001432094 sec. | ||
8804 | 2025.06.03 00:57:15.332255 [ 30 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8805 | 2025.06.03 00:57:15.332281 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8806 | 2025.06.03 00:57:15.332367 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8807 | 2025.06.03 00:57:15.332369 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
8808 | 2025.06.03 00:57:15.332469 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8809 | 2025.06.03 00:57:15.332505 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8810 | 2025.06.03 00:57:15.332517 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8811 | 2025.06.03 00:57:15.332546 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 952 rows starting from the beginning of the part | ||
8812 | 2025.06.03 00:57:15.332620 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 76 rows starting from the beginning of the part | ||
8813 | 2025.06.03 00:57:15.332664 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 92 rows starting from the beginning of the part | ||
8814 | 2025.06.03 00:57:15.332704 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 76 rows starting from the beginning of the part | ||
8815 | 2025.06.03 00:57:15.332740 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 584 rows starting from the beginning of the part | ||
8816 | 2025.06.03 00:57:15.332780 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
8817 | 2025.06.03 00:57:15.332944 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8818 | 2025.06.03 00:57:15.332942 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 5 columns (5 merged, 0 gathered) in 0.002085435 sec., 1758865.6563258984 rows/sec., 151.89 MiB/sec. | ||
8819 | 2025.06.03 00:57:15.332993 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8820 | 2025.06.03 00:57:15.333233 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
8821 | 2025.06.03 00:57:15.333378 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
8822 | 2025.06.03 00:57:15.333539 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8823 | 2025.06.03 00:57:15.333629 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_81_16} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
8824 | 2025.06.03 00:57:15.333638 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8825 | 2025.06.03 00:57:15.333702 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
8826 | 2025.06.03 00:57:15.333768 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
8827 | 2025.06.03 00:57:15.333774 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001323 sec., 89191.2320483749 rows/sec., 6.21 MiB/sec. | ||
8828 | 2025.06.03 00:57:15.333812 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8829 | 2025.06.03 00:57:15.333830 [ 261 ] {8dc9f08a-bd52-4d55-bf92-1001228f8e02} <Debug> TCPHandler: Processed in 0.001510116 sec. | ||
8830 | 2025.06.03 00:57:15.333836 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8831 | 2025.06.03 00:57:15.333864 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535007 sec., 1201297.4533666621 rows/sec., 94.25 MiB/sec. | ||
8832 | 2025.06.03 00:57:15.333933 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
8833 | 2025.06.03 00:57:15.333958 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8834 | 2025.06.03 00:57:15.334052 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8835 | 2025.06.03 00:57:15.334055 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8836 | 2025.06.03 00:57:15.334090 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21836 rows starting from the beginning of the part | ||
8837 | 2025.06.03 00:57:15.334091 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
8838 | 2025.06.03 00:57:15.334113 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8839 | 2025.06.03 00:57:15.334154 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
8840 | 2025.06.03 00:57:15.334207 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
8841 | 2025.06.03 00:57:15.334263 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
8842 | 2025.06.03 00:57:15.334310 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 960 rows starting from the beginning of the part | ||
8843 | 2025.06.03 00:57:15.334355 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 118 rows starting from the beginning of the part | ||
8844 | 2025.06.03 00:57:15.334451 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8845 | 2025.06.03 00:57:15.334468 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8846 | 2025.06.03 00:57:15.334511 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8847 | 2025.06.03 00:57:15.334551 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_81_16} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
8848 | 2025.06.03 00:57:15.334652 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
8849 | 2025.06.03 00:57:15.334829 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
8850 | 2025.06.03 00:57:15.335059 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8851 | 2025.06.03 00:57:15.335186 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.00115 sec., 38260.86956521739 rows/sec., 2.57 MiB/sec. | ||
8852 | 2025.06.03 00:57:15.335192 [ 30 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
8853 | 2025.06.03 00:57:15.335230 [ 261 ] {c11e0934-11fc-4b4c-8835-264ddffbd395} <Debug> TCPHandler: Processed in 0.001318221 sec. | ||
8854 | 2025.06.03 00:57:15.335239 [ 30 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2025.06.03 00:57:15.335268 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8856 | 2025.06.03 00:57:15.335336 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
8857 | 2025.06.03 00:57:15.335425 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8858 | 2025.06.03 00:57:15.335450 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4014 rows starting from the beginning of the part | ||
8859 | 2025.06.03 00:57:15.335492 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
8860 | 2025.06.03 00:57:15.335527 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
8861 | 2025.06.03 00:57:15.335562 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
8862 | 2025.06.03 00:57:15.335596 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
8863 | 2025.06.03 00:57:15.335629 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 44 rows starting from the beginning of the part | ||
8864 | 2025.06.03 00:57:15.336813 [ 196 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4254 rows, containing 4 columns (4 merged, 0 gathered) in 0.001505777 sec., 2825119.523010379 rows/sec., 189.76 MiB/sec. | ||
8865 | 2025.06.03 00:57:15.337310 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
8866 | 2025.06.03 00:57:15.337610 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8867 | 2025.06.03 00:57:15.337682 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_81_16} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
8868 | 2025.06.03 00:57:15.337767 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
8869 | 2025.06.03 00:57:15.344157 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23394 rows, containing 5 columns (5 merged, 0 gathered) in 0.010260309 sec., 2280048.2909432845 rows/sec., 156.03 MiB/sec. | ||
8870 | 2025.06.03 00:57:15.344686 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
8871 | 2025.06.03 00:57:15.345009 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8872 | 2025.06.03 00:57:15.345092 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
8873 | 2025.06.03 00:57:15.345164 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
8874 | 2025.06.03 00:57:16.001138 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 294.11 MiB, peak 304.80 MiB, free memory in arenas 0.00 B, will set to 295.16 MiB (RSS), difference: 1.06 MiB | ||
8875 | 2025.06.03 00:57:16.954927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
8876 | 2025.06.03 00:57:16.955414 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8877 | 2025.06.03 00:57:16.955459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8878 | 2025.06.03 00:57:16.955939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8879 | 2025.06.03 00:57:16.956157 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8880 | 2025.06.03 00:57:16.956282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
8881 | 2025.06.03 00:57:18.232009 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
8882 | 2025.06.03 00:57:18.249278 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8883 | 2025.06.03 00:57:18.249346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8884 | 2025.06.03 00:57:18.255570 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8885 | 2025.06.03 00:57:18.256347 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8886 | 2025.06.03 00:57:18.259747 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
8887 | 2025.06.03 00:57:19.525755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1230 | ||
8888 | 2025.06.03 00:57:19.528161 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8889 | 2025.06.03 00:57:19.528199 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8890 | 2025.06.03 00:57:19.529413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8891 | 2025.06.03 00:57:19.529666 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8892 | 2025.06.03 00:57:19.529791 [ 78 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8893 | 2025.06.03 00:57:19.529826 [ 78 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8894 | 2025.06.03 00:57:19.529844 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8895 | 2025.06.03 00:57:19.529919 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
8896 | 2025.06.03 00:57:19.529971 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
8897 | 2025.06.03 00:57:19.530628 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8898 | 2025.06.03 00:57:19.530764 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1072 rows starting from the beginning of the part | ||
8899 | 2025.06.03 00:57:19.531107 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
8900 | 2025.06.03 00:57:19.531472 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part | ||
8901 | 2025.06.03 00:57:19.531819 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
8902 | 2025.06.03 00:57:19.532136 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
8903 | 2025.06.03 00:57:19.532474 [ 196 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part | ||
8904 | 2025.06.03 00:57:19.538517 [ 197 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1230 rows, containing 72 columns (72 merged, 0 gathered) in 0.008608427 sec., 142883.24684637506 rows/sec., 115.49 MiB/sec. | ||
8905 | 2025.06.03 00:57:19.539900 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8906 | 2025.06.03 00:57:19.540488 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2025.06.03 00:57:19.540558 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_36_7} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8908 | 2025.06.03 00:57:19.540863 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
8909 | 2025.06.03 00:57:20.331304 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8910 | 2025.06.03 00:57:20.331491 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8911 | 2025.06.03 00:57:20.331564 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8912 | 2025.06.03 00:57:20.332247 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8913 | 2025.06.03 00:57:20.332297 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8914 | 2025.06.03 00:57:20.332710 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
8915 | 2025.06.03 00:57:20.332941 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8916 | 2025.06.03 00:57:20.333087 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001653 sec., 48396.85420447671 rows/sec., 3.98 MiB/sec. | ||
8917 | 2025.06.03 00:57:20.333131 [ 261 ] {fc42e5f0-99d8-427f-bfed-99398e6204a9} <Debug> TCPHandler: Processed in 0.001958321 sec. | ||
8918 | 2025.06.03 00:57:20.333269 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8919 | 2025.06.03 00:57:20.333377 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8920 | 2025.06.03 00:57:20.333423 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8921 | 2025.06.03 00:57:20.333849 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8922 | 2025.06.03 00:57:20.333886 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8923 | 2025.06.03 00:57:20.334199 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8924 | 2025.06.03 00:57:20.334416 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8925 | 2025.06.03 00:57:20.334572 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001213 sec., 9892.82769991756 rows/sec., 743.89 KiB/sec. | ||
8926 | 2025.06.03 00:57:20.334625 [ 261 ] {d00a402d-1958-46c6-a164-859c1e9fca93} <Debug> TCPHandler: Processed in 0.001409354 sec. | ||
8927 | 2025.06.03 00:57:20.334764 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8928 | 2025.06.03 00:57:20.334885 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8929 | 2025.06.03 00:57:20.334940 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8930 | 2025.06.03 00:57:20.335523 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8931 | 2025.06.03 00:57:20.335570 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8932 | 2025.06.03 00:57:20.335970 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
8933 | 2025.06.03 00:57:20.336217 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8934 | 2025.06.03 00:57:20.336351 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001491 sec., 50972.50167672703 rows/sec., 3.98 MiB/sec. | ||
8935 | 2025.06.03 00:57:20.336390 [ 261 ] {3ac21cbd-7e09-4770-87be-4aadf1a306c6} <Debug> TCPHandler: Processed in 0.001687163 sec. | ||
8936 | 2025.06.03 00:57:20.336509 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8937 | 2025.06.03 00:57:20.336602 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8938 | 2025.06.03 00:57:20.336647 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8939 | 2025.06.03 00:57:20.337093 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8940 | 2025.06.03 00:57:20.337131 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8941 | 2025.06.03 00:57:20.337465 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
8942 | 2025.06.03 00:57:20.337678 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8943 | 2025.06.03 00:57:20.337810 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. | ||
8944 | 2025.06.03 00:57:20.337847 [ 261 ] {cb5c1b52-fd0d-45c0-9a2c-d9e8eb4e9efa} <Debug> TCPHandler: Processed in 0.001387883 sec. | ||
8945 | 2025.06.03 00:57:20.337954 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8946 | 2025.06.03 00:57:20.338048 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8947 | 2025.06.03 00:57:20.338105 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8948 | 2025.06.03 00:57:20.338966 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8949 | 2025.06.03 00:57:20.339003 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8950 | 2025.06.03 00:57:20.339526 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8951 | 2025.06.03 00:57:20.339749 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8952 | 2025.06.03 00:57:20.339889 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001858 sec., 6458.557588805166 rows/sec., 11.57 MiB/sec. | ||
8953 | 2025.06.03 00:57:20.339942 [ 261 ] {4f191c7d-60da-4682-9339-6100294f1b62} <Debug> TCPHandler: Processed in 0.002037163 sec. | ||
8954 | 2025.06.03 00:57:20.340065 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8955 | 2025.06.03 00:57:20.340159 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8956 | 2025.06.03 00:57:20.340201 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8957 | 2025.06.03 00:57:20.340547 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8958 | 2025.06.03 00:57:20.340584 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8959 | 2025.06.03 00:57:20.340884 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
8960 | 2025.06.03 00:57:20.341084 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8961 | 2025.06.03 00:57:20.341212 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. | ||
8962 | 2025.06.03 00:57:20.341248 [ 261 ] {45d2fcba-4811-4643-85f8-fac90f8d8d6b} <Debug> TCPHandler: Processed in 0.001232188 sec. | ||
8963 | 2025.06.03 00:57:24.315522 [ 178 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8964 | 2025.06.03 00:57:24.315594 [ 178 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8965 | 2025.06.03 00:57:24.456358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
8966 | 2025.06.03 00:57:24.457073 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8967 | 2025.06.03 00:57:24.457118 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8968 | 2025.06.03 00:57:24.457599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8969 | 2025.06.03 00:57:24.457822 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8970 | 2025.06.03 00:57:24.457952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
8971 | 2025.06.03 00:57:25.332672 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8972 | 2025.06.03 00:57:25.332866 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8973 | 2025.06.03 00:57:25.332933 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8974 | 2025.06.03 00:57:25.333601 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8975 | 2025.06.03 00:57:25.333642 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8976 | 2025.06.03 00:57:25.334053 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
8977 | 2025.06.03 00:57:25.334288 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8978 | 2025.06.03 00:57:25.334433 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001619 sec., 69178.50525015441 rows/sec., 5.81 MiB/sec. | ||
8979 | 2025.06.03 00:57:25.334475 [ 261 ] {f0a30d04-ad0b-4358-b310-c57b0832af3c} <Debug> TCPHandler: Processed in 0.00193602 sec. | ||
8980 | 2025.06.03 00:57:25.334596 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8981 | 2025.06.03 00:57:25.334689 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8982 | 2025.06.03 00:57:25.334729 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8983 | 2025.06.03 00:57:25.335127 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8984 | 2025.06.03 00:57:25.335162 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8985 | 2025.06.03 00:57:25.335447 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8986 | 2025.06.03 00:57:25.335644 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8987 | 2025.06.03 00:57:25.335768 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001097 sec., 25524.156791248857 rows/sec., 1.87 MiB/sec. | ||
8988 | 2025.06.03 00:57:25.335804 [ 261 ] {2735f501-99b0-47bf-926d-126422c1445c} <Debug> TCPHandler: Processed in 0.001256539 sec. | ||
8989 | 2025.06.03 00:57:25.335910 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8990 | 2025.06.03 00:57:25.336008 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8991 | 2025.06.03 00:57:25.336048 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8992 | 2025.06.03 00:57:25.336454 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8993 | 2025.06.03 00:57:25.336489 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
8994 | 2025.06.03 00:57:25.336779 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
8995 | 2025.06.03 00:57:25.336984 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8996 | 2025.06.03 00:57:25.337105 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001121 sec., 82069.58073148974 rows/sec., 6.41 MiB/sec. | ||
8997 | 2025.06.03 00:57:25.337142 [ 261 ] {1b998f7a-0421-4c42-96a7-8111b2cb6471} <Debug> TCPHandler: Processed in 0.0012789 sec. | ||
8998 | 2025.06.03 00:57:25.337260 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8999 | 2025.06.03 00:57:25.337354 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9000 | 2025.06.03 00:57:25.337397 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9001 | 2025.06.03 00:57:25.337785 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9002 | 2025.06.03 00:57:25.337819 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9003 | 2025.06.03 00:57:25.338140 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9004 | 2025.06.03 00:57:25.338336 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9005 | 2025.06.03 00:57:25.338459 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001125 sec., 142222.22222222222 rows/sec., 9.91 MiB/sec. | ||
9006 | 2025.06.03 00:57:25.338495 [ 261 ] {785be799-a4d1-4d6e-8f68-e91819b7138c} <Debug> TCPHandler: Processed in 0.001282 sec. | ||
9007 | 2025.06.03 00:57:25.338597 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9008 | 2025.06.03 00:57:25.338688 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9009 | 2025.06.03 00:57:25.338741 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9010 | 2025.06.03 00:57:25.339540 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9011 | 2025.06.03 00:57:25.339575 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9012 | 2025.06.03 00:57:25.340091 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9013 | 2025.06.03 00:57:25.340302 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9014 | 2025.06.03 00:57:25.340432 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001761 sec., 15900.056785917093 rows/sec., 28.49 MiB/sec. | ||
9015 | 2025.06.03 00:57:25.340484 [ 261 ] {a5f75d33-7298-4b83-b7a1-075fe8fb35fb} <Debug> TCPHandler: Processed in 0.001932951 sec. | ||
9016 | 2025.06.03 00:57:25.340593 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9017 | 2025.06.03 00:57:25.340686 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9018 | 2025.06.03 00:57:25.340727 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9019 | 2025.06.03 00:57:25.341050 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9020 | 2025.06.03 00:57:25.341086 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9021 | 2025.06.03 00:57:25.341381 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9022 | 2025.06.03 00:57:25.341580 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9023 | 2025.06.03 00:57:25.341703 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. | ||
9024 | 2025.06.03 00:57:25.341738 [ 261 ] {29c674f3-030b-4b9b-aa72-3ee694ca0d6c} <Debug> TCPHandler: Processed in 0.001192657 sec. | ||
9025 | 2025.06.03 00:57:25.759802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
9026 | 2025.06.03 00:57:25.777744 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9027 | 2025.06.03 00:57:25.777792 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9028 | 2025.06.03 00:57:25.783416 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9029 | 2025.06.03 00:57:25.784129 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9030 | 2025.06.03 00:57:25.787053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
9031 | 2025.06.03 00:57:29.530176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1254 | ||
9032 | 2025.06.03 00:57:29.532834 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9033 | 2025.06.03 00:57:29.532879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9034 | 2025.06.03 00:57:29.534039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9035 | 2025.06.03 00:57:29.534309 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9036 | 2025.06.03 00:57:29.534566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1254 | ||
9037 | 2025.06.03 00:57:30.332053 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9038 | 2025.06.03 00:57:30.332234 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9039 | 2025.06.03 00:57:30.332297 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9040 | 2025.06.03 00:57:30.332922 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9041 | 2025.06.03 00:57:30.332959 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9042 | 2025.06.03 00:57:30.333335 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
9043 | 2025.06.03 00:57:30.333571 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9044 | 2025.06.03 00:57:30.333726 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00154 sec., 9090.909090909092 rows/sec., 741.30 KiB/sec. | ||
9045 | 2025.06.03 00:57:30.333770 [ 261 ] {d1989882-8a88-420f-8b01-d3ab1c2eca2c} <Debug> TCPHandler: Processed in 0.001852718 sec. | ||
9046 | 2025.06.03 00:57:30.333890 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9047 | 2025.06.03 00:57:30.333984 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9048 | 2025.06.03 00:57:30.334024 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9049 | 2025.06.03 00:57:30.334464 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9050 | 2025.06.03 00:57:30.334499 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9051 | 2025.06.03 00:57:30.334815 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9052 | 2025.06.03 00:57:30.335029 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9053 | 2025.06.03 00:57:30.335155 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.00119 sec., 73109.24369747899 rows/sec., 5.96 MiB/sec. | ||
9054 | 2025.06.03 00:57:30.335192 [ 261 ] {fc1161af-a1d0-4c29-b997-f61d63278890} <Debug> TCPHandler: Processed in 0.001349122 sec. | ||
9055 | 2025.06.03 00:57:30.335308 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9056 | 2025.06.03 00:57:30.335400 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9057 | 2025.06.03 00:57:30.335440 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9058 | 2025.06.03 00:57:30.335840 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9059 | 2025.06.03 00:57:30.335874 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9060 | 2025.06.03 00:57:30.336180 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9061 | 2025.06.03 00:57:30.336450 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9062 | 2025.06.03 00:57:30.336602 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.00122 sec., 21311.475409836068 rows/sec., 1.50 MiB/sec. | ||
9063 | 2025.06.03 00:57:30.336648 [ 261 ] {cf96f146-e758-4dd7-929d-1f46a7c7bbed} <Debug> TCPHandler: Processed in 0.001386483 sec. | ||
9064 | 2025.06.03 00:57:30.336822 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9065 | 2025.06.03 00:57:30.336923 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9066 | 2025.06.03 00:57:30.336970 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9067 | 2025.06.03 00:57:30.338306 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9068 | 2025.06.03 00:57:30.338348 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9069 | 2025.06.03 00:57:30.338741 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9070 | 2025.06.03 00:57:30.339028 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9071 | 2025.06.03 00:57:30.339359 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.002455 sec., 36659.87780040733 rows/sec., 2.87 MiB/sec. | ||
9072 | 2025.06.03 00:57:30.339413 [ 261 ] {0206581f-2608-4655-ba3c-00df32004b4e} <Debug> TCPHandler: Processed in 0.002645992 sec. | ||
9073 | 2025.06.03 00:57:30.339534 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9074 | 2025.06.03 00:57:30.339630 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9075 | 2025.06.03 00:57:30.339675 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9076 | 2025.06.03 00:57:30.340111 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9077 | 2025.06.03 00:57:30.340150 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9078 | 2025.06.03 00:57:30.340496 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9079 | 2025.06.03 00:57:30.340714 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9080 | 2025.06.03 00:57:30.340843 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001232 sec., 135551.94805194804 rows/sec., 9.44 MiB/sec. | ||
9081 | 2025.06.03 00:57:30.340879 [ 261 ] {d4d5417c-319d-467b-a59d-c1cf0637a024} <Debug> TCPHandler: Processed in 0.001394413 sec. | ||
9082 | 2025.06.03 00:57:30.340980 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9083 | 2025.06.03 00:57:30.341073 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9084 | 2025.06.03 00:57:30.341130 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9085 | 2025.06.03 00:57:30.341905 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9086 | 2025.06.03 00:57:30.341940 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9087 | 2025.06.03 00:57:30.342461 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9088 | 2025.06.03 00:57:30.342688 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9089 | 2025.06.03 00:57:30.342824 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001768 sec., 6787.330316742081 rows/sec., 12.16 MiB/sec. | ||
9090 | 2025.06.03 00:57:30.342878 [ 261 ] {cdddf0b6-fc9d-4c34-8235-98de29c8921e} <Debug> TCPHandler: Processed in 0.001945631 sec. | ||
9091 | 2025.06.03 00:57:30.342990 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9092 | 2025.06.03 00:57:30.343083 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9093 | 2025.06.03 00:57:30.343125 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9094 | 2025.06.03 00:57:30.343469 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9095 | 2025.06.03 00:57:30.343504 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9096 | 2025.06.03 00:57:30.343824 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9097 | 2025.06.03 00:57:30.344045 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9098 | 2025.06.03 00:57:30.344172 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. | ||
9099 | 2025.06.03 00:57:30.344209 [ 261 ] {6e1b388e-b4c4-4b24-b6d1-593e4ab8a64f} <Debug> TCPHandler: Processed in 0.001267629 sec. | ||
9100 | 2025.06.03 00:57:31.959014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
9101 | 2025.06.03 00:57:31.959507 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9102 | 2025.06.03 00:57:31.959551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9103 | 2025.06.03 00:57:31.960022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9104 | 2025.06.03 00:57:31.960249 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9105 | 2025.06.03 00:57:31.960376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
9106 | 2025.06.03 00:57:31.960400 [ 111 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9107 | 2025.06.03 00:57:31.960470 [ 111 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9108 | 2025.06.03 00:57:31.960494 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9109 | 2025.06.03 00:57:31.960598 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
9110 | 2025.06.03 00:57:31.960696 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9111 | 2025.06.03 00:57:31.960729 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
9112 | 2025.06.03 00:57:31.960791 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
9113 | 2025.06.03 00:57:31.960838 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
9114 | 2025.06.03 00:57:31.960882 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
9115 | 2025.06.03 00:57:31.960925 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
9116 | 2025.06.03 00:57:31.960967 [ 200 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
9117 | 2025.06.03 00:57:31.962792 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00223639 sec., 10446746.765993409 rows/sec., 149.44 MiB/sec. | ||
9118 | 2025.06.03 00:57:31.963224 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9119 | 2025.06.03 00:57:31.963543 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9120 | 2025.06.03 00:57:31.963628 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_51_10} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9121 | 2025.06.03 00:57:31.963750 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9122 | 2025.06.03 00:57:33.288039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
9123 | 2025.06.03 00:57:33.305004 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9124 | 2025.06.03 00:57:33.305060 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9125 | 2025.06.03 00:57:33.310776 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9126 | 2025.06.03 00:57:33.311494 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9127 | 2025.06.03 00:57:33.311791 [ 85 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9128 | 2025.06.03 00:57:33.311853 [ 85 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9129 | 2025.06.03 00:57:33.311873 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9130 | 2025.06.03 00:57:33.311974 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9131 | 2025.06.03 00:57:33.314748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
9132 | 2025.06.03 00:57:33.315706 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9133 | 2025.06.03 00:57:33.317120 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9134 | 2025.06.03 00:57:33.321587 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9135 | 2025.06.03 00:57:33.326215 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9136 | 2025.06.03 00:57:33.330436 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9137 | 2025.06.03 00:57:33.334797 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9138 | 2025.06.03 00:57:33.338720 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
9139 | 2025.06.03 00:57:33.394130 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082195122 sec., 4671.810086248184 rows/sec., 24.16 MiB/sec. | ||
9140 | 2025.06.03 00:57:33.396889 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9141 | 2025.06.03 00:57:33.398799 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_51_10} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9142 | 2025.06.03 00:57:33.398916 [ 201 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_51_10} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9143 | 2025.06.03 00:57:33.400930 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
9144 | 2025.06.03 00:57:35.332013 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9145 | 2025.06.03 00:57:35.332215 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9146 | 2025.06.03 00:57:35.332285 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9147 | 2025.06.03 00:57:35.332971 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9148 | 2025.06.03 00:57:35.333023 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9149 | 2025.06.03 00:57:35.333473 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9150 | 2025.06.03 00:57:35.333713 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9151 | 2025.06.03 00:57:35.333875 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00171 sec., 65497.07602339182 rows/sec., 5.50 MiB/sec. | ||
9152 | 2025.06.03 00:57:35.333919 [ 261 ] {536aead3-692e-4afd-95e8-bcddba0e29a5} <Debug> TCPHandler: Processed in 0.002043893 sec. | ||
9153 | 2025.06.03 00:57:35.334046 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9154 | 2025.06.03 00:57:35.334142 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9155 | 2025.06.03 00:57:35.334186 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9156 | 2025.06.03 00:57:35.334599 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9157 | 2025.06.03 00:57:35.334638 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9158 | 2025.06.03 00:57:35.334947 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9159 | 2025.06.03 00:57:35.335172 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9160 | 2025.06.03 00:57:35.335307 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001183 sec., 23668.63905325444 rows/sec., 1.74 MiB/sec. | ||
9161 | 2025.06.03 00:57:35.335312 [ 75 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9162 | 2025.06.03 00:57:35.335348 [ 261 ] {f5307523-7f59-41f7-ae16-4b978648b39b} <Debug> TCPHandler: Processed in 0.001353102 sec. | ||
9163 | 2025.06.03 00:57:35.335379 [ 75 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9164 | 2025.06.03 00:57:35.335408 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9165 | 2025.06.03 00:57:35.335475 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9166 | 2025.06.03 00:57:35.335547 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
9167 | 2025.06.03 00:57:35.335575 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9168 | 2025.06.03 00:57:35.335636 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9169 | 2025.06.03 00:57:35.335714 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9170 | 2025.06.03 00:57:35.335757 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part | ||
9171 | 2025.06.03 00:57:35.335831 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
9172 | 2025.06.03 00:57:35.335883 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part | ||
9173 | 2025.06.03 00:57:35.335929 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part | ||
9174 | 2025.06.03 00:57:35.335983 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part | ||
9175 | 2025.06.03 00:57:35.336031 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
9176 | 2025.06.03 00:57:35.336073 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9177 | 2025.06.03 00:57:35.336115 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9178 | 2025.06.03 00:57:35.336832 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9179 | 2025.06.03 00:57:35.337083 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9180 | 2025.06.03 00:57:35.337171 [ 187 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689533 sec., 184666.41373681367 rows/sec., 13.31 MiB/sec. | ||
9181 | 2025.06.03 00:57:35.337231 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001674 sec., 54958.183990442056 rows/sec., 4.29 MiB/sec. | ||
9182 | 2025.06.03 00:57:35.337278 [ 261 ] {5b6d3e57-1fff-4c1d-800c-74cf7e68e3d4} <Debug> TCPHandler: Processed in 0.001866378 sec. | ||
9183 | 2025.06.03 00:57:35.337356 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9184 | 2025.06.03 00:57:35.337391 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9185 | 2025.06.03 00:57:35.337486 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9186 | 2025.06.03 00:57:35.337532 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9187 | 2025.06.03 00:57:35.337670 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9188 | 2025.06.03 00:57:35.337756 [ 189 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_71_14} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9189 | 2025.06.03 00:57:35.337862 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
9190 | 2025.06.03 00:57:35.337943 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9191 | 2025.06.03 00:57:35.337979 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9192 | 2025.06.03 00:57:35.338317 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9193 | 2025.06.03 00:57:35.338543 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9194 | 2025.06.03 00:57:35.338680 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. | ||
9195 | 2025.06.03 00:57:35.338721 [ 261 ] {973df094-7549-4735-91c1-a519f8230f69} <Debug> TCPHandler: Processed in 0.001378763 sec. | ||
9196 | 2025.06.03 00:57:35.338823 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9197 | 2025.06.03 00:57:35.338919 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9198 | 2025.06.03 00:57:35.338976 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9199 | 2025.06.03 00:57:35.339797 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9200 | 2025.06.03 00:57:35.339836 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9201 | 2025.06.03 00:57:35.340387 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9202 | 2025.06.03 00:57:35.340621 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9203 | 2025.06.03 00:57:35.340752 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9204 | 2025.06.03 00:57:35.340763 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001862 sec., 15037.593984962406 rows/sec., 26.95 MiB/sec. | ||
9205 | 2025.06.03 00:57:35.340802 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9206 | 2025.06.03 00:57:35.340830 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9207 | 2025.06.03 00:57:35.340838 [ 261 ] {eab517b8-f726-429a-8b7b-4b6564a7adf4} <Debug> TCPHandler: Processed in 0.002064204 sec. | ||
9208 | 2025.06.03 00:57:35.340948 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
9209 | 2025.06.03 00:57:35.340961 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9210 | 2025.06.03 00:57:35.341101 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9211 | 2025.06.03 00:57:35.341147 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9212 | 2025.06.03 00:57:35.341224 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9213 | 2025.06.03 00:57:35.341295 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1275 rows starting from the beginning of the part | ||
9214 | 2025.06.03 00:57:35.341441 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 28 rows starting from the beginning of the part | ||
9215 | 2025.06.03 00:57:35.341494 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9216 | 2025.06.03 00:57:35.341536 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9217 | 2025.06.03 00:57:35.341560 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part | ||
9218 | 2025.06.03 00:57:35.341676 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part | ||
9219 | 2025.06.03 00:57:35.341796 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part | ||
9220 | 2025.06.03 00:57:35.341857 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9221 | 2025.06.03 00:57:35.341908 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
9222 | 2025.06.03 00:57:35.342094 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9223 | 2025.06.03 00:57:35.342235 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. | ||
9224 | 2025.06.03 00:57:35.342273 [ 261 ] {63a493b2-9376-45c2-88b5-d125b2f5eb94} <Debug> TCPHandler: Processed in 0.001362352 sec. | ||
9225 | 2025.06.03 00:57:35.350925 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1383 rows, containing 19 columns (19 merged, 0 gathered) in 0.010032162 sec., 137856.62552099934 rows/sec., 247.03 MiB/sec. | ||
9226 | 2025.06.03 00:57:35.352369 [ 191 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9227 | 2025.06.03 00:57:35.352748 [ 191 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9228 | 2025.06.03 00:57:35.352832 [ 191 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9229 | 2025.06.03 00:57:35.352968 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
9230 | 2025.06.03 00:57:36.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 297.12 MiB, peak 309.67 MiB, free memory in arenas 0.00 B, will set to 303.53 MiB (RSS), difference: 6.41 MiB | ||
9231 | 2025.06.03 00:57:39.315840 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9232 | 2025.06.03 00:57:39.315908 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9233 | 2025.06.03 00:57:39.461395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
9234 | 2025.06.03 00:57:39.461908 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9235 | 2025.06.03 00:57:39.461955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9236 | 2025.06.03 00:57:39.462509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9237 | 2025.06.03 00:57:39.462765 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9238 | 2025.06.03 00:57:39.462896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
9239 | 2025.06.03 00:57:39.535613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1280 | ||
9240 | 2025.06.03 00:57:39.538255 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9241 | 2025.06.03 00:57:39.538313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9242 | 2025.06.03 00:57:39.539553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9243 | 2025.06.03 00:57:39.539853 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9244 | 2025.06.03 00:57:39.540245 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1280 | ||
9245 | 2025.06.03 00:57:40.331817 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9246 | 2025.06.03 00:57:40.332021 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9247 | 2025.06.03 00:57:40.332096 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9248 | 2025.06.03 00:57:40.332790 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9249 | 2025.06.03 00:57:40.332840 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9250 | 2025.06.03 00:57:40.333272 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9251 | 2025.06.03 00:57:40.333502 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9252 | 2025.06.03 00:57:40.333661 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.00169 sec., 47337.27810650887 rows/sec., 3.90 MiB/sec. | ||
9253 | 2025.06.03 00:57:40.333684 [ 19 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9254 | 2025.06.03 00:57:40.333708 [ 261 ] {f9de23a5-6fc2-48d9-a549-b338dad53c9f} <Debug> TCPHandler: Processed in 0.002034454 sec. | ||
9255 | 2025.06.03 00:57:40.333756 [ 19 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9256 | 2025.06.03 00:57:40.333783 [ 19 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9257 | 2025.06.03 00:57:40.333899 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9258 | 2025.06.03 00:57:40.333908 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
9259 | 2025.06.03 00:57:40.334013 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9260 | 2025.06.03 00:57:40.334079 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9261 | 2025.06.03 00:57:40.334092 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9262 | 2025.06.03 00:57:40.334144 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1968 rows starting from the beginning of the part | ||
9263 | 2025.06.03 00:57:40.334230 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 80 rows starting from the beginning of the part | ||
9264 | 2025.06.03 00:57:40.334296 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 112 rows starting from the beginning of the part | ||
9265 | 2025.06.03 00:57:40.334351 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 87 rows starting from the beginning of the part | ||
9266 | 2025.06.03 00:57:40.334419 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 112 rows starting from the beginning of the part | ||
9267 | 2025.06.03 00:57:40.334494 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 80 rows starting from the beginning of the part | ||
9268 | 2025.06.03 00:57:40.334581 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9269 | 2025.06.03 00:57:40.334636 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9270 | 2025.06.03 00:57:40.335129 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9271 | 2025.06.03 00:57:40.335458 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9272 | 2025.06.03 00:57:40.335641 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001654 sec., 7255.139056831922 rows/sec., 545.55 KiB/sec. | ||
9273 | 2025.06.03 00:57:40.335696 [ 261 ] {a186ad60-f042-4867-9a3e-67c6524e4d3b} <Debug> TCPHandler: Processed in 0.001848537 sec. | ||
9274 | 2025.06.03 00:57:40.335853 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9275 | 2025.06.03 00:57:40.335987 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9276 | 2025.06.03 00:57:40.336042 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9277 | 2025.06.03 00:57:40.336206 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2439 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355533 sec., 1035434.4430750917 rows/sec., 89.09 MiB/sec. | ||
9278 | 2025.06.03 00:57:40.336523 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9279 | 2025.06.03 00:57:40.336565 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9280 | 2025.06.03 00:57:40.336572 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9281 | 2025.06.03 00:57:40.336942 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9282 | 2025.06.03 00:57:40.337022 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9283 | 2025.06.03 00:57:40.337127 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_86_17} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9284 | 2025.06.03 00:57:40.337216 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
9285 | 2025.06.03 00:57:40.337223 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2025.06.03 00:57:40.337377 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001428 sec., 53221.28851540616 rows/sec., 4.16 MiB/sec. | ||
9287 | 2025.06.03 00:57:40.337397 [ 19 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9288 | 2025.06.03 00:57:40.337416 [ 261 ] {c0f0358a-448d-42ea-8660-36e5dd17abc0} <Debug> TCPHandler: Processed in 0.001626611 sec. | ||
9289 | 2025.06.03 00:57:40.337434 [ 19 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9290 | 2025.06.03 00:57:40.337461 [ 19 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9291 | 2025.06.03 00:57:40.337531 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
9292 | 2025.06.03 00:57:40.337554 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9293 | 2025.06.03 00:57:40.337629 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9294 | 2025.06.03 00:57:40.337654 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9295 | 2025.06.03 00:57:40.337659 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 952 rows starting from the beginning of the part | ||
9296 | 2025.06.03 00:57:40.337707 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9297 | 2025.06.03 00:57:40.337726 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 76 rows starting from the beginning of the part | ||
9298 | 2025.06.03 00:57:40.337771 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 92 rows starting from the beginning of the part | ||
9299 | 2025.06.03 00:57:40.337807 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 90 rows starting from the beginning of the part | ||
9300 | 2025.06.03 00:57:40.337846 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 92 rows starting from the beginning of the part | ||
9301 | 2025.06.03 00:57:40.337886 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 76 rows starting from the beginning of the part | ||
9302 | 2025.06.03 00:57:40.338194 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9303 | 2025.06.03 00:57:40.338235 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9304 | 2025.06.03 00:57:40.338606 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9305 | 2025.06.03 00:57:40.338832 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9306 | 2025.06.03 00:57:40.338949 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1378 rows, containing 5 columns (5 merged, 0 gathered) in 0.001446865 sec., 952403.9906971279 rows/sec., 74.84 MiB/sec. | ||
9307 | 2025.06.03 00:57:40.338970 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001336 sec., 119760.47904191617 rows/sec., 8.34 MiB/sec. | ||
9308 | 2025.06.03 00:57:40.338983 [ 19 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9309 | 2025.06.03 00:57:40.339009 [ 261 ] {6aa4e56f-55bc-4550-ab06-810d43b12d07} <Debug> TCPHandler: Processed in 0.001503766 sec. | ||
9310 | 2025.06.03 00:57:40.339027 [ 19 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9311 | 2025.06.03 00:57:40.339052 [ 19 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9312 | 2025.06.03 00:57:40.339122 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
9313 | 2025.06.03 00:57:40.339147 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9314 | 2025.06.03 00:57:40.339207 [ 194 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9315 | 2025.06.03 00:57:40.339219 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9316 | 2025.06.03 00:57:40.339246 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9317 | 2025.06.03 00:57:40.339278 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23394 rows starting from the beginning of the part | ||
9318 | 2025.06.03 00:57:40.339319 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9319 | 2025.06.03 00:57:40.339337 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
9320 | 2025.06.03 00:57:40.339407 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
9321 | 2025.06.03 00:57:40.339458 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 167 rows starting from the beginning of the part | ||
9322 | 2025.06.03 00:57:40.339541 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
9323 | 2025.06.03 00:57:40.339592 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
9324 | 2025.06.03 00:57:40.339695 [ 194 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9325 | 2025.06.03 00:57:40.339809 [ 194 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_86_17} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9326 | 2025.06.03 00:57:40.339951 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
9327 | 2025.06.03 00:57:40.340206 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9328 | 2025.06.03 00:57:40.340249 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9329 | 2025.06.03 00:57:40.340828 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9330 | 2025.06.03 00:57:40.341118 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9331 | 2025.06.03 00:57:40.341294 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002066 sec., 5808.325266214908 rows/sec., 10.41 MiB/sec. | ||
9332 | 2025.06.03 00:57:40.341387 [ 261 ] {9c27813c-3e51-4350-9b9f-12ebd5aef69a} <Debug> TCPHandler: Processed in 0.002288011 sec. | ||
9333 | 2025.06.03 00:57:40.341527 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9334 | 2025.06.03 00:57:40.341629 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9335 | 2025.06.03 00:57:40.341686 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9336 | 2025.06.03 00:57:40.342126 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9337 | 2025.06.03 00:57:40.342177 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9338 | 2025.06.03 00:57:40.342641 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9339 | 2025.06.03 00:57:40.342987 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9340 | 2025.06.03 00:57:40.343161 [ 19 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9341 | 2025.06.03 00:57:40.343183 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
9342 | 2025.06.03 00:57:40.343212 [ 19 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9343 | 2025.06.03 00:57:40.343246 [ 261 ] {94b3f074-9ac0-4eac-a621-ce787a38ec6a} <Debug> TCPHandler: Processed in 0.001768205 sec. | ||
9344 | 2025.06.03 00:57:40.343249 [ 19 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9345 | 2025.06.03 00:57:40.343359 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9346 | 2025.06.03 00:57:40.343463 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9347 | 2025.06.03 00:57:40.343492 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4254 rows starting from the beginning of the part | ||
9348 | 2025.06.03 00:57:40.343550 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
9349 | 2025.06.03 00:57:40.343595 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9350 | 2025.06.03 00:57:40.343635 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
9351 | 2025.06.03 00:57:40.343670 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9352 | 2025.06.03 00:57:40.343709 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
9353 | 2025.06.03 00:57:40.346070 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 4 columns (4 merged, 0 gathered) in 0.002745585 sec., 1658662.9079048727 rows/sec., 111.43 MiB/sec. | ||
9354 | 2025.06.03 00:57:40.346645 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9355 | 2025.06.03 00:57:40.346962 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9356 | 2025.06.03 00:57:40.347050 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_86_17} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9357 | 2025.06.03 00:57:40.347146 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
9358 | 2025.06.03 00:57:40.347213 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24201 rows, containing 5 columns (5 merged, 0 gathered) in 0.008116052 sec., 2981868.5242529246 rows/sec., 204.18 MiB/sec. | ||
9359 | 2025.06.03 00:57:40.348175 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9360 | 2025.06.03 00:57:40.348611 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9361 | 2025.06.03 00:57:40.348718 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9362 | 2025.06.03 00:57:40.348846 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
9363 | 2025.06.03 00:57:40.815715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
9364 | 2025.06.03 00:57:40.830663 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9365 | 2025.06.03 00:57:40.830730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9366 | 2025.06.03 00:57:40.836295 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9367 | 2025.06.03 00:57:40.837028 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9368 | 2025.06.03 00:57:40.839970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
9369 | 2025.06.03 00:57:42.719986 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9370 | 2025.06.03 00:57:42.720180 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9371 | 2025.06.03 00:57:42.720252 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9372 | 2025.06.03 00:57:42.720930 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9373 | 2025.06.03 00:57:42.720970 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9374 | 2025.06.03 00:57:42.721357 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
9375 | 2025.06.03 00:57:42.721584 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9376 | 2025.06.03 00:57:42.721735 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001607 sec., 14934.660858743 rows/sec., 1.24 MiB/sec. | ||
9377 | 2025.06.03 00:57:42.721785 [ 261 ] {e4b698d8-457b-4f28-8352-336252d94314} <Debug> TCPHandler: Processed in 0.00193506 sec. | ||
9378 | 2025.06.03 00:57:42.721907 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9379 | 2025.06.03 00:57:42.722009 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9380 | 2025.06.03 00:57:42.722053 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9381 | 2025.06.03 00:57:42.722459 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9382 | 2025.06.03 00:57:42.722495 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9383 | 2025.06.03 00:57:42.722791 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9384 | 2025.06.03 00:57:42.723000 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9385 | 2025.06.03 00:57:42.723129 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001143 sec., 3499.562554680665 rows/sec., 285.36 KiB/sec. | ||
9386 | 2025.06.03 00:57:42.723167 [ 261 ] {a1a90e0e-0ebe-41c6-87c2-7d72b7a25629} <Debug> TCPHandler: Processed in 0.001310161 sec. | ||
9387 | 2025.06.03 00:57:42.723270 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9388 | 2025.06.03 00:57:42.723364 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9389 | 2025.06.03 00:57:42.723404 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9390 | 2025.06.03 00:57:42.724479 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9391 | 2025.06.03 00:57:42.724514 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9392 | 2025.06.03 00:57:42.724902 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9393 | 2025.06.03 00:57:42.725129 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9394 | 2025.06.03 00:57:42.725259 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.001914 sec., 717868.3385579938 rows/sec., 59.87 MiB/sec. | ||
9395 | 2025.06.03 00:57:42.725297 [ 261 ] {9fb88374-23cc-418a-9875-a3746adc8e49} <Debug> TCPHandler: Processed in 0.002075025 sec. | ||
9396 | 2025.06.03 00:57:42.725407 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9397 | 2025.06.03 00:57:42.725501 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9398 | 2025.06.03 00:57:42.725542 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9399 | 2025.06.03 00:57:42.725952 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9400 | 2025.06.03 00:57:42.725988 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9401 | 2025.06.03 00:57:42.726291 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9402 | 2025.06.03 00:57:42.726505 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9403 | 2025.06.03 00:57:42.726633 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001151 sec., 38227.62814943528 rows/sec., 2.84 MiB/sec. | ||
9404 | 2025.06.03 00:57:42.726671 [ 261 ] {cb8dac5e-b20b-4ed7-b0ba-c89de00e7c7b} <Debug> TCPHandler: Processed in 0.001313541 sec. | ||
9405 | 2025.06.03 00:57:42.726778 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9406 | 2025.06.03 00:57:42.726881 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9407 | 2025.06.03 00:57:42.726922 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9408 | 2025.06.03 00:57:42.727401 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9409 | 2025.06.03 00:57:42.727436 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9410 | 2025.06.03 00:57:42.727762 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9411 | 2025.06.03 00:57:42.727978 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9412 | 2025.06.03 00:57:42.728116 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001255 sec., 200796.812749004 rows/sec., 13.89 MiB/sec. | ||
9413 | 2025.06.03 00:57:42.728156 [ 261 ] {2fe871e9-5ef4-46c9-a7b7-6258b7768c94} <Debug> TCPHandler: Processed in 0.001426695 sec. | ||
9414 | 2025.06.03 00:57:42.728265 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9415 | 2025.06.03 00:57:42.728360 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9416 | 2025.06.03 00:57:42.728399 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9417 | 2025.06.03 00:57:42.728793 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9418 | 2025.06.03 00:57:42.728828 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9419 | 2025.06.03 00:57:42.729116 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
9420 | 2025.06.03 00:57:42.729321 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9421 | 2025.06.03 00:57:42.729445 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 849.18 KiB/sec. | ||
9422 | 2025.06.03 00:57:42.729483 [ 261 ] {3a65b41e-0200-48bb-8f74-11947ea457c9} <Debug> TCPHandler: Processed in 0.00126556 sec. | ||
9423 | 2025.06.03 00:57:42.729584 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9424 | 2025.06.03 00:57:42.729679 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9425 | 2025.06.03 00:57:42.729717 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9426 | 2025.06.03 00:57:42.730335 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9427 | 2025.06.03 00:57:42.730371 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9428 | 2025.06.03 00:57:42.730693 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9429 | 2025.06.03 00:57:42.730899 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9430 | 2025.06.03 00:57:42.731025 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001365 sec., 430769.2307692308 rows/sec., 32.36 MiB/sec. | ||
9431 | 2025.06.03 00:57:42.731062 [ 261 ] {5954225b-124b-4bd1-8939-0917a7de863a} <Debug> TCPHandler: Processed in 0.001525587 sec. | ||
9432 | 2025.06.03 00:57:42.731175 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9433 | 2025.06.03 00:57:42.731275 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9434 | 2025.06.03 00:57:42.731321 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9435 | 2025.06.03 00:57:42.732013 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9436 | 2025.06.03 00:57:42.732056 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9437 | 2025.06.03 00:57:42.732501 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9438 | 2025.06.03 00:57:42.732720 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9439 | 2025.06.03 00:57:42.732848 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Debug> executeQuery: Read 952 rows, 65.83 KiB in 0.001593 sec., 597614.5637162586 rows/sec., 40.35 MiB/sec. | ||
9440 | 2025.06.03 00:57:42.732886 [ 261 ] {d9bf5b30-c2c2-49d5-b8bd-e845ed7ebbb9} <Debug> TCPHandler: Processed in 0.001760994 sec. | ||
9441 | 2025.06.03 00:57:42.733003 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9442 | 2025.06.03 00:57:42.733099 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9443 | 2025.06.03 00:57:42.733154 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9444 | 2025.06.03 00:57:42.733976 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9445 | 2025.06.03 00:57:42.734013 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9446 | 2025.06.03 00:57:42.734533 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9447 | 2025.06.03 00:57:42.734759 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9448 | 2025.06.03 00:57:42.734894 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001814 sec., 15435.501653803747 rows/sec., 27.66 MiB/sec. | ||
9449 | 2025.06.03 00:57:42.734971 [ 261 ] {8d238b9f-8d21-4eb4-8a9a-4f7e17b75352} <Debug> TCPHandler: Processed in 0.002021902 sec. | ||
9450 | 2025.06.03 00:57:42.735085 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9451 | 2025.06.03 00:57:42.735180 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9452 | 2025.06.03 00:57:42.735221 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9453 | 2025.06.03 00:57:42.735544 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9454 | 2025.06.03 00:57:42.735578 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9455 | 2025.06.03 00:57:42.735882 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9456 | 2025.06.03 00:57:42.736101 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9457 | 2025.06.03 00:57:42.736249 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001089 sec., 25711.66207529844 rows/sec., 1.74 MiB/sec. | ||
9458 | 2025.06.03 00:57:42.736285 [ 261 ] {73f225b1-e4f2-4e0e-b796-d1f1ad7e7205} <Debug> TCPHandler: Processed in 0.001248589 sec. | ||
9459 | 2025.06.03 00:57:45.327260 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9460 | 2025.06.03 00:57:45.327452 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9461 | 2025.06.03 00:57:45.327515 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9462 | 2025.06.03 00:57:45.328172 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9463 | 2025.06.03 00:57:45.328210 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9464 | 2025.06.03 00:57:45.328593 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9465 | 2025.06.03 00:57:45.328825 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9466 | 2025.06.03 00:57:45.328970 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001567 sec., 35737.077217613274 rows/sec., 2.73 MiB/sec. | ||
9467 | 2025.06.03 00:57:45.329010 [ 261 ] {bfe94914-4bc8-4c35-bb8a-74171f974279} <Debug> TCPHandler: Processed in 0.001880608 sec. | ||
9468 | 2025.06.03 00:57:45.329131 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9469 | 2025.06.03 00:57:45.329226 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9470 | 2025.06.03 00:57:45.329270 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9471 | 2025.06.03 00:57:45.329708 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9472 | 2025.06.03 00:57:45.329741 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9473 | 2025.06.03 00:57:45.330048 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9474 | 2025.06.03 00:57:45.330275 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9475 | 2025.06.03 00:57:45.330397 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. | ||
9476 | 2025.06.03 00:57:45.330433 [ 261 ] {d3076cff-526e-4c4a-940c-251405848d3d} <Debug> TCPHandler: Processed in 0.001352552 sec. | ||
9477 | 2025.06.03 00:57:45.330542 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9478 | 2025.06.03 00:57:45.330639 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9479 | 2025.06.03 00:57:45.330682 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9480 | 2025.06.03 00:57:45.331065 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9481 | 2025.06.03 00:57:45.331100 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9482 | 2025.06.03 00:57:45.331427 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9483 | 2025.06.03 00:57:45.331649 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9484 | 2025.06.03 00:57:45.331774 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001152 sec., 74652.77777777778 rows/sec., 5.20 MiB/sec. | ||
9485 | 2025.06.03 00:57:45.331810 [ 261 ] {36515a32-4f22-4f17-b0b2-ca385be2fcbc} <Debug> TCPHandler: Processed in 0.001314641 sec. | ||
9486 | 2025.06.03 00:57:45.331921 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9487 | 2025.06.03 00:57:45.332013 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9488 | 2025.06.03 00:57:45.332056 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9489 | 2025.06.03 00:57:45.332381 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9490 | 2025.06.03 00:57:45.332414 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9491 | 2025.06.03 00:57:45.332726 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9492 | 2025.06.03 00:57:45.332941 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9493 | 2025.06.03 00:57:45.333069 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001074 sec., 29795.158286778395 rows/sec., 2.00 MiB/sec. | ||
9494 | 2025.06.03 00:57:45.333104 [ 261 ] {b0085753-185a-4334-bde9-879204db0efb} <Debug> TCPHandler: Processed in 0.001232899 sec. | ||
9495 | 2025.06.03 00:57:46.963918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
9496 | 2025.06.03 00:57:46.964423 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9497 | 2025.06.03 00:57:46.964469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9498 | 2025.06.03 00:57:46.964948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9499 | 2025.06.03 00:57:46.965172 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9500 | 2025.06.03 00:57:46.965301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
9501 | 2025.06.03 00:57:48.340923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
9502 | 2025.06.03 00:57:48.357549 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9503 | 2025.06.03 00:57:48.357603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9504 | 2025.06.03 00:57:48.363177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9505 | 2025.06.03 00:57:48.363881 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9506 | 2025.06.03 00:57:48.367005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
9507 | 2025.06.03 00:57:49.541247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1320 | ||
9508 | 2025.06.03 00:57:49.543803 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9509 | 2025.06.03 00:57:49.543851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9510 | 2025.06.03 00:57:49.545081 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9511 | 2025.06.03 00:57:49.545347 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9512 | 2025.06.03 00:57:49.545721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1320 | ||
9513 | 2025.06.03 00:57:50.331259 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9514 | 2025.06.03 00:57:50.331440 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9515 | 2025.06.03 00:57:50.331504 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9516 | 2025.06.03 00:57:50.332215 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2025.06.03 00:57:50.332260 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9518 | 2025.06.03 00:57:50.332655 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9519 | 2025.06.03 00:57:50.332885 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2025.06.03 00:57:50.333032 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001641 sec., 48750.76173065204 rows/sec., 4.01 MiB/sec. | ||
9521 | 2025.06.03 00:57:50.333073 [ 261 ] {815e8688-3994-4fa9-83fa-abac74965be4} <Debug> TCPHandler: Processed in 0.00194363 sec. | ||
9522 | 2025.06.03 00:57:50.333200 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9523 | 2025.06.03 00:57:50.333293 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9524 | 2025.06.03 00:57:50.333332 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9525 | 2025.06.03 00:57:50.333746 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9526 | 2025.06.03 00:57:50.333782 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9527 | 2025.06.03 00:57:50.334073 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9528 | 2025.06.03 00:57:50.334281 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9529 | 2025.06.03 00:57:50.334409 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 795.02 KiB/sec. | ||
9530 | 2025.06.03 00:57:50.334446 [ 261 ] {d79d2063-eeef-4118-8d48-e0b7979c96c9} <Debug> TCPHandler: Processed in 0.00129445 sec. | ||
9531 | 2025.06.03 00:57:50.334560 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9532 | 2025.06.03 00:57:50.334652 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9533 | 2025.06.03 00:57:50.334690 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9534 | 2025.06.03 00:57:50.335102 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9535 | 2025.06.03 00:57:50.335143 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9536 | 2025.06.03 00:57:50.335434 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9537 | 2025.06.03 00:57:50.335643 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9538 | 2025.06.03 00:57:50.335768 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001133 sec., 67078.55251544573 rows/sec., 5.24 MiB/sec. | ||
9539 | 2025.06.03 00:57:50.335809 [ 261 ] {68dda557-d932-46c6-beda-ceb04c74bffe} <Debug> TCPHandler: Processed in 0.0012948 sec. | ||
9540 | 2025.06.03 00:57:50.335918 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9541 | 2025.06.03 00:57:50.336009 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9542 | 2025.06.03 00:57:50.336051 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9543 | 2025.06.03 00:57:50.336456 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9544 | 2025.06.03 00:57:50.336491 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9545 | 2025.06.03 00:57:50.336820 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9546 | 2025.06.03 00:57:50.337034 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9547 | 2025.06.03 00:57:50.337163 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. | ||
9548 | 2025.06.03 00:57:50.337199 [ 261 ] {e9819f79-52a8-4922-b5c7-17517a30bc28} <Debug> TCPHandler: Processed in 0.001328382 sec. | ||
9549 | 2025.06.03 00:57:50.337305 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9550 | 2025.06.03 00:57:50.337395 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9551 | 2025.06.03 00:57:50.337448 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9552 | 2025.06.03 00:57:50.338214 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9553 | 2025.06.03 00:57:50.338250 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9554 | 2025.06.03 00:57:50.338754 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9555 | 2025.06.03 00:57:50.338969 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9556 | 2025.06.03 00:57:50.339102 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001726 sec., 6952.491309385863 rows/sec., 12.46 MiB/sec. | ||
9557 | 2025.06.03 00:57:50.339155 [ 261 ] {b40208ff-719e-483e-962c-ef32cd31653f} <Debug> TCPHandler: Processed in 0.001896879 sec. | ||
9558 | 2025.06.03 00:57:50.339265 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9559 | 2025.06.03 00:57:50.339358 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9560 | 2025.06.03 00:57:50.339398 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9561 | 2025.06.03 00:57:50.339749 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9562 | 2025.06.03 00:57:50.339784 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9563 | 2025.06.03 00:57:50.340094 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9564 | 2025.06.03 00:57:50.340295 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9565 | 2025.06.03 00:57:50.340420 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
9566 | 2025.06.03 00:57:50.340455 [ 261 ] {19829a88-e306-4fa9-803e-9c8105bcdab3} <Debug> TCPHandler: Processed in 0.001236858 sec. | ||
9567 | 2025.06.03 00:57:54.315958 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9568 | 2025.06.03 00:57:54.316061 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9569 | 2025.06.03 00:57:54.338171 [ 44 ] {} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
9570 | 2025.06.03 00:57:54.338228 [ 44 ] {} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9571 | 2025.06.03 00:57:54.338264 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9572 | 2025.06.03 00:57:54.338444 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
9573 | 2025.06.03 00:57:54.338672 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9574 | 2025.06.03 00:57:54.338728 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part | ||
9575 | 2025.06.03 00:57:54.338810 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
9576 | 2025.06.03 00:57:54.338856 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
9577 | 2025.06.03 00:57:54.338897 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
9578 | 2025.06.03 00:57:54.338937 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
9579 | 2025.06.03 00:57:54.339743 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001381243 sec., 196924.0749093389 rows/sec., 12.64 MiB/sec. | ||
9580 | 2025.06.03 00:57:54.339938 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
9581 | 2025.06.03 00:57:54.340228 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9582 | 2025.06.03 00:57:54.340307 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_13_3} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
9583 | 2025.06.03 00:57:54.340413 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9584 | 2025.06.03 00:57:54.466260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
9585 | 2025.06.03 00:57:54.466742 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9586 | 2025.06.03 00:57:54.466778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9587 | 2025.06.03 00:57:54.467236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9588 | 2025.06.03 00:57:54.467453 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9589 | 2025.06.03 00:57:54.467575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
9590 | 2025.06.03 00:57:54.994726 [ 47 ] {} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
9591 | 2025.06.03 00:57:54.994794 [ 47 ] {} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9592 | 2025.06.03 00:57:54.994816 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9593 | 2025.06.03 00:57:54.994944 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
9594 | 2025.06.03 00:57:54.995074 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9595 | 2025.06.03 00:57:54.995106 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 366 rows starting from the beginning of the part | ||
9596 | 2025.06.03 00:57:54.995168 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
9597 | 2025.06.03 00:57:54.995217 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
9598 | 2025.06.03 00:57:54.995257 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part | ||
9599 | 2025.06.03 00:57:54.995296 [ 200 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part | ||
9600 | 2025.06.03 00:57:54.996156 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261489 sec., 959976.6624996334 rows/sec., 69.00 MiB/sec. | ||
9601 | 2025.06.03 00:57:54.996363 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
9602 | 2025.06.03 00:57:54.996703 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9603 | 2025.06.03 00:57:54.996794 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_17_4} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
9604 | 2025.06.03 00:57:54.996882 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9605 | 2025.06.03 00:57:55.332147 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9606 | 2025.06.03 00:57:55.332418 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9607 | 2025.06.03 00:57:55.332519 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9608 | 2025.06.03 00:57:55.333296 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9609 | 2025.06.03 00:57:55.333339 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9610 | 2025.06.03 00:57:55.333727 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9611 | 2025.06.03 00:57:55.333980 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9612 | 2025.06.03 00:57:55.334126 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001782 sec., 62850.72951739618 rows/sec., 5.28 MiB/sec. | ||
9613 | 2025.06.03 00:57:55.334174 [ 261 ] {e7f3ebf0-d086-4246-944d-4a27f47d8885} <Debug> TCPHandler: Processed in 0.002197379 sec. | ||
9614 | 2025.06.03 00:57:55.334296 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9615 | 2025.06.03 00:57:55.334390 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9616 | 2025.06.03 00:57:55.334430 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9617 | 2025.06.03 00:57:55.334855 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9618 | 2025.06.03 00:57:55.334889 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9619 | 2025.06.03 00:57:55.335182 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9620 | 2025.06.03 00:57:55.335395 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9621 | 2025.06.03 00:57:55.335525 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001154 sec., 24263.431542461003 rows/sec., 1.78 MiB/sec. | ||
9622 | 2025.06.03 00:57:55.335564 [ 261 ] {0fbe165f-2660-4175-a0f0-31b01b7163f3} <Debug> TCPHandler: Processed in 0.001315411 sec. | ||
9623 | 2025.06.03 00:57:55.335672 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9624 | 2025.06.03 00:57:55.335766 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9625 | 2025.06.03 00:57:55.335804 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9626 | 2025.06.03 00:57:55.336261 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9627 | 2025.06.03 00:57:55.336298 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9628 | 2025.06.03 00:57:55.336605 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9629 | 2025.06.03 00:57:55.336811 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9630 | 2025.06.03 00:57:55.336937 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001189 sec., 77375.94617325484 rows/sec., 6.04 MiB/sec. | ||
9631 | 2025.06.03 00:57:55.336976 [ 261 ] {24a518bf-0c76-4e51-a76e-e2e09a006864} <Debug> TCPHandler: Processed in 0.001351632 sec. | ||
9632 | 2025.06.03 00:57:55.337093 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9633 | 2025.06.03 00:57:55.337186 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9634 | 2025.06.03 00:57:55.337229 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9635 | 2025.06.03 00:57:55.337659 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9636 | 2025.06.03 00:57:55.337696 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9637 | 2025.06.03 00:57:55.338017 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9638 | 2025.06.03 00:57:55.338219 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9639 | 2025.06.03 00:57:55.338342 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
9640 | 2025.06.03 00:57:55.338378 [ 261 ] {67dbb95d-43db-41d7-9064-cec50ada80da} <Debug> TCPHandler: Processed in 0.001333141 sec. | ||
9641 | 2025.06.03 00:57:55.338507 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9642 | 2025.06.03 00:57:55.338605 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9643 | 2025.06.03 00:57:55.338659 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9644 | 2025.06.03 00:57:55.339634 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9645 | 2025.06.03 00:57:55.339678 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9646 | 2025.06.03 00:57:55.340214 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9647 | 2025.06.03 00:57:55.340428 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9648 | 2025.06.03 00:57:55.340561 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001974 sec., 14184.397163120568 rows/sec., 25.42 MiB/sec. | ||
9649 | 2025.06.03 00:57:55.340616 [ 261 ] {cbf71fe0-6634-48ab-b651-6c75b2c14cd9} <Debug> TCPHandler: Processed in 0.002165877 sec. | ||
9650 | 2025.06.03 00:57:55.340726 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9651 | 2025.06.03 00:57:55.340825 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9652 | 2025.06.03 00:57:55.340866 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9653 | 2025.06.03 00:57:55.341196 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9654 | 2025.06.03 00:57:55.341231 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9655 | 2025.06.03 00:57:55.341523 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9656 | 2025.06.03 00:57:55.341725 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9657 | 2025.06.03 00:57:55.341850 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. | ||
9658 | 2025.06.03 00:57:55.341885 [ 261 ] {eb5cd902-1522-4063-bc71-2b24c7192d0f} <Debug> TCPHandler: Processed in 0.001206577 sec. | ||
9659 | 2025.06.03 00:57:55.568011 [ 47 ] {} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
9660 | 2025.06.03 00:57:55.568075 [ 47 ] {} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9661 | 2025.06.03 00:57:55.568097 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9662 | 2025.06.03 00:57:55.568212 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::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 | ||
9663 | 2025.06.03 00:57:55.568339 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9664 | 2025.06.03 00:57:55.568369 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part | ||
9665 | 2025.06.03 00:57:55.568426 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
9666 | 2025.06.03 00:57:55.568466 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
9667 | 2025.06.03 00:57:55.568503 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
9668 | 2025.06.03 00:57:55.568542 [ 200 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
9669 | 2025.06.03 00:57:55.569324 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001150485 sec., 451983.2940020948 rows/sec., 32.09 MiB/sec. | ||
9670 | 2025.06.03 00:57:55.569526 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
9671 | 2025.06.03 00:57:55.569821 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2025.06.03 00:57:55.569900 [ 190 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_13_3} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
9673 | 2025.06.03 00:57:55.570005 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9674 | 2025.06.03 00:57:55.867918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
9675 | 2025.06.03 00:57:55.883738 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9676 | 2025.06.03 00:57:55.883797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9677 | 2025.06.03 00:57:55.889374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9678 | 2025.06.03 00:57:55.890115 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9679 | 2025.06.03 00:57:55.892831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
9680 | 2025.06.03 00:57:59.546740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1344 | ||
9681 | 2025.06.03 00:57:59.549020 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9682 | 2025.06.03 00:57:59.549082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9683 | 2025.06.03 00:57:59.550294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9684 | 2025.06.03 00:57:59.550586 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9685 | 2025.06.03 00:57:59.551000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1344 | ||
9686 | 2025.06.03 00:58:00.330685 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9687 | 2025.06.03 00:58:00.330861 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9688 | 2025.06.03 00:58:00.330928 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9689 | 2025.06.03 00:58:00.331589 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9690 | 2025.06.03 00:58:00.331636 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9691 | 2025.06.03 00:58:00.332036 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
9692 | 2025.06.03 00:58:00.332253 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9693 | 2025.06.03 00:58:00.332402 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001589 sec., 50346.12964128383 rows/sec., 4.15 MiB/sec. | ||
9694 | 2025.06.03 00:58:00.332400 [ 63 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
9695 | 2025.06.03 00:58:00.332445 [ 261 ] {e55eff29-2dea-4815-be90-b2faa80b3ed2} <Debug> TCPHandler: Processed in 0.001889468 sec. | ||
9696 | 2025.06.03 00:58:00.332476 [ 63 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9697 | 2025.06.03 00:58:00.332503 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9698 | 2025.06.03 00:58:00.332581 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9699 | 2025.06.03 00:58:00.332642 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
9700 | 2025.06.03 00:58:00.332685 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9701 | 2025.06.03 00:58:00.332734 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9702 | 2025.06.03 00:58:00.332806 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9703 | 2025.06.03 00:58:00.332850 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1968 rows starting from the beginning of the part | ||
9704 | 2025.06.03 00:58:00.332923 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1374 rows starting from the beginning of the part | ||
9705 | 2025.06.03 00:58:00.332974 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
9706 | 2025.06.03 00:58:00.333021 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 80 rows starting from the beginning of the part | ||
9707 | 2025.06.03 00:58:00.333073 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 112 rows starting from the beginning of the part | ||
9708 | 2025.06.03 00:58:00.333122 [ 200 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 80 rows starting from the beginning of the part | ||
9709 | 2025.06.03 00:58:00.333145 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9710 | 2025.06.03 00:58:00.333185 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9711 | 2025.06.03 00:58:00.333521 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9712 | 2025.06.03 00:58:00.333757 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9713 | 2025.06.03 00:58:00.333866 [ 63 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9714 | 2025.06.03 00:58:00.333891 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 734.21 KiB/sec. | ||
9715 | 2025.06.03 00:58:00.333901 [ 63 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9716 | 2025.06.03 00:58:00.333935 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9717 | 2025.06.03 00:58:00.333937 [ 261 ] {f7f8c416-006d-49de-9396-8c23703386ef} <Debug> TCPHandler: Processed in 0.001405464 sec. | ||
9718 | 2025.06.03 00:58:00.334060 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
9719 | 2025.06.03 00:58:00.334067 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9720 | 2025.06.03 00:58:00.334213 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9721 | 2025.06.03 00:58:00.334224 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9722 | 2025.06.03 00:58:00.334256 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9723 | 2025.06.03 00:58:00.334269 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 178 rows starting from the beginning of the part | ||
9724 | 2025.06.03 00:58:00.334351 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
9725 | 2025.06.03 00:58:00.334405 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 44 rows starting from the beginning of the part | ||
9726 | 2025.06.03 00:58:00.334454 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
9727 | 2025.06.03 00:58:00.334500 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part | ||
9728 | 2025.06.03 00:58:00.334546 [ 190 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part | ||
9729 | 2025.06.03 00:58:00.334696 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9730 | 2025.06.03 00:58:00.334740 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9731 | 2025.06.03 00:58:00.334746 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.002173397 sec., 1688600.840067415 rows/sec., 145.81 MiB/sec. | ||
9732 | 2025.06.03 00:58:00.335007 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
9733 | 2025.06.03 00:58:00.335211 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
9734 | 2025.06.03 00:58:00.335292 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9735 | 2025.06.03 00:58:00.335371 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_91_18} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
9736 | 2025.06.03 00:58:00.335437 [ 195 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001446496 sec., 197719.17793066832 rows/sec., 14.20 MiB/sec. | ||
9737 | 2025.06.03 00:58:00.335446 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9738 | 2025.06.03 00:58:00.335466 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
9739 | 2025.06.03 00:58:00.335578 [ 63 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
9740 | 2025.06.03 00:58:00.335590 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001395 sec., 54480.28673835126 rows/sec., 4.25 MiB/sec. | ||
9741 | 2025.06.03 00:58:00.335613 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9742 | 2025.06.03 00:58:00.335613 [ 63 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9743 | 2025.06.03 00:58:00.335636 [ 261 ] {9f70f472-22c5-4142-9ef5-5ddf09fa5175} <Debug> TCPHandler: Processed in 0.00161739 sec. | ||
9744 | 2025.06.03 00:58:00.335653 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9745 | 2025.06.03 00:58:00.335738 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
9746 | 2025.06.03 00:58:00.335764 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9747 | 2025.06.03 00:58:00.335851 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9748 | 2025.06.03 00:58:00.335863 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9749 | 2025.06.03 00:58:00.335874 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9750 | 2025.06.03 00:58:00.335892 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
9751 | 2025.06.03 00:58:00.335916 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9752 | 2025.06.03 00:58:00.335948 [ 193 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_76_15} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9753 | 2025.06.03 00:58:00.335962 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 588 rows starting from the beginning of the part | ||
9754 | 2025.06.03 00:58:00.336009 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
9755 | 2025.06.03 00:58:00.336032 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9756 | 2025.06.03 00:58:00.336051 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 76 rows starting from the beginning of the part | ||
9757 | 2025.06.03 00:58:00.336096 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 92 rows starting from the beginning of the part | ||
9758 | 2025.06.03 00:58:00.336134 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 76 rows starting from the beginning of the part | ||
9759 | 2025.06.03 00:58:00.336357 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9760 | 2025.06.03 00:58:00.336402 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9761 | 2025.06.03 00:58:00.336763 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
9762 | 2025.06.03 00:58:00.336985 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9763 | 2025.06.03 00:58:00.337114 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
9764 | 2025.06.03 00:58:00.337121 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. | ||
9765 | 2025.06.03 00:58:00.337154 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9766 | 2025.06.03 00:58:00.337177 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9767 | 2025.06.03 00:58:00.337178 [ 261 ] {bbef1e60-df57-45e6-8c69-038cba29caa9} <Debug> TCPHandler: Processed in 0.001461875 sec. | ||
9768 | 2025.06.03 00:58:00.337237 [ 195 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.001534987 sec., 1203918.9908448735 rows/sec., 94.47 MiB/sec. | ||
9769 | 2025.06.03 00:58:00.337251 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
9770 | 2025.06.03 00:58:00.337307 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9771 | 2025.06.03 00:58:00.337342 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9772 | 2025.06.03 00:58:00.337370 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24201 rows starting from the beginning of the part | ||
9773 | 2025.06.03 00:58:00.337401 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9774 | 2025.06.03 00:58:00.337429 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 952 rows starting from the beginning of the part | ||
9775 | 2025.06.03 00:58:00.337445 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
9776 | 2025.06.03 00:58:00.337459 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9777 | 2025.06.03 00:58:00.337476 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 86 rows starting from the beginning of the part | ||
9778 | 2025.06.03 00:58:00.337527 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
9779 | 2025.06.03 00:58:00.337575 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
9780 | 2025.06.03 00:58:00.337622 [ 193 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
9781 | 2025.06.03 00:58:00.337752 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9782 | 2025.06.03 00:58:00.337848 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_91_18} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
9783 | 2025.06.03 00:58:00.337939 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
9784 | 2025.06.03 00:58:00.338292 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9785 | 2025.06.03 00:58:00.338333 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9786 | 2025.06.03 00:58:00.338857 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9787 | 2025.06.03 00:58:00.339099 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9788 | 2025.06.03 00:58:00.339221 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9789 | 2025.06.03 00:58:00.339239 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001856 sec., 6465.517241379311 rows/sec., 11.59 MiB/sec. | ||
9790 | 2025.06.03 00:58:00.339260 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9791 | 2025.06.03 00:58:00.339286 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9792 | 2025.06.03 00:58:00.339307 [ 261 ] {ca9bea02-f9a1-464b-8a34-4d22bda4647b} <Debug> TCPHandler: Processed in 0.002049194 sec. | ||
9793 | 2025.06.03 00:58:00.339360 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
9794 | 2025.06.03 00:58:00.339436 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9795 | 2025.06.03 00:58:00.339534 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9796 | 2025.06.03 00:58:00.339564 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9797 | 2025.06.03 00:58:00.339578 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9798 | 2025.06.03 00:58:00.339618 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1383 rows starting from the beginning of the part | ||
9799 | 2025.06.03 00:58:00.339737 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
9800 | 2025.06.03 00:58:00.339834 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 28 rows starting from the beginning of the part | ||
9801 | 2025.06.03 00:58:00.339926 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
9802 | 2025.06.03 00:58:00.339941 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9803 | 2025.06.03 00:58:00.339983 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9804 | 2025.06.03 00:58:00.340016 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part | ||
9805 | 2025.06.03 00:58:00.340109 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part | ||
9806 | 2025.06.03 00:58:00.340316 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
9807 | 2025.06.03 00:58:00.340549 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9808 | 2025.06.03 00:58:00.340679 [ 63 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
9809 | 2025.06.03 00:58:00.340691 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001176 sec., 51020.40816326531 rows/sec., 3.44 MiB/sec. | ||
9810 | 2025.06.03 00:58:00.340715 [ 63 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9811 | 2025.06.03 00:58:00.340740 [ 261 ] {522734fe-9865-47bf-93fd-74077161e9ab} <Debug> TCPHandler: Processed in 0.001353342 sec. | ||
9812 | 2025.06.03 00:58:00.340742 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9813 | 2025.06.03 00:58:00.340834 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9814 | 2025.06.03 00:58:00.340928 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9815 | 2025.06.03 00:58:00.340953 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4554 rows starting from the beginning of the part | ||
9816 | 2025.06.03 00:58:00.341002 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 28 rows starting from the beginning of the part | ||
9817 | 2025.06.03 00:58:00.341048 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part | ||
9818 | 2025.06.03 00:58:00.341087 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9819 | 2025.06.03 00:58:00.341124 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
9820 | 2025.06.03 00:58:00.341161 [ 198 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
9821 | 2025.06.03 00:58:00.343890 [ 189 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4794 rows, containing 4 columns (4 merged, 0 gathered) in 0.003089436 sec., 1551739.5408093904 rows/sec., 104.27 MiB/sec. | ||
9822 | 2025.06.03 00:58:00.344257 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25719 rows, containing 5 columns (5 merged, 0 gathered) in 0.007031348 sec., 3657762.352254504 rows/sec., 250.43 MiB/sec. | ||
9823 | 2025.06.03 00:58:00.344425 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
9824 | 2025.06.03 00:58:00.344562 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
9825 | 2025.06.03 00:58:00.344744 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9826 | 2025.06.03 00:58:00.344841 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_91_18} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
9827 | 2025.06.03 00:58:00.344930 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
9828 | 2025.06.03 00:58:00.344968 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9829 | 2025.06.03 00:58:00.345045 [ 191 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
9830 | 2025.06.03 00:58:00.345123 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
9831 | 2025.06.03 00:58:00.348081 [ 191 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 19 columns (19 merged, 0 gathered) in 0.008755742 sec., 168460.8797289824 rows/sec., 301.87 MiB/sec. | ||
9832 | 2025.06.03 00:58:00.349701 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9833 | 2025.06.03 00:58:00.350135 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9834 | 2025.06.03 00:58:00.350222 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9835 | 2025.06.03 00:58:00.350361 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
9836 | 2025.06.03 00:58:01.001147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 305.54 MiB, peak 318.98 MiB, free memory in arenas 0.00 B, will set to 308.45 MiB (RSS), difference: 2.91 MiB | ||
9837 | 2025.06.03 00:58:01.968563 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
9838 | 2025.06.03 00:58:01.969054 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9839 | 2025.06.03 00:58:01.969096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9840 | 2025.06.03 00:58:01.969582 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9841 | 2025.06.03 00:58:01.969809 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9842 | 2025.06.03 00:58:01.969945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
9843 | 2025.06.03 00:58:03.393777 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
9844 | 2025.06.03 00:58:03.409979 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2025.06.03 00:58:03.410021 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9846 | 2025.06.03 00:58:03.416103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9847 | 2025.06.03 00:58:03.416796 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9848 | 2025.06.03 00:58:03.419575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
9849 | 2025.06.03 00:58:05.331656 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9850 | 2025.06.03 00:58:05.331906 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9851 | 2025.06.03 00:58:05.331991 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9852 | 2025.06.03 00:58:05.332686 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9853 | 2025.06.03 00:58:05.332734 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9854 | 2025.06.03 00:58:05.333133 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
9855 | 2025.06.03 00:58:05.333360 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9856 | 2025.06.03 00:58:05.333508 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001664 sec., 67307.69230769231 rows/sec., 5.65 MiB/sec. | ||
9857 | 2025.06.03 00:58:05.333547 [ 261 ] {de8e8aeb-cfe7-4499-9b04-00c5fb1dc95f} <Debug> TCPHandler: Processed in 0.002045413 sec. | ||
9858 | 2025.06.03 00:58:05.333677 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9859 | 2025.06.03 00:58:05.333769 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9860 | 2025.06.03 00:58:05.333809 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9861 | 2025.06.03 00:58:05.334208 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9862 | 2025.06.03 00:58:05.334244 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9863 | 2025.06.03 00:58:05.334528 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9864 | 2025.06.03 00:58:05.334740 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9865 | 2025.06.03 00:58:05.334863 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001112 sec., 25179.856115107916 rows/sec., 1.85 MiB/sec. | ||
9866 | 2025.06.03 00:58:05.334899 [ 261 ] {2e5f12a4-259b-4488-b65b-497c18c35000} <Debug> TCPHandler: Processed in 0.001273379 sec. | ||
9867 | 2025.06.03 00:58:05.335010 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9868 | 2025.06.03 00:58:05.335101 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9869 | 2025.06.03 00:58:05.335141 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9870 | 2025.06.03 00:58:05.335559 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9871 | 2025.06.03 00:58:05.335596 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9872 | 2025.06.03 00:58:05.335906 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
9873 | 2025.06.03 00:58:05.336105 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9874 | 2025.06.03 00:58:05.336228 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001145 sec., 80349.34497816594 rows/sec., 6.28 MiB/sec. | ||
9875 | 2025.06.03 00:58:05.336265 [ 261 ] {7e24c3c1-01f4-4775-b3aa-e7ff79a46fe2} <Debug> TCPHandler: Processed in 0.00130176 sec. | ||
9876 | 2025.06.03 00:58:05.336378 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9877 | 2025.06.03 00:58:05.336470 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9878 | 2025.06.03 00:58:05.336519 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9879 | 2025.06.03 00:58:05.336929 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9880 | 2025.06.03 00:58:05.336965 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9881 | 2025.06.03 00:58:05.337280 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
9882 | 2025.06.03 00:58:05.337485 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9883 | 2025.06.03 00:58:05.337608 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. | ||
9884 | 2025.06.03 00:58:05.337650 [ 261 ] {3b057c50-ed71-4ca1-8327-c5de4859aefb} <Debug> TCPHandler: Processed in 0.00131973 sec. | ||
9885 | 2025.06.03 00:58:05.337759 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9886 | 2025.06.03 00:58:05.337850 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9887 | 2025.06.03 00:58:05.337904 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9888 | 2025.06.03 00:58:05.338710 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9889 | 2025.06.03 00:58:05.338745 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9890 | 2025.06.03 00:58:05.339264 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9891 | 2025.06.03 00:58:05.339481 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9892 | 2025.06.03 00:58:05.339616 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001783 sec., 15703.869882220975 rows/sec., 28.14 MiB/sec. | ||
9893 | 2025.06.03 00:58:05.339670 [ 261 ] {e6ce23f7-2e88-4991-a040-81651d7d2045} <Debug> TCPHandler: Processed in 0.001957891 sec. | ||
9894 | 2025.06.03 00:58:05.339781 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9895 | 2025.06.03 00:58:05.339877 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9896 | 2025.06.03 00:58:05.339917 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9897 | 2025.06.03 00:58:05.340265 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9898 | 2025.06.03 00:58:05.340301 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9899 | 2025.06.03 00:58:05.340603 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
9900 | 2025.06.03 00:58:05.340811 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9901 | 2025.06.03 00:58:05.340935 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. | ||
9902 | 2025.06.03 00:58:05.340969 [ 261 ] {6449307a-d194-455b-981b-b62c51b670f7} <Debug> TCPHandler: Processed in 0.001234919 sec. | ||
9903 | 2025.06.03 00:58:09.316329 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9904 | 2025.06.03 00:58:09.316435 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9905 | 2025.06.03 00:58:09.471021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
9906 | 2025.06.03 00:58:09.471521 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9907 | 2025.06.03 00:58:09.471558 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9908 | 2025.06.03 00:58:09.472032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9909 | 2025.06.03 00:58:09.472254 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9910 | 2025.06.03 00:58:09.472382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
9911 | 2025.06.03 00:58:09.472396 [ 93 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9912 | 2025.06.03 00:58:09.472462 [ 93 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9913 | 2025.06.03 00:58:09.472483 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9914 | 2025.06.03 00:58:09.472585 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
9915 | 2025.06.03 00:58:09.472696 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9916 | 2025.06.03 00:58:09.472732 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
9917 | 2025.06.03 00:58:09.472798 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
9918 | 2025.06.03 00:58:09.472848 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
9919 | 2025.06.03 00:58:09.472889 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
9920 | 2025.06.03 00:58:09.472934 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
9921 | 2025.06.03 00:58:09.472974 [ 193 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
9922 | 2025.06.03 00:58:09.475094 [ 191 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.00255318 sec., 10058436.92963285 rows/sec., 143.89 MiB/sec. | ||
9923 | 2025.06.03 00:58:09.475345 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9924 | 2025.06.03 00:58:09.475608 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9925 | 2025.06.03 00:58:09.475678 [ 189 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_56_11} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9926 | 2025.06.03 00:58:09.475757 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9927 | 2025.06.03 00:58:09.552058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1368 | ||
9928 | 2025.06.03 00:58:09.554371 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9929 | 2025.06.03 00:58:09.554432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9930 | 2025.06.03 00:58:09.555687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9931 | 2025.06.03 00:58:09.555993 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9932 | 2025.06.03 00:58:09.556166 [ 93 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9933 | 2025.06.03 00:58:09.556215 [ 93 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9934 | 2025.06.03 00:58:09.556234 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9935 | 2025.06.03 00:58:09.556320 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
9936 | 2025.06.03 00:58:09.556414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
9937 | 2025.06.03 00:58:09.556833 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9938 | 2025.06.03 00:58:09.556971 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1230 rows starting from the beginning of the part | ||
9939 | 2025.06.03 00:58:09.557335 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
9940 | 2025.06.03 00:58:09.557672 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
9941 | 2025.06.03 00:58:09.558016 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
9942 | 2025.06.03 00:58:09.558359 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part | ||
9943 | 2025.06.03 00:58:09.558681 [ 193 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
9944 | 2025.06.03 00:58:09.565233 [ 194 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 72 columns (72 merged, 0 gathered) in 0.008950828 sec., 152835.02263701192 rows/sec., 121.98 MiB/sec. | ||
9945 | 2025.06.03 00:58:09.566692 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9946 | 2025.06.03 00:58:09.567263 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9947 | 2025.06.03 00:58:09.567336 [ 189 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_41_8} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9948 | 2025.06.03 00:58:09.567541 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
9949 | 2025.06.03 00:58:10.331365 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9950 | 2025.06.03 00:58:10.331546 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9951 | 2025.06.03 00:58:10.331625 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9952 | 2025.06.03 00:58:10.332295 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9953 | 2025.06.03 00:58:10.332335 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9954 | 2025.06.03 00:58:10.332786 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
9955 | 2025.06.03 00:58:10.333120 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9956 | 2025.06.03 00:58:10.333319 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001821 sec., 43931.905546403075 rows/sec., 3.62 MiB/sec. | ||
9957 | 2025.06.03 00:58:10.333379 [ 261 ] {1d52d281-fb1b-40f6-89c4-12e3655d861b} <Debug> TCPHandler: Processed in 0.002141637 sec. | ||
9958 | 2025.06.03 00:58:10.333531 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9959 | 2025.06.03 00:58:10.333647 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9960 | 2025.06.03 00:58:10.333693 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9961 | 2025.06.03 00:58:10.334160 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9962 | 2025.06.03 00:58:10.334205 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9963 | 2025.06.03 00:58:10.334580 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9964 | 2025.06.03 00:58:10.334811 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9965 | 2025.06.03 00:58:10.334946 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001323 sec., 9070.2947845805 rows/sec., 682.04 KiB/sec. | ||
9966 | 2025.06.03 00:58:10.334984 [ 261 ] {20f8f100-0f1b-441b-8136-56949d10095c} <Debug> TCPHandler: Processed in 0.001517227 sec. | ||
9967 | 2025.06.03 00:58:10.335109 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9968 | 2025.06.03 00:58:10.335205 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9969 | 2025.06.03 00:58:10.335246 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9970 | 2025.06.03 00:58:10.335697 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9971 | 2025.06.03 00:58:10.335733 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9972 | 2025.06.03 00:58:10.336052 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
9973 | 2025.06.03 00:58:10.336287 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9974 | 2025.06.03 00:58:10.336416 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00123 sec., 61788.617886178865 rows/sec., 4.82 MiB/sec. | ||
9975 | 2025.06.03 00:58:10.336454 [ 261 ] {6f454a25-8e0a-427c-abb9-c6e083c2fcc8} <Debug> TCPHandler: Processed in 0.001393423 sec. | ||
9976 | 2025.06.03 00:58:10.336575 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9977 | 2025.06.03 00:58:10.336675 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9978 | 2025.06.03 00:58:10.336722 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9979 | 2025.06.03 00:58:10.337157 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9980 | 2025.06.03 00:58:10.337192 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9981 | 2025.06.03 00:58:10.337533 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
9982 | 2025.06.03 00:58:10.337751 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9983 | 2025.06.03 00:58:10.337879 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. | ||
9984 | 2025.06.03 00:58:10.337916 [ 261 ] {f8a350ab-afa7-47ca-aec5-a599d92c4c45} <Debug> TCPHandler: Processed in 0.001389744 sec. | ||
9985 | 2025.06.03 00:58:10.338031 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9986 | 2025.06.03 00:58:10.338125 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9987 | 2025.06.03 00:58:10.338181 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9988 | 2025.06.03 00:58:10.338989 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9989 | 2025.06.03 00:58:10.339024 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9990 | 2025.06.03 00:58:10.339583 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9991 | 2025.06.03 00:58:10.339816 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9992 | 2025.06.03 00:58:10.339959 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001854 sec., 6472.491909385113 rows/sec., 11.60 MiB/sec. | ||
9993 | 2025.06.03 00:58:10.340015 [ 261 ] {584917e8-ed01-40c9-90b8-bda6db952d43} <Debug> TCPHandler: Processed in 0.002031283 sec. | ||
9994 | 2025.06.03 00:58:10.340190 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9995 | 2025.06.03 00:58:10.340285 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9996 | 2025.06.03 00:58:10.340328 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9997 | 2025.06.03 00:58:10.340711 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9998 | 2025.06.03 00:58:10.340749 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
9999 | 2025.06.03 00:58:10.341083 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10000 | 2025.06.03 00:58:10.341314 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10001 | 2025.06.03 00:58:10.341446 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. | ||
10002 | 2025.06.03 00:58:10.341484 [ 261 ] {710f79f1-1c70-42d2-965c-3b6aa990315d} <Debug> TCPHandler: Processed in 0.001342771 sec. | ||
10003 | 2025.06.03 00:58:10.920610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
10004 | 2025.06.03 00:58:10.940030 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10005 | 2025.06.03 00:58:10.940102 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10006 | 2025.06.03 00:58:10.946640 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10007 | 2025.06.03 00:58:10.947482 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10008 | 2025.06.03 00:58:10.947790 [ 91 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10009 | 2025.06.03 00:58:10.947829 [ 91 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10010 | 2025.06.03 00:58:10.947851 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10011 | 2025.06.03 00:58:10.947939 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10012 | 2025.06.03 00:58:10.951072 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10013 | 2025.06.03 00:58:10.951416 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
10014 | 2025.06.03 00:58:10.951938 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10015 | 2025.06.03 00:58:10.955454 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10016 | 2025.06.03 00:58:10.958960 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
10017 | 2025.06.03 00:58:10.963133 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
10018 | 2025.06.03 00:58:10.967573 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
10019 | 2025.06.03 00:58:10.971694 [ 199 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
10020 | 2025.06.03 00:58:11.001162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 319.38 MiB, peak 319.38 MiB, free memory in arenas 0.00 B, will set to 308.80 MiB (RSS), difference: -10.58 MiB | ||
10021 | 2025.06.03 00:58:11.030087 [ 197 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.082180141 sec., 5135.060549482387 rows/sec., 26.55 MiB/sec. | ||
10022 | 2025.06.03 00:58:11.032517 [ 187 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10023 | 2025.06.03 00:58:11.034597 [ 187 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10024 | 2025.06.03 00:58:11.034723 [ 187 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_56_11} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10025 | 2025.06.03 00:58:11.036509 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
10026 | 2025.06.03 00:58:12.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 299.39 MiB, peak 319.38 MiB, free memory in arenas 0.00 B, will set to 308.96 MiB (RSS), difference: 9.57 MiB | ||
10027 | 2025.06.03 00:58:12.719230 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10028 | 2025.06.03 00:58:12.719406 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10029 | 2025.06.03 00:58:12.719472 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10030 | 2025.06.03 00:58:12.720081 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10031 | 2025.06.03 00:58:12.720125 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10032 | 2025.06.03 00:58:12.720502 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10033 | 2025.06.03 00:58:12.720733 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10034 | 2025.06.03 00:58:12.720882 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001524 sec., 15748.031496062993 rows/sec., 1.31 MiB/sec. | ||
10035 | 2025.06.03 00:58:12.720924 [ 261 ] {2e033fa7-f1c2-4ca4-a2d5-48e6f8bea9fc} <Debug> TCPHandler: Processed in 0.001820146 sec. | ||
10036 | 2025.06.03 00:58:12.721040 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10037 | 2025.06.03 00:58:12.721135 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10038 | 2025.06.03 00:58:12.721176 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10039 | 2025.06.03 00:58:12.722254 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10040 | 2025.06.03 00:58:12.722289 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10041 | 2025.06.03 00:58:12.722674 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10042 | 2025.06.03 00:58:12.722886 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10043 | 2025.06.03 00:58:12.723010 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Debug> executeQuery: Read 1372 rows, 117.19 KiB in 0.001894 sec., 724392.8194297783 rows/sec., 60.42 MiB/sec. | ||
10044 | 2025.06.03 00:58:12.723048 [ 261 ] {0be5ceb0-d301-4ac5-8506-c0baec77c94b} <Debug> TCPHandler: Processed in 0.002054744 sec. | ||
10045 | 2025.06.03 00:58:12.723159 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10046 | 2025.06.03 00:58:12.723253 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10047 | 2025.06.03 00:58:12.723293 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10048 | 2025.06.03 00:58:12.723707 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10049 | 2025.06.03 00:58:12.723742 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10050 | 2025.06.03 00:58:12.724036 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10051 | 2025.06.03 00:58:12.724302 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10052 | 2025.06.03 00:58:12.724430 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001196 sec., 33444.816053511706 rows/sec., 2.50 MiB/sec. | ||
10053 | 2025.06.03 00:58:12.724469 [ 261 ] {1812b942-d63f-4917-b3b6-40b18eeeaf0d} <Debug> TCPHandler: Processed in 0.001357211 sec. | ||
10054 | 2025.06.03 00:58:12.724572 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10055 | 2025.06.03 00:58:12.724666 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10056 | 2025.06.03 00:58:12.724706 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10057 | 2025.06.03 00:58:12.725177 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10058 | 2025.06.03 00:58:12.725213 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10059 | 2025.06.03 00:58:12.725519 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10060 | 2025.06.03 00:58:12.725736 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10061 | 2025.06.03 00:58:12.725859 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001212 sec., 207920.79207920792 rows/sec., 14.38 MiB/sec. | ||
10062 | 2025.06.03 00:58:12.725896 [ 261 ] {25a99f71-be6c-4124-aef0-2a9853056fc8} <Debug> TCPHandler: Processed in 0.001373343 sec. | ||
10063 | 2025.06.03 00:58:12.726006 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10064 | 2025.06.03 00:58:12.726100 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10065 | 2025.06.03 00:58:12.726140 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10066 | 2025.06.03 00:58:12.726526 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10067 | 2025.06.03 00:58:12.726560 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10068 | 2025.06.03 00:58:12.726852 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10069 | 2025.06.03 00:58:12.727059 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10070 | 2025.06.03 00:58:12.727181 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. | ||
10071 | 2025.06.03 00:58:12.727219 [ 261 ] {ebe0b71b-1ec5-46a4-8f2f-3d918715a06a} <Debug> TCPHandler: Processed in 0.001260359 sec. | ||
10072 | 2025.06.03 00:58:12.727322 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10073 | 2025.06.03 00:58:12.727422 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10074 | 2025.06.03 00:58:12.727461 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10075 | 2025.06.03 00:58:12.728084 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10076 | 2025.06.03 00:58:12.728120 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10077 | 2025.06.03 00:58:12.728458 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10078 | 2025.06.03 00:58:12.728669 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10079 | 2025.06.03 00:58:12.728797 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Debug> executeQuery: Read 584 rows, 44.90 KiB in 0.001393 sec., 419239.0524048816 rows/sec., 31.48 MiB/sec. | ||
10080 | 2025.06.03 00:58:12.728833 [ 261 ] {b516c46f-46af-4bac-8d72-18ebfe6e0e09} <Debug> TCPHandler: Processed in 0.001558498 sec. | ||
10081 | 2025.06.03 00:58:12.728995 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10082 | 2025.06.03 00:58:12.729088 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10083 | 2025.06.03 00:58:12.729131 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10084 | 2025.06.03 00:58:12.729712 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10085 | 2025.06.03 00:58:12.729747 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10086 | 2025.06.03 00:58:12.730114 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10087 | 2025.06.03 00:58:12.730330 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10088 | 2025.06.03 00:58:12.730454 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Debug> executeQuery: Read 956 rows, 66.09 KiB in 0.001384 sec., 690751.4450867051 rows/sec., 46.64 MiB/sec. | ||
10089 | 2025.06.03 00:58:12.730490 [ 261 ] {6bb163fd-6e2e-42d0-a5b3-49aaf0e22b5c} <Debug> TCPHandler: Processed in 0.001543807 sec. | ||
10090 | 2025.06.03 00:58:12.730599 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10091 | 2025.06.03 00:58:12.730692 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10092 | 2025.06.03 00:58:12.730747 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10093 | 2025.06.03 00:58:12.731555 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10094 | 2025.06.03 00:58:12.731590 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10095 | 2025.06.03 00:58:12.732121 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10096 | 2025.06.03 00:58:12.732338 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10097 | 2025.06.03 00:58:12.732473 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001798 sec., 15572.858731924362 rows/sec., 27.91 MiB/sec. | ||
10098 | 2025.06.03 00:58:12.732526 [ 261 ] {79cd28b4-023e-49c2-84f2-7b4345db96db} <Debug> TCPHandler: Processed in 0.001975571 sec. | ||
10099 | 2025.06.03 00:58:12.732637 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10100 | 2025.06.03 00:58:12.732731 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10101 | 2025.06.03 00:58:12.732773 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10102 | 2025.06.03 00:58:12.733095 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10103 | 2025.06.03 00:58:12.733129 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
10104 | 2025.06.03 00:58:12.733423 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10105 | 2025.06.03 00:58:12.733634 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10106 | 2025.06.03 00:58:12.733762 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001049 sec., 26692.08770257388 rows/sec., 1.80 MiB/sec. | ||
10107 | 2025.06.03 00:58:12.733798 [ 261 ] {ea9715f1-6b8f-421b-b690-a3b273840b1f} <Debug> TCPHandler: Processed in 0.001209057 sec. | ||
10108 | 2025.06.03 00:58:15.326790 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10109 | 2025.06.03 00:58:15.327097 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10110 | 2025.06.03 00:58:15.327202 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10111 | 2025.06.03 00:58:15.327899 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10112 | 2025.06.03 00:58:15.327940 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10113 | 2025.06.03 00:58:15.328353 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10114 | 2025.06.03 00:58:15.328583 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10115 | 2025.06.03 00:58:15.328740 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.49 MiB/sec. | ||
10116 | 2025.06.03 00:58:15.328782 [ 261 ] {3bc02d37-1314-4e53-b2af-eacfb6a911a4} <Debug> TCPHandler: Processed in 0.002175258 sec. | ||
10117 | 2025.06.03 00:58:15.328897 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10118 | 2025.06.03 00:58:15.328996 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10119 | 2025.06.03 00:58:15.329038 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10120 | 2025.06.03 00:58:15.329456 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10121 | 2025.06.03 00:58:15.329490 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10122 | 2025.06.03 00:58:15.329788 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10123 | 2025.06.03 00:58:15.330001 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10124 | 2025.06.03 00:58:15.330123 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. | ||
10125 | 2025.06.03 00:58:15.330159 [ 261 ] {57727026-9413-4dff-bde0-d24119f1d766} <Debug> TCPHandler: Processed in 0.00131216 sec. | ||
10126 | 2025.06.03 00:58:15.330269 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10127 | 2025.06.03 00:58:15.330388 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10128 | 2025.06.03 00:58:15.330431 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10129 | 2025.06.03 00:58:15.330808 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10130 | 2025.06.03 00:58:15.330842 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10131 | 2025.06.03 00:58:15.331159 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10132 | 2025.06.03 00:58:15.331381 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10133 | 2025.06.03 00:58:15.331505 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001136 sec., 75704.22535211267 rows/sec., 5.28 MiB/sec. | ||
10134 | 2025.06.03 00:58:15.331541 [ 261 ] {2a81bcd8-4988-4b0e-a161-15aaf3f0be46} <Debug> TCPHandler: Processed in 0.00131911 sec. | ||
10135 | 2025.06.03 00:58:15.331679 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10136 | 2025.06.03 00:58:15.331771 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10137 | 2025.06.03 00:58:15.331812 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10138 | 2025.06.03 00:58:15.332130 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10139 | 2025.06.03 00:58:15.332164 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10140 | 2025.06.03 00:58:15.332469 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10141 | 2025.06.03 00:58:15.332680 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10142 | 2025.06.03 00:58:15.332805 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001052 sec., 30418.250950570342 rows/sec., 2.05 MiB/sec. | ||
10143 | 2025.06.03 00:58:15.332839 [ 261 ] {99563238-81b2-4ffe-9710-6ac7a99b71c5} <Debug> TCPHandler: Processed in 0.001207778 sec. | ||
10144 | 2025.06.03 00:58:16.973418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
10145 | 2025.06.03 00:58:16.973917 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10146 | 2025.06.03 00:58:16.973964 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10147 | 2025.06.03 00:58:16.974455 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10148 | 2025.06.03 00:58:16.974686 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10149 | 2025.06.03 00:58:16.974810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
10150 | 2025.06.03 00:58:18.452393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
10151 | 2025.06.03 00:58:18.467197 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10152 | 2025.06.03 00:58:18.467256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10153 | 2025.06.03 00:58:18.473547 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10154 | 2025.06.03 00:58:18.474222 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10155 | 2025.06.03 00:58:18.476983 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
10156 | 2025.06.03 00:58:19.557439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1406 | ||
10157 | 2025.06.03 00:58:19.560026 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10158 | 2025.06.03 00:58:19.560083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10159 | 2025.06.03 00:58:19.561452 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10160 | 2025.06.03 00:58:19.561774 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10161 | 2025.06.03 00:58:19.562226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1406 | ||
10162 | 2025.06.03 00:58:20.330611 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10163 | 2025.06.03 00:58:20.330796 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10164 | 2025.06.03 00:58:20.330863 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10165 | 2025.06.03 00:58:20.331540 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10166 | 2025.06.03 00:58:20.331588 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10167 | 2025.06.03 00:58:20.332003 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10168 | 2025.06.03 00:58:20.332231 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10169 | 2025.06.03 00:58:20.332382 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001637 sec., 48869.88393402566 rows/sec., 4.02 MiB/sec. | ||
10170 | 2025.06.03 00:58:20.332392 [ 176 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10171 | 2025.06.03 00:58:20.332427 [ 261 ] {950679c2-6307-4599-8285-027dbf6d348d} <Debug> TCPHandler: Processed in 0.001954321 sec. | ||
10172 | 2025.06.03 00:58:20.332466 [ 176 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10173 | 2025.06.03 00:58:20.332494 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10174 | 2025.06.03 00:58:20.332578 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10175 | 2025.06.03 00:58:20.332658 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
10176 | 2025.06.03 00:58:20.332679 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10177 | 2025.06.03 00:58:20.332768 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10178 | 2025.06.03 00:58:20.332880 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10179 | 2025.06.03 00:58:20.332934 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1968 rows starting from the beginning of the part | ||
10180 | 2025.06.03 00:58:20.333404 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 112 rows starting from the beginning of the part | ||
10181 | 2025.06.03 00:58:20.333509 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 80 rows starting from the beginning of the part | ||
10182 | 2025.06.03 00:58:20.333815 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10183 | 2025.06.03 00:58:20.333886 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1372 rows starting from the beginning of the part | ||
10184 | 2025.06.03 00:58:20.333951 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
10185 | 2025.06.03 00:58:20.334022 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10186 | 2025.06.03 00:58:20.334434 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10187 | 2025.06.03 00:58:20.334748 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10188 | 2025.06.03 00:58:20.334911 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00225 sec., 5333.333333333334 rows/sec., 401.04 KiB/sec. | ||
10189 | 2025.06.03 00:58:20.334960 [ 261 ] {35be04f0-a5e2-4946-87c4-66e5ac226dad} <Debug> TCPHandler: Processed in 0.002431505 sec. | ||
10190 | 2025.06.03 00:58:20.335145 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10191 | 2025.06.03 00:58:20.335248 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10192 | 2025.06.03 00:58:20.335294 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10193 | 2025.06.03 00:58:20.335767 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 80 rows starting from the beginning of the part | ||
10194 | 2025.06.03 00:58:20.336241 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10195 | 2025.06.03 00:58:20.336292 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10196 | 2025.06.03 00:58:20.336635 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10197 | 2025.06.03 00:58:20.336866 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10198 | 2025.06.03 00:58:20.337010 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001784 sec., 42600.89686098655 rows/sec., 3.33 MiB/sec. | ||
10199 | 2025.06.03 00:58:20.337019 [ 176 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10200 | 2025.06.03 00:58:20.337049 [ 261 ] {ca6f6c83-947f-4c17-8a20-d91d7103503d} <Debug> TCPHandler: Processed in 0.001961331 sec. | ||
10201 | 2025.06.03 00:58:20.337065 [ 176 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10202 | 2025.06.03 00:58:20.337091 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10203 | 2025.06.03 00:58:20.337174 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
10204 | 2025.06.03 00:58:20.337199 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10205 | 2025.06.03 00:58:20.337276 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10206 | 2025.06.03 00:58:20.337308 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
10207 | 2025.06.03 00:58:20.337327 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10208 | 2025.06.03 00:58:20.337362 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 92 rows starting from the beginning of the part | ||
10209 | 2025.06.03 00:58:20.337380 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10210 | 2025.06.03 00:58:20.337409 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 76 rows starting from the beginning of the part | ||
10211 | 2025.06.03 00:58:20.337456 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 584 rows starting from the beginning of the part | ||
10212 | 2025.06.03 00:58:20.337497 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
10213 | 2025.06.03 00:58:20.337510 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 5 columns (5 merged, 0 gathered) in 0.004936093 sec., 743097.8306121866 rows/sec., 64.17 MiB/sec. | ||
10214 | 2025.06.03 00:58:20.337538 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 76 rows starting from the beginning of the part | ||
10215 | 2025.06.03 00:58:20.337777 [ 188 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10216 | 2025.06.03 00:58:20.337829 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10217 | 2025.06.03 00:58:20.337875 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10218 | 2025.06.03 00:58:20.338087 [ 188 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10219 | 2025.06.03 00:58:20.338168 [ 188 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_96_19} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10220 | 2025.06.03 00:58:20.338263 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
10221 | 2025.06.03 00:58:20.338432 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10222 | 2025.06.03 00:58:20.338587 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453175 sec., 1268945.5846680545 rows/sec., 99.56 MiB/sec. | ||
10223 | 2025.06.03 00:58:20.338683 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10224 | 2025.06.03 00:58:20.338762 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10225 | 2025.06.03 00:58:20.338834 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
10226 | 2025.06.03 00:58:20.338844 [ 174 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10227 | 2025.06.03 00:58:20.338875 [ 261 ] {39ed9040-2c5c-4d35-9122-652dae529223} <Debug> TCPHandler: Processed in 0.001749915 sec. | ||
10228 | 2025.06.03 00:58:20.338898 [ 174 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10229 | 2025.06.03 00:58:20.338932 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10230 | 2025.06.03 00:58:20.339003 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10231 | 2025.06.03 00:58:20.339008 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10232 | 2025.06.03 00:58:20.339027 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
10233 | 2025.06.03 00:58:20.339074 [ 197 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_96_19} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10234 | 2025.06.03 00:58:20.339115 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10235 | 2025.06.03 00:58:20.339139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
10236 | 2025.06.03 00:58:20.339161 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10237 | 2025.06.03 00:58:20.339174 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10238 | 2025.06.03 00:58:20.339202 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25719 rows starting from the beginning of the part | ||
10239 | 2025.06.03 00:58:20.339273 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
10240 | 2025.06.03 00:58:20.339318 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
10241 | 2025.06.03 00:58:20.339362 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 956 rows starting from the beginning of the part | ||
10242 | 2025.06.03 00:58:20.339403 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 86 rows starting from the beginning of the part | ||
10243 | 2025.06.03 00:58:20.339448 [ 195 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
10244 | 2025.06.03 00:58:20.339992 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10245 | 2025.06.03 00:58:20.340035 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10246 | 2025.06.03 00:58:20.340610 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10247 | 2025.06.03 00:58:20.340855 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10248 | 2025.06.03 00:58:20.341009 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001913 sec., 6272.869837950862 rows/sec., 11.24 MiB/sec. | ||
10249 | 2025.06.03 00:58:20.341080 [ 261 ] {e505b216-5b19-4d27-b323-980c7dfedea6} <Debug> TCPHandler: Processed in 0.002122516 sec. | ||
10250 | 2025.06.03 00:58:20.341212 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10251 | 2025.06.03 00:58:20.341317 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10252 | 2025.06.03 00:58:20.341362 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10253 | 2025.06.03 00:58:20.341731 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2025.06.03 00:58:20.341768 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10255 | 2025.06.03 00:58:20.342217 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10256 | 2025.06.03 00:58:20.342448 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10257 | 2025.06.03 00:58:20.342580 [ 174 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10258 | 2025.06.03 00:58:20.342591 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001293 sec., 46403.71229698376 rows/sec., 3.13 MiB/sec. | ||
10259 | 2025.06.03 00:58:20.342620 [ 174 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10260 | 2025.06.03 00:58:20.342644 [ 261 ] {aeeabbc6-a5c3-49fa-8bbb-353d92baba56} <Debug> TCPHandler: Processed in 0.001500857 sec. | ||
10261 | 2025.06.03 00:58:20.342645 [ 174 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10262 | 2025.06.03 00:58:20.342739 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
10263 | 2025.06.03 00:58:20.342811 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10264 | 2025.06.03 00:58:20.342834 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4794 rows starting from the beginning of the part | ||
10265 | 2025.06.03 00:58:20.342876 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
10266 | 2025.06.03 00:58:20.342909 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
10267 | 2025.06.03 00:58:20.342941 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 28 rows starting from the beginning of the part | ||
10268 | 2025.06.03 00:58:20.342971 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part | ||
10269 | 2025.06.03 00:58:20.343005 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
10270 | 2025.06.03 00:58:20.345324 [ 192 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5034 rows, containing 4 columns (4 merged, 0 gathered) in 0.002616581 sec., 1923884.641828401 rows/sec., 129.29 MiB/sec. | ||
10271 | 2025.06.03 00:58:20.345773 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10272 | 2025.06.03 00:58:20.346015 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10273 | 2025.06.03 00:58:20.346075 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_96_19} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10274 | 2025.06.03 00:58:20.346132 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
10275 | 2025.06.03 00:58:20.347760 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27241 rows, containing 5 columns (5 merged, 0 gathered) in 0.008776542 sec., 3103842.037102996 rows/sec., 212.48 MiB/sec. | ||
10276 | 2025.06.03 00:58:20.348134 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10277 | 2025.06.03 00:58:20.348457 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10278 | 2025.06.03 00:58:20.348537 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10279 | 2025.06.03 00:58:20.348632 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
10280 | 2025.06.03 00:58:21.000142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 309.95 MiB, peak 321.26 MiB, free memory in arenas 0.00 B, will set to 312.82 MiB (RSS), difference: 2.88 MiB | ||
10281 | 2025.06.03 00:58:24.316749 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10282 | 2025.06.03 00:58:24.316862 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10283 | 2025.06.03 00:58:24.475894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
10284 | 2025.06.03 00:58:24.476381 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10285 | 2025.06.03 00:58:24.476416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10286 | 2025.06.03 00:58:24.476903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10287 | 2025.06.03 00:58:24.477131 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10288 | 2025.06.03 00:58:24.477269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
10289 | 2025.06.03 00:58:25.331812 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10290 | 2025.06.03 00:58:25.332095 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10291 | 2025.06.03 00:58:25.332200 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10292 | 2025.06.03 00:58:25.333060 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2025.06.03 00:58:25.333105 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10294 | 2025.06.03 00:58:25.333498 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
10295 | 2025.06.03 00:58:25.333724 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10296 | 2025.06.03 00:58:25.333874 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001859 sec., 60247.44486282948 rows/sec., 5.06 MiB/sec. | ||
10297 | 2025.06.03 00:58:25.333917 [ 261 ] {fcef05cc-e272-44ae-bb34-ebed434404c8} <Debug> TCPHandler: Processed in 0.002291131 sec. | ||
10298 | 2025.06.03 00:58:25.334043 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10299 | 2025.06.03 00:58:25.334137 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10300 | 2025.06.03 00:58:25.334179 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10301 | 2025.06.03 00:58:25.334616 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10302 | 2025.06.03 00:58:25.334654 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10303 | 2025.06.03 00:58:25.334962 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10304 | 2025.06.03 00:58:25.335174 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10305 | 2025.06.03 00:58:25.335303 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001185 sec., 23628.69198312236 rows/sec., 1.74 MiB/sec. | ||
10306 | 2025.06.03 00:58:25.335300 [ 154 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10307 | 2025.06.03 00:58:25.335341 [ 261 ] {a29009ef-421a-49d6-a801-43579537e4a1} <Debug> TCPHandler: Processed in 0.001347421 sec. | ||
10308 | 2025.06.03 00:58:25.335380 [ 154 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10309 | 2025.06.03 00:58:25.335405 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10310 | 2025.06.03 00:58:25.335465 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10311 | 2025.06.03 00:58:25.335500 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
10312 | 2025.06.03 00:58:25.335562 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10313 | 2025.06.03 00:58:25.335586 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10314 | 2025.06.03 00:58:25.335602 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10315 | 2025.06.03 00:58:25.335613 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 178 rows starting from the beginning of the part | ||
10316 | 2025.06.03 00:58:25.335668 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part | ||
10317 | 2025.06.03 00:58:25.335711 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part | ||
10318 | 2025.06.03 00:58:25.335753 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part | ||
10319 | 2025.06.03 00:58:25.335792 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part | ||
10320 | 2025.06.03 00:58:25.335834 [ 197 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 28 rows starting from the beginning of the part | ||
10321 | 2025.06.03 00:58:25.336040 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10322 | 2025.06.03 00:58:25.336076 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10323 | 2025.06.03 00:58:25.336391 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
10324 | 2025.06.03 00:58:25.336543 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.001082424 sec., 275308.01238701283 rows/sec., 19.85 MiB/sec. | ||
10325 | 2025.06.03 00:58:25.336607 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10326 | 2025.06.03 00:58:25.336738 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001194 sec., 77051.92629815746 rows/sec., 6.02 MiB/sec. | ||
10327 | 2025.06.03 00:58:25.336743 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10328 | 2025.06.03 00:58:25.336779 [ 261 ] {5cf2bd3b-4798-40c0-aba1-03b22b72296a} <Debug> TCPHandler: Processed in 0.001361602 sec. | ||
10329 | 2025.06.03 00:58:25.336895 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10330 | 2025.06.03 00:58:25.336990 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10331 | 2025.06.03 00:58:25.337036 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10332 | 2025.06.03 00:58:25.337065 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10333 | 2025.06.03 00:58:25.337142 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_81_16} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10334 | 2025.06.03 00:58:25.337234 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
10335 | 2025.06.03 00:58:25.337442 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10336 | 2025.06.03 00:58:25.337483 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10337 | 2025.06.03 00:58:25.337827 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
10338 | 2025.06.03 00:58:25.338032 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10339 | 2025.06.03 00:58:25.338160 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
10340 | 2025.06.03 00:58:25.338196 [ 261 ] {6a732f6a-5c19-4517-9a81-45b89814db37} <Debug> TCPHandler: Processed in 0.001349812 sec. | ||
10341 | 2025.06.03 00:58:25.338313 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10342 | 2025.06.03 00:58:25.338432 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10343 | 2025.06.03 00:58:25.338500 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10344 | 2025.06.03 00:58:25.339335 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10345 | 2025.06.03 00:58:25.339372 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10346 | 2025.06.03 00:58:25.339933 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10347 | 2025.06.03 00:58:25.340155 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10348 | 2025.06.03 00:58:25.340286 [ 157 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10349 | 2025.06.03 00:58:25.340290 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001883 sec., 14869.888475836431 rows/sec., 26.65 MiB/sec. | ||
10350 | 2025.06.03 00:58:25.340331 [ 157 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10351 | 2025.06.03 00:58:25.340356 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10352 | 2025.06.03 00:58:25.340360 [ 261 ] {6fb044c1-83fc-4b2c-bd45-98724c182674} <Debug> TCPHandler: Processed in 0.002105505 sec. | ||
10353 | 2025.06.03 00:58:25.340463 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
10354 | 2025.06.03 00:58:25.340483 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2025.06.03 00:58:25.340597 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10356 | 2025.06.03 00:58:25.340639 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10357 | 2025.06.03 00:58:25.340732 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10358 | 2025.06.03 00:58:25.340796 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1475 rows starting from the beginning of the part | ||
10359 | 2025.06.03 00:58:25.340926 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part | ||
10360 | 2025.06.03 00:58:25.341000 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2025.06.03 00:58:25.341034 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part | ||
10362 | 2025.06.03 00:58:25.341040 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10363 | 2025.06.03 00:58:25.341143 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 28 rows starting from the beginning of the part | ||
10364 | 2025.06.03 00:58:25.341243 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part | ||
10365 | 2025.06.03 00:58:25.341341 [ 196 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 28 rows starting from the beginning of the part | ||
10366 | 2025.06.03 00:58:25.341379 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
10367 | 2025.06.03 00:58:25.341596 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10368 | 2025.06.03 00:58:25.341728 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. | ||
10369 | 2025.06.03 00:58:25.341765 [ 261 ] {d2160515-5cae-4418-a085-54e120d2e95a} <Debug> TCPHandler: Processed in 0.001338762 sec. | ||
10370 | 2025.06.03 00:58:25.349352 [ 191 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1583 rows, containing 19 columns (19 merged, 0 gathered) in 0.008933327 sec., 177201.61816532633 rows/sec., 317.54 MiB/sec. | ||
10371 | 2025.06.03 00:58:25.350992 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10372 | 2025.06.03 00:58:25.351318 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): 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.06.03 00:58:25.351381 [ 189 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10374 | 2025.06.03 00:58:25.351519 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
10375 | 2025.06.03 00:58:25.977966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
10376 | 2025.06.03 00:58:25.993962 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10377 | 2025.06.03 00:58:25.994025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10378 | 2025.06.03 00:58:26.000520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10379 | 2025.06.03 00:58:26.001252 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10380 | 2025.06.03 00:58:26.004932 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
10381 | 2025.06.03 00:58:27.001156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 313.34 MiB, peak 324.86 MiB, free memory in arenas 0.00 B, will set to 317.46 MiB (RSS), difference: 4.12 MiB | ||
10382 | 2025.06.03 00:58:29.563320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1430 | ||
10383 | 2025.06.03 00:58:29.565544 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10384 | 2025.06.03 00:58:29.565587 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10385 | 2025.06.03 00:58:29.566770 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10386 | 2025.06.03 00:58:29.567061 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10387 | 2025.06.03 00:58:29.567359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
10388 | 2025.06.03 00:58:30.332135 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10389 | 2025.06.03 00:58:30.332320 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10390 | 2025.06.03 00:58:30.332384 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10391 | 2025.06.03 00:58:30.333019 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10392 | 2025.06.03 00:58:30.333069 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10393 | 2025.06.03 00:58:30.333449 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
10394 | 2025.06.03 00:58:30.333677 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10395 | 2025.06.03 00:58:30.333826 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001555 sec., 9003.215434083602 rows/sec., 734.15 KiB/sec. | ||
10396 | 2025.06.03 00:58:30.333867 [ 261 ] {2cae655c-81cd-4be0-ae76-b6127aa1d69b} <Debug> TCPHandler: Processed in 0.001861458 sec. | ||
10397 | 2025.06.03 00:58:30.334000 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10398 | 2025.06.03 00:58:30.334093 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10399 | 2025.06.03 00:58:30.334135 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10400 | 2025.06.03 00:58:30.334595 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2025.06.03 00:58:30.334631 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10402 | 2025.06.03 00:58:30.334937 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
10403 | 2025.06.03 00:58:30.335149 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10404 | 2025.06.03 00:58:30.335281 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001207 sec., 72079.53603976802 rows/sec., 5.87 MiB/sec. | ||
10405 | 2025.06.03 00:58:30.335318 [ 261 ] {2a4653cc-7b8a-4155-a04c-7f7daa2f2b0d} <Debug> TCPHandler: Processed in 0.001364742 sec. | ||
10406 | 2025.06.03 00:58:30.335439 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10407 | 2025.06.03 00:58:30.335531 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10408 | 2025.06.03 00:58:30.335570 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10409 | 2025.06.03 00:58:30.335982 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10410 | 2025.06.03 00:58:30.336018 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10411 | 2025.06.03 00:58:30.336306 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10412 | 2025.06.03 00:58:30.336528 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10413 | 2025.06.03 00:58:30.336665 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001152 sec., 22569.444444444445 rows/sec., 1.59 MiB/sec. | ||
10414 | 2025.06.03 00:58:30.336704 [ 261 ] {df7295e6-fecc-45af-82f5-4de7c02d63b8} <Debug> TCPHandler: Processed in 0.0013163 sec. | ||
10415 | 2025.06.03 00:58:30.336824 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10416 | 2025.06.03 00:58:30.336915 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10417 | 2025.06.03 00:58:30.336955 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10418 | 2025.06.03 00:58:30.337380 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10419 | 2025.06.03 00:58:30.337418 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10420 | 2025.06.03 00:58:30.337728 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
10421 | 2025.06.03 00:58:30.337953 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10422 | 2025.06.03 00:58:30.338083 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001186 sec., 75885.32883642496 rows/sec., 5.94 MiB/sec. | ||
10423 | 2025.06.03 00:58:30.338121 [ 261 ] {b6d31bbc-ddd9-4038-aa09-22e66646d56d} <Debug> TCPHandler: Processed in 0.001343382 sec. | ||
10424 | 2025.06.03 00:58:30.338236 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10425 | 2025.06.03 00:58:30.338328 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10426 | 2025.06.03 00:58:30.338371 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10427 | 2025.06.03 00:58:30.338798 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10428 | 2025.06.03 00:58:30.338835 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10429 | 2025.06.03 00:58:30.339160 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
10430 | 2025.06.03 00:58:30.339370 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10431 | 2025.06.03 00:58:30.339504 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001193 sec., 139983.2355406538 rows/sec., 9.74 MiB/sec. | ||
10432 | 2025.06.03 00:58:30.339540 [ 261 ] {88d83640-f2c3-4425-ace9-0fb79fe04788} <Debug> TCPHandler: Processed in 0.001350852 sec. | ||
10433 | 2025.06.03 00:58:30.339653 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10434 | 2025.06.03 00:58:30.339744 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10435 | 2025.06.03 00:58:30.339799 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10436 | 2025.06.03 00:58:30.340582 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10437 | 2025.06.03 00:58:30.340618 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10438 | 2025.06.03 00:58:30.341129 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10439 | 2025.06.03 00:58:30.341353 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10440 | 2025.06.03 00:58:30.341494 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001768 sec., 6787.330316742081 rows/sec., 12.16 MiB/sec. | ||
10441 | 2025.06.03 00:58:30.341549 [ 261 ] {654b19ef-e67f-47b6-a6f9-60b915bea4af} <Debug> TCPHandler: Processed in 0.00194306 sec. | ||
10442 | 2025.06.03 00:58:30.341670 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10443 | 2025.06.03 00:58:30.341764 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10444 | 2025.06.03 00:58:30.341805 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10445 | 2025.06.03 00:58:30.342150 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10446 | 2025.06.03 00:58:30.342186 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10447 | 2025.06.03 00:58:30.342487 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
10448 | 2025.06.03 00:58:30.342693 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10449 | 2025.06.03 00:58:30.342825 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
10450 | 2025.06.03 00:58:30.342860 [ 261 ] {9c332fe5-dafc-462f-af88-87f33c80a06a} <Debug> TCPHandler: Processed in 0.001236869 sec. | ||
10451 | 2025.06.03 00:58:31.978301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
10452 | 2025.06.03 00:58:31.978793 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10453 | 2025.06.03 00:58:31.978835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10454 | 2025.06.03 00:58:31.979304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10455 | 2025.06.03 00:58:31.979529 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10456 | 2025.06.03 00:58:31.979652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
10457 | 2025.06.03 00:58:33.505076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
10458 | 2025.06.03 00:58:33.521771 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10459 | 2025.06.03 00:58:33.521824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10460 | 2025.06.03 00:58:33.528103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10461 | 2025.06.03 00:58:33.528790 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10462 | 2025.06.03 00:58:33.531900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
10463 | 2025.06.03 00:58:35.331649 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10464 | 2025.06.03 00:58:35.331943 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10465 | 2025.06.03 00:58:35.332007 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10466 | 2025.06.03 00:58:35.332735 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10467 | 2025.06.03 00:58:35.332776 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10468 | 2025.06.03 00:58:35.333184 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
10469 | 2025.06.03 00:58:35.333421 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10470 | 2025.06.03 00:58:35.333592 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001712 sec., 65420.56074766355 rows/sec., 5.49 MiB/sec. | ||
10471 | 2025.06.03 00:58:35.333635 [ 261 ] {c1e9fab1-be8a-4d10-9d2e-cef78ff63669} <Debug> TCPHandler: Processed in 0.002167637 sec. | ||
10472 | 2025.06.03 00:58:35.333760 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10473 | 2025.06.03 00:58:35.333854 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10474 | 2025.06.03 00:58:35.333898 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10475 | 2025.06.03 00:58:35.334342 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2025.06.03 00:58:35.334379 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10477 | 2025.06.03 00:58:35.334684 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10478 | 2025.06.03 00:58:35.334888 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10479 | 2025.06.03 00:58:35.335018 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001182 sec., 23688.66328257191 rows/sec., 1.74 MiB/sec. | ||
10480 | 2025.06.03 00:58:35.335056 [ 261 ] {8ce10a5d-af0b-4f4a-bce3-f380cbfbc825} <Debug> TCPHandler: Processed in 0.001344822 sec. | ||
10481 | 2025.06.03 00:58:35.335165 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10482 | 2025.06.03 00:58:35.335257 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10483 | 2025.06.03 00:58:35.335296 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10484 | 2025.06.03 00:58:35.335744 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10485 | 2025.06.03 00:58:35.335781 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10486 | 2025.06.03 00:58:35.336090 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
10487 | 2025.06.03 00:58:35.336302 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10488 | 2025.06.03 00:58:35.336432 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001193 sec., 77116.51299245599 rows/sec., 6.02 MiB/sec. | ||
10489 | 2025.06.03 00:58:35.336470 [ 261 ] {3927ea9a-9338-4057-a813-7542e7da577b} <Debug> TCPHandler: Processed in 0.001360462 sec. | ||
10490 | 2025.06.03 00:58:35.336588 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2025.06.03 00:58:35.336680 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10492 | 2025.06.03 00:58:35.336725 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10493 | 2025.06.03 00:58:35.337150 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10494 | 2025.06.03 00:58:35.337186 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10495 | 2025.06.03 00:58:35.337550 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
10496 | 2025.06.03 00:58:35.337759 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10497 | 2025.06.03 00:58:35.337887 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. | ||
10498 | 2025.06.03 00:58:35.337925 [ 261 ] {f61b7e40-b530-4802-a94a-a6e16989e7b3} <Debug> TCPHandler: Processed in 0.001391153 sec. | ||
10499 | 2025.06.03 00:58:35.338044 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10500 | 2025.06.03 00:58:35.338138 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10501 | 2025.06.03 00:58:35.338194 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10502 | 2025.06.03 00:58:35.339027 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10503 | 2025.06.03 00:58:35.339063 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10504 | 2025.06.03 00:58:35.339601 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10505 | 2025.06.03 00:58:35.339821 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10506 | 2025.06.03 00:58:35.339958 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001839 sec., 15225.666122892877 rows/sec., 27.28 MiB/sec. | ||
10507 | 2025.06.03 00:58:35.340012 [ 261 ] {06474b30-7e52-494a-80df-904b29d96a72} <Debug> TCPHandler: Processed in 0.002016903 sec. | ||
10508 | 2025.06.03 00:58:35.340126 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10509 | 2025.06.03 00:58:35.340221 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10510 | 2025.06.03 00:58:35.340263 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10511 | 2025.06.03 00:58:35.340604 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2025.06.03 00:58:35.340640 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10513 | 2025.06.03 00:58:35.340942 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
10514 | 2025.06.03 00:58:35.341147 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2025.06.03 00:58:35.341273 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
10516 | 2025.06.03 00:58:35.341310 [ 261 ] {1becf3b3-6230-4160-948d-0e6751fc62c4} <Debug> TCPHandler: Processed in 0.001232328 sec. | ||
10517 | 2025.06.03 00:58:39.316935 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10518 | 2025.06.03 00:58:39.317008 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10519 | 2025.06.03 00:58:39.480567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
10520 | 2025.06.03 00:58:39.481080 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10521 | 2025.06.03 00:58:39.481125 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10522 | 2025.06.03 00:58:39.481594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10523 | 2025.06.03 00:58:39.481815 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2025.06.03 00:58:39.481940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
10525 | 2025.06.03 00:58:39.568274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1456 | ||
10526 | 2025.06.03 00:58:39.570585 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10527 | 2025.06.03 00:58:39.570649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10528 | 2025.06.03 00:58:39.571892 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10529 | 2025.06.03 00:58:39.572171 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10530 | 2025.06.03 00:58:39.572572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1456 | ||
10531 | 2025.06.03 00:58:40.332831 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10532 | 2025.06.03 00:58:40.333060 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10533 | 2025.06.03 00:58:40.333141 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10534 | 2025.06.03 00:58:40.334016 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10535 | 2025.06.03 00:58:40.334075 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10536 | 2025.06.03 00:58:40.334585 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
10537 | 2025.06.03 00:58:40.334836 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10538 | 2025.06.03 00:58:40.335001 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002005 sec., 39900.249376558604 rows/sec., 3.29 MiB/sec. | ||
10539 | 2025.06.03 00:58:40.335046 [ 261 ] {ddd30e61-2ec5-441d-8e12-2a1fde74077f} <Debug> TCPHandler: Processed in 0.002410045 sec. | ||
10540 | 2025.06.03 00:58:40.335189 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10541 | 2025.06.03 00:58:40.335285 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10542 | 2025.06.03 00:58:40.335327 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10543 | 2025.06.03 00:58:40.335750 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10544 | 2025.06.03 00:58:40.335787 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10545 | 2025.06.03 00:58:40.336106 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10546 | 2025.06.03 00:58:40.336310 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10547 | 2025.06.03 00:58:40.336439 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 767.95 KiB/sec. | ||
10548 | 2025.06.03 00:58:40.336476 [ 261 ] {7e91640e-65ea-4bb5-bb1a-ebae0bee35e9} <Debug> TCPHandler: Processed in 0.001341751 sec. | ||
10549 | 2025.06.03 00:58:40.336586 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10550 | 2025.06.03 00:58:40.336681 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10551 | 2025.06.03 00:58:40.336721 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10552 | 2025.06.03 00:58:40.337164 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10553 | 2025.06.03 00:58:40.337201 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10554 | 2025.06.03 00:58:40.337506 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
10555 | 2025.06.03 00:58:40.337719 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10556 | 2025.06.03 00:58:40.337845 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001182 sec., 64297.80033840947 rows/sec., 5.02 MiB/sec. | ||
10557 | 2025.06.03 00:58:40.337882 [ 261 ] {bf531ff8-5f24-48ec-8aae-d16707e52ce9} <Debug> TCPHandler: Processed in 0.001342781 sec. | ||
10558 | 2025.06.03 00:58:40.337997 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10559 | 2025.06.03 00:58:40.338093 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10560 | 2025.06.03 00:58:40.338138 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10561 | 2025.06.03 00:58:40.338567 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10562 | 2025.06.03 00:58:40.338603 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10563 | 2025.06.03 00:58:40.338974 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
10564 | 2025.06.03 00:58:40.339223 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10565 | 2025.06.03 00:58:40.339373 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. | ||
10566 | 2025.06.03 00:58:40.339413 [ 261 ] {90b09b20-f952-4ff2-b6c2-f781860a3c6a} <Debug> TCPHandler: Processed in 0.001463086 sec. | ||
10567 | 2025.06.03 00:58:40.339538 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10568 | 2025.06.03 00:58:40.339641 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10569 | 2025.06.03 00:58:40.339709 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10570 | 2025.06.03 00:58:40.341508 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10571 | 2025.06.03 00:58:40.341558 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10572 | 2025.06.03 00:58:40.342270 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10573 | 2025.06.03 00:58:40.342571 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10574 | 2025.06.03 00:58:40.342753 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003132 sec., 3831.417624521073 rows/sec., 6.87 MiB/sec. | ||
10575 | 2025.06.03 00:58:40.342855 [ 261 ] {3794b224-61cb-417c-a690-f1daa597f012} <Debug> TCPHandler: Processed in 0.003372885 sec. | ||
10576 | 2025.06.03 00:58:40.343376 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10577 | 2025.06.03 00:58:40.343505 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10578 | 2025.06.03 00:58:40.343565 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10579 | 2025.06.03 00:58:40.344012 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10580 | 2025.06.03 00:58:40.344063 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10581 | 2025.06.03 00:58:40.344471 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
10582 | 2025.06.03 00:58:40.344684 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10583 | 2025.06.03 00:58:40.344829 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
10584 | 2025.06.03 00:58:40.344869 [ 261 ] {c87191c4-6cd4-4f6a-b9de-a1aa26e33048} <Debug> TCPHandler: Processed in 0.001568889 sec. | ||
10585 | 2025.06.03 00:58:41.032797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
10586 | 2025.06.03 00:58:41.050026 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10587 | 2025.06.03 00:58:41.050095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10588 | 2025.06.03 00:58:41.056419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10589 | 2025.06.03 00:58:41.057157 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10590 | 2025.06.03 00:58:41.060488 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
10591 | 2025.06.03 00:58:41.723317 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10592 | 2025.06.03 00:58:41.723499 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10593 | 2025.06.03 00:58:41.723568 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10594 | 2025.06.03 00:58:41.724196 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10595 | 2025.06.03 00:58:41.724246 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10596 | 2025.06.03 00:58:41.724650 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10597 | 2025.06.03 00:58:41.724882 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10598 | 2025.06.03 00:58:41.725039 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.25 MiB/sec. | ||
10599 | 2025.06.03 00:58:41.725091 [ 261 ] {2fa762c1-ad3d-497d-ab49-b6125a6378a3} <Debug> TCPHandler: Processed in 0.001901349 sec. | ||
10600 | 2025.06.03 00:58:41.725212 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10601 | 2025.06.03 00:58:41.725316 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10602 | 2025.06.03 00:58:41.725361 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10603 | 2025.06.03 00:58:41.725777 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10604 | 2025.06.03 00:58:41.725815 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10605 | 2025.06.03 00:58:41.726116 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10606 | 2025.06.03 00:58:41.726327 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10607 | 2025.06.03 00:58:41.726457 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001167 sec., 3427.592116538132 rows/sec., 279.50 KiB/sec. | ||
10608 | 2025.06.03 00:58:41.726497 [ 261 ] {d1670e43-7a4e-4782-99dc-55ca1e0e9b7f} <Debug> TCPHandler: Processed in 0.001336871 sec. | ||
10609 | 2025.06.03 00:58:41.726611 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10610 | 2025.06.03 00:58:41.726707 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10611 | 2025.06.03 00:58:41.726747 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10612 | 2025.06.03 00:58:41.727642 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10613 | 2025.06.03 00:58:41.727679 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10614 | 2025.06.03 00:58:41.728087 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
10615 | 2025.06.03 00:58:41.728315 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10616 | 2025.06.03 00:58:41.728450 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.001763 sec., 779353.3749290981 rows/sec., 64.99 MiB/sec. | ||
10617 | 2025.06.03 00:58:41.728490 [ 261 ] {2e30b514-b554-41ca-9dac-70ce60b7047d} <Debug> TCPHandler: Processed in 0.00192836 sec. | ||
10618 | 2025.06.03 00:58:41.728499 [ 140 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
10619 | 2025.06.03 00:58:41.728593 [ 140 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10620 | 2025.06.03 00:58:41.728601 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10621 | 2025.06.03 00:58:41.728637 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10622 | 2025.06.03 00:58:41.728715 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10623 | 2025.06.03 00:58:41.728765 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10624 | 2025.06.03 00:58:41.728773 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
10625 | 2025.06.03 00:58:41.728907 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10626 | 2025.06.03 00:58:41.728942 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1968 rows starting from the beginning of the part | ||
10627 | 2025.06.03 00:58:41.729010 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 112 rows starting from the beginning of the part | ||
10628 | 2025.06.03 00:58:41.729056 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 87 rows starting from the beginning of the part | ||
10629 | 2025.06.03 00:58:41.729106 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 112 rows starting from the beginning of the part | ||
10630 | 2025.06.03 00:58:41.729145 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 80 rows starting from the beginning of the part | ||
10631 | 2025.06.03 00:58:41.729185 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10632 | 2025.06.03 00:58:41.729189 [ 186 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1374 rows starting from the beginning of the part | ||
10633 | 2025.06.03 00:58:41.729230 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10634 | 2025.06.03 00:58:41.729570 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10635 | 2025.06.03 00:58:41.729786 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10636 | 2025.06.03 00:58:41.729927 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001232 sec., 35714.28571428571 rows/sec., 2.65 MiB/sec. | ||
10637 | 2025.06.03 00:58:41.729968 [ 261 ] {4b9b8dbb-04bc-4fed-bfdf-43b858f9c3fb} <Debug> TCPHandler: Processed in 0.001414974 sec. | ||
10638 | 2025.06.03 00:58:41.730081 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10639 | 2025.06.03 00:58:41.730186 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10640 | 2025.06.03 00:58:41.730226 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10641 | 2025.06.03 00:58:41.730683 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10642 | 2025.06.03 00:58:41.730720 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10643 | 2025.06.03 00:58:41.730743 [ 191 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3733 rows, containing 5 columns (5 merged, 0 gathered) in 0.002023412 sec., 1844903.5589390593 rows/sec., 159.52 MiB/sec. | ||
10644 | 2025.06.03 00:58:41.731016 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
10645 | 2025.06.03 00:58:41.731045 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10646 | 2025.06.03 00:58:41.731269 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10647 | 2025.06.03 00:58:41.731302 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10648 | 2025.06.03 00:58:41.731378 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_101_20} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
10649 | 2025.06.03 00:58:41.731399 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001237 sec., 203718.67421180275 rows/sec., 14.09 MiB/sec. | ||
10650 | 2025.06.03 00:58:41.731436 [ 261 ] {0b5f2313-b6c6-47a5-89a2-def16b074b13} <Debug> TCPHandler: Processed in 0.001403543 sec. | ||
10651 | 2025.06.03 00:58:41.731478 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
10652 | 2025.06.03 00:58:41.731545 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10653 | 2025.06.03 00:58:41.731638 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10654 | 2025.06.03 00:58:41.731676 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10655 | 2025.06.03 00:58:41.732060 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10656 | 2025.06.03 00:58:41.732096 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10657 | 2025.06.03 00:58:41.732383 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10658 | 2025.06.03 00:58:41.732587 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10659 | 2025.06.03 00:58:41.732710 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 860.88 KiB/sec. | ||
10660 | 2025.06.03 00:58:41.732747 [ 261 ] {9006a76d-57f6-45ff-96c7-d89b7083dec8} <Debug> TCPHandler: Processed in 0.001248669 sec. | ||
10661 | 2025.06.03 00:58:41.732851 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10662 | 2025.06.03 00:58:41.732942 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10663 | 2025.06.03 00:58:41.732980 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10664 | 2025.06.03 00:58:41.733557 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10665 | 2025.06.03 00:58:41.733594 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10666 | 2025.06.03 00:58:41.733919 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
10667 | 2025.06.03 00:58:41.734132 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10668 | 2025.06.03 00:58:41.734263 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001339 sec., 439133.6818521285 rows/sec., 32.99 MiB/sec. | ||
10669 | 2025.06.03 00:58:41.734280 [ 138 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
10670 | 2025.06.03 00:58:41.734300 [ 261 ] {838f3ba5-2285-4681-9c7e-6f8699a8956e} <Debug> TCPHandler: Processed in 0.001496306 sec. | ||
10671 | 2025.06.03 00:58:41.734332 [ 138 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10672 | 2025.06.03 00:58:41.734362 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10673 | 2025.06.03 00:58:41.734417 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10674 | 2025.06.03 00:58:41.734434 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
10675 | 2025.06.03 00:58:41.734513 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10676 | 2025.06.03 00:58:41.734549 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10677 | 2025.06.03 00:58:41.734559 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10678 | 2025.06.03 00:58:41.734584 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 952 rows starting from the beginning of the part | ||
10679 | 2025.06.03 00:58:41.734644 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 92 rows starting from the beginning of the part | ||
10680 | 2025.06.03 00:58:41.734689 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 90 rows starting from the beginning of the part | ||
10681 | 2025.06.03 00:58:41.734729 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 92 rows starting from the beginning of the part | ||
10682 | 2025.06.03 00:58:41.734769 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 76 rows starting from the beginning of the part | ||
10683 | 2025.06.03 00:58:41.734807 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 588 rows starting from the beginning of the part | ||
10684 | 2025.06.03 00:58:41.735121 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10685 | 2025.06.03 00:58:41.735162 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10686 | 2025.06.03 00:58:41.735547 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
10687 | 2025.06.03 00:58:41.735758 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10688 | 2025.06.03 00:58:41.735792 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389504 sec., 1360197.5956888213 rows/sec., 106.85 MiB/sec. | ||
10689 | 2025.06.03 00:58:41.735878 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
10690 | 2025.06.03 00:58:41.735887 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001391 sec., 681524.0833932422 rows/sec., 46.00 MiB/sec. | ||
10691 | 2025.06.03 00:58:41.735917 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10692 | 2025.06.03 00:58:41.735954 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10693 | 2025.06.03 00:58:41.735967 [ 261 ] {fb8732b2-5660-413f-ad00-f5922e44e2a7} <Debug> TCPHandler: Processed in 0.001595369 sec. | ||
10694 | 2025.06.03 00:58:41.736009 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
10695 | 2025.06.03 00:58:41.736011 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
10696 | 2025.06.03 00:58:41.736088 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10697 | 2025.06.03 00:58:41.736120 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10698 | 2025.06.03 00:58:41.736152 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27241 rows starting from the beginning of the part | ||
10699 | 2025.06.03 00:58:41.736188 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10700 | 2025.06.03 00:58:41.736199 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
10701 | 2025.06.03 00:58:41.736248 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 167 rows starting from the beginning of the part | ||
10702 | 2025.06.03 00:58:41.736254 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10703 | 2025.06.03 00:58:41.736285 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
10704 | 2025.06.03 00:58:41.736326 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
10705 | 2025.06.03 00:58:41.736354 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10706 | 2025.06.03 00:58:41.736361 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 948 rows starting from the beginning of the part | ||
10707 | 2025.06.03 00:58:41.736454 [ 191 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_101_20} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
10708 | 2025.06.03 00:58:41.736565 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
10709 | 2025.06.03 00:58:41.737140 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10710 | 2025.06.03 00:58:41.737186 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10711 | 2025.06.03 00:58:41.737775 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10712 | 2025.06.03 00:58:41.738018 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10713 | 2025.06.03 00:58:41.738171 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002002 sec., 13986.013986013986 rows/sec., 25.06 MiB/sec. | ||
10714 | 2025.06.03 00:58:41.738236 [ 261 ] {3a5b0ccb-d64b-4c31-a334-2e69ebec2205} <Debug> TCPHandler: Processed in 0.002198089 sec. | ||
10715 | 2025.06.03 00:58:41.738349 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10716 | 2025.06.03 00:58:41.738441 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10717 | 2025.06.03 00:58:41.738486 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10718 | 2025.06.03 00:58:41.738814 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10719 | 2025.06.03 00:58:41.738851 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10720 | 2025.06.03 00:58:41.739159 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
10721 | 2025.06.03 00:58:41.739369 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10722 | 2025.06.03 00:58:41.739485 [ 138 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
10723 | 2025.06.03 00:58:41.739501 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.50 MiB/sec. | ||
10724 | 2025.06.03 00:58:41.739521 [ 138 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2025.06.03 00:58:41.739544 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10726 | 2025.06.03 00:58:41.739547 [ 261 ] {e2c91370-cbd5-4b15-8ce4-254f5f3625ee} <Debug> TCPHandler: Processed in 0.001246858 sec. | ||
10727 | 2025.06.03 00:58:41.739629 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
10728 | 2025.06.03 00:58:41.739721 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10729 | 2025.06.03 00:58:41.739748 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5034 rows starting from the beginning of the part | ||
10730 | 2025.06.03 00:58:41.739799 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
10731 | 2025.06.03 00:58:41.739839 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
10732 | 2025.06.03 00:58:41.739879 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
10733 | 2025.06.03 00:58:41.739917 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
10734 | 2025.06.03 00:58:41.739952 [ 201 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 24 rows starting from the beginning of the part | ||
10735 | 2025.06.03 00:58:41.741632 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5298 rows, containing 4 columns (4 merged, 0 gathered) in 0.002044224 sec., 2591692.4955386496 rows/sec., 174.19 MiB/sec. | ||
10736 | 2025.06.03 00:58:41.742142 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
10737 | 2025.06.03 00:58:41.742430 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10738 | 2025.06.03 00:58:41.742508 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_101_20} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
10739 | 2025.06.03 00:58:41.742607 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
10740 | 2025.06.03 00:58:41.742652 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28836 rows, containing 5 columns (5 merged, 0 gathered) in 0.006663956 sec., 4327159.4230214 rows/sec., 296.20 MiB/sec. | ||
10741 | 2025.06.03 00:58:41.743099 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
10742 | 2025.06.03 00:58:41.743377 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10743 | 2025.06.03 00:58:41.743453 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
10744 | 2025.06.03 00:58:41.743548 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
10745 | 2025.06.03 00:58:45.326627 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10746 | 2025.06.03 00:58:45.326931 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10747 | 2025.06.03 00:58:45.327037 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10748 | 2025.06.03 00:58:45.327857 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10749 | 2025.06.03 00:58:45.327899 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10750 | 2025.06.03 00:58:45.328291 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
10751 | 2025.06.03 00:58:45.328511 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10752 | 2025.06.03 00:58:45.328670 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001815 sec., 30853.994490358127 rows/sec., 2.36 MiB/sec. | ||
10753 | 2025.06.03 00:58:45.328723 [ 261 ] {bc74dd20-7f70-4a73-b510-4f27752752d2} <Debug> TCPHandler: Processed in 0.002278081 sec. | ||
10754 | 2025.06.03 00:58:45.328868 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10755 | 2025.06.03 00:58:45.328969 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10756 | 2025.06.03 00:58:45.329014 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10757 | 2025.06.03 00:58:45.329456 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10758 | 2025.06.03 00:58:45.329491 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10759 | 2025.06.03 00:58:45.329795 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
10760 | 2025.06.03 00:58:45.330017 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10761 | 2025.06.03 00:58:45.330143 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. | ||
10762 | 2025.06.03 00:58:45.330182 [ 261 ] {711bc5cf-1ca7-4d64-bee7-2cb670e910c8} <Debug> TCPHandler: Processed in 0.001376473 sec. | ||
10763 | 2025.06.03 00:58:45.330312 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10764 | 2025.06.03 00:58:45.330408 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10765 | 2025.06.03 00:58:45.330452 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10766 | 2025.06.03 00:58:45.330843 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10767 | 2025.06.03 00:58:45.330878 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10768 | 2025.06.03 00:58:45.331199 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
10769 | 2025.06.03 00:58:45.331407 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10770 | 2025.06.03 00:58:45.331531 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001144 sec., 83916.08391608391 rows/sec., 5.84 MiB/sec. | ||
10771 | 2025.06.03 00:58:45.331568 [ 261 ] {8dc05752-5a83-4a78-a30c-029195d6e589} <Debug> TCPHandler: Processed in 0.001314371 sec. | ||
10772 | 2025.06.03 00:58:45.331695 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10773 | 2025.06.03 00:58:45.331790 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10774 | 2025.06.03 00:58:45.331831 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10775 | 2025.06.03 00:58:45.332156 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10776 | 2025.06.03 00:58:45.332191 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10777 | 2025.06.03 00:58:45.332506 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
10778 | 2025.06.03 00:58:45.332722 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10779 | 2025.06.03 00:58:45.332848 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001076 sec., 33457.24907063197 rows/sec., 2.25 MiB/sec. | ||
10780 | 2025.06.03 00:58:45.332883 [ 261 ] {082dfcca-4037-4b1d-a393-97a31aef39db} <Debug> TCPHandler: Processed in 0.001243819 sec. | ||
10781 | 2025.06.03 00:58:46.982072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
10782 | 2025.06.03 00:58:46.982616 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10783 | 2025.06.03 00:58:46.982656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10784 | 2025.06.03 00:58:46.983212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10785 | 2025.06.03 00:58:46.983440 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10786 | 2025.06.03 00:58:46.983559 [ 132 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10787 | 2025.06.03 00:58:46.983561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
10788 | 2025.06.03 00:58:46.983601 [ 132 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10789 | 2025.06.03 00:58:46.983623 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10790 | 2025.06.03 00:58:46.983755 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
10791 | 2025.06.03 00:58:46.983906 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10792 | 2025.06.03 00:58:46.983948 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
10793 | 2025.06.03 00:58:46.984018 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
10794 | 2025.06.03 00:58:46.984068 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
10795 | 2025.06.03 00:58:46.984114 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
10796 | 2025.06.03 00:58:46.984157 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
10797 | 2025.06.03 00:58:46.984208 [ 194 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
10798 | 2025.06.03 00:58:46.986359 [ 199 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002665223 sec., 10482424.922792576 rows/sec., 149.95 MiB/sec. | ||
10799 | 2025.06.03 00:58:46.986781 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10800 | 2025.06.03 00:58:46.987164 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10801 | 2025.06.03 00:58:46.987266 [ 201 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_61_12} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10802 | 2025.06.03 00:58:46.987393 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
10803 | 2025.06.03 00:58:48.560551 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
10804 | 2025.06.03 00:58:48.577477 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10805 | 2025.06.03 00:58:48.577555 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10806 | 2025.06.03 00:58:48.583703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10807 | 2025.06.03 00:58:48.584403 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10808 | 2025.06.03 00:58:48.584729 [ 130 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10809 | 2025.06.03 00:58:48.584825 [ 130 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10810 | 2025.06.03 00:58:48.584863 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10811 | 2025.06.03 00:58:48.585020 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10812 | 2025.06.03 00:58:48.587645 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
10813 | 2025.06.03 00:58:48.588864 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10814 | 2025.06.03 00:58:48.590332 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10815 | 2025.06.03 00:58:48.594683 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10816 | 2025.06.03 00:58:48.599134 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10817 | 2025.06.03 00:58:48.603556 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10818 | 2025.06.03 00:58:48.608061 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10819 | 2025.06.03 00:58:48.611942 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
10820 | 2025.06.03 00:58:48.664180 [ 198 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.07922975 sec., 5805.899930266093 rows/sec., 30.02 MiB/sec. | ||
10821 | 2025.06.03 00:58:48.667039 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10822 | 2025.06.03 00:58:48.669053 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_61_12} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10823 | 2025.06.03 00:58:48.669161 [ 200 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_61_12} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10824 | 2025.06.03 00:58:48.671801 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
10825 | 2025.06.03 00:58:49.001206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 319.29 MiB, peak 332.70 MiB, free memory in arenas 0.00 B, will set to 318.28 MiB (RSS), difference: -1.01 MiB | ||
10826 | 2025.06.03 00:58:49.572703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1496 | ||
10827 | 2025.06.03 00:58:49.575269 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10828 | 2025.06.03 00:58:49.575326 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10829 | 2025.06.03 00:58:49.576614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10830 | 2025.06.03 00:58:49.576897 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10831 | 2025.06.03 00:58:49.577294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1496 | ||
10832 | 2025.06.03 00:58:50.330291 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10833 | 2025.06.03 00:58:50.330474 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10834 | 2025.06.03 00:58:50.330545 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10835 | 2025.06.03 00:58:50.331302 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10836 | 2025.06.03 00:58:50.331357 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10837 | 2025.06.03 00:58:50.331776 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
10838 | 2025.06.03 00:58:50.332016 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10839 | 2025.06.03 00:58:50.332187 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001763 sec., 45377.19795802609 rows/sec., 3.74 MiB/sec. | ||
10840 | 2025.06.03 00:58:50.332241 [ 261 ] {90419ae7-0258-427c-bd21-c6ef350cbd2b} <Debug> TCPHandler: Processed in 0.002092845 sec. | ||
10841 | 2025.06.03 00:58:50.332380 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10842 | 2025.06.03 00:58:50.332486 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10843 | 2025.06.03 00:58:50.332534 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10844 | 2025.06.03 00:58:50.332980 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10845 | 2025.06.03 00:58:50.333021 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10846 | 2025.06.03 00:58:50.333341 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10847 | 2025.06.03 00:58:50.333561 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10848 | 2025.06.03 00:58:50.333693 [ 127 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10849 | 2025.06.03 00:58:50.333700 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001239 sec., 9685.230024213075 rows/sec., 728.28 KiB/sec. | ||
10850 | 2025.06.03 00:58:50.333768 [ 127 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10851 | 2025.06.03 00:58:50.333789 [ 261 ] {8f493e57-901a-4ca0-8608-fe449840956c} <Debug> TCPHandler: Processed in 0.001463095 sec. | ||
10852 | 2025.06.03 00:58:50.333795 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10853 | 2025.06.03 00:58:50.333914 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10854 | 2025.06.03 00:58:50.333932 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
10855 | 2025.06.03 00:58:50.334018 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10856 | 2025.06.03 00:58:50.334065 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10857 | 2025.06.03 00:58:50.334079 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10858 | 2025.06.03 00:58:50.334118 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 178 rows starting from the beginning of the part | ||
10859 | 2025.06.03 00:58:50.334187 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part | ||
10860 | 2025.06.03 00:58:50.334232 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 28 rows starting from the beginning of the part | ||
10861 | 2025.06.03 00:58:50.334274 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part | ||
10862 | 2025.06.03 00:58:50.334312 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 44 rows starting from the beginning of the part | ||
10863 | 2025.06.03 00:58:50.334352 [ 188 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part | ||
10864 | 2025.06.03 00:58:50.334525 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10865 | 2025.06.03 00:58:50.334568 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10866 | 2025.06.03 00:58:50.335154 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
10867 | 2025.06.03 00:58:50.335159 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287349 sec., 233037.0396838775 rows/sec., 16.73 MiB/sec. | ||
10868 | 2025.06.03 00:58:50.335343 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10869 | 2025.06.03 00:58:50.335410 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10870 | 2025.06.03 00:58:50.335564 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001568 sec., 48469.38775510204 rows/sec., 3.78 MiB/sec. | ||
10871 | 2025.06.03 00:58:50.335607 [ 261 ] {53769053-aa82-44c4-a36d-9c944bcf97aa} <Debug> TCPHandler: Processed in 0.001742945 sec. | ||
10872 | 2025.06.03 00:58:50.335654 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10873 | 2025.06.03 00:58:50.335729 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10874 | 2025.06.03 00:58:50.335735 [ 199 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_86_17} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10875 | 2025.06.03 00:58:50.335833 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10876 | 2025.06.03 00:58:50.335858 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
10877 | 2025.06.03 00:58:50.335885 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10878 | 2025.06.03 00:58:50.336319 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2025.06.03 00:58:50.336355 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10880 | 2025.06.03 00:58:50.336721 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
10881 | 2025.06.03 00:58:50.336942 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10882 | 2025.06.03 00:58:50.337077 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. | ||
10883 | 2025.06.03 00:58:50.337115 [ 261 ] {e6e8cee9-bd6f-4475-9bb0-6d5dbef1ac7f} <Debug> TCPHandler: Processed in 0.001436624 sec. | ||
10884 | 2025.06.03 00:58:50.337259 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10885 | 2025.06.03 00:58:50.337353 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10886 | 2025.06.03 00:58:50.337412 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10887 | 2025.06.03 00:58:50.338296 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10888 | 2025.06.03 00:58:50.338340 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10889 | 2025.06.03 00:58:50.339179 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10890 | 2025.06.03 00:58:50.339490 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10891 | 2025.06.03 00:58:50.339689 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002353 sec., 5099.87250318742 rows/sec., 9.14 MiB/sec. | ||
10892 | 2025.06.03 00:58:50.339709 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10893 | 2025.06.03 00:58:50.339777 [ 261 ] {37ae5dfe-08ff-4003-bac8-45ba900ac0a8} <Debug> TCPHandler: Processed in 0.00256799 sec. | ||
10894 | 2025.06.03 00:58:50.339793 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10895 | 2025.06.03 00:58:50.339828 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10896 | 2025.06.03 00:58:50.339950 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
10897 | 2025.06.03 00:58:50.340247 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10898 | 2025.06.03 00:58:50.340335 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1583 rows starting from the beginning of the part | ||
10899 | 2025.06.03 00:58:50.340504 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part | ||
10900 | 2025.06.03 00:58:50.340647 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 28 rows starting from the beginning of the part | ||
10901 | 2025.06.03 00:58:50.340781 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part | ||
10902 | 2025.06.03 00:58:50.340909 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 28 rows starting from the beginning of the part | ||
10903 | 2025.06.03 00:58:50.341037 [ 195 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part | ||
10904 | 2025.06.03 00:58:50.341492 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10905 | 2025.06.03 00:58:50.341615 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10906 | 2025.06.03 00:58:50.341670 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10907 | 2025.06.03 00:58:50.342070 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2025.06.03 00:58:50.342108 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10909 | 2025.06.03 00:58:50.342776 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
10910 | 2025.06.03 00:58:50.343012 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10911 | 2025.06.03 00:58:50.343146 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
10912 | 2025.06.03 00:58:50.343184 [ 261 ] {bd20840d-55c5-4785-be5e-e3bb85216f94} <Debug> TCPHandler: Processed in 0.001752905 sec. | ||
10913 | 2025.06.03 00:58:50.352255 [ 188 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1675 rows, containing 19 columns (19 merged, 0 gathered) in 0.012354973 sec., 135572.93892912596 rows/sec., 242.94 MiB/sec. | ||
10914 | 2025.06.03 00:58:50.354811 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10915 | 2025.06.03 00:58:50.355198 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10916 | 2025.06.03 00:58:50.355290 [ 192 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10917 | 2025.06.03 00:58:50.355442 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.50 MiB. | ||
10918 | 2025.06.03 00:58:51.001164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 318.82 MiB, peak 332.70 MiB, free memory in arenas 0.00 B, will set to 326.27 MiB (RSS), difference: 7.45 MiB | ||
10919 | 2025.06.03 00:58:53.929516 [ 118 ] {} <Debug> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
10920 | 2025.06.03 00:58:53.929652 [ 118 ] {} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10921 | 2025.06.03 00:58:53.929692 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10922 | 2025.06.03 00:58:53.929872 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
10923 | 2025.06.03 00:58:53.930061 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10924 | 2025.06.03 00:58:53.930112 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part | ||
10925 | 2025.06.03 00:58:53.930213 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
10926 | 2025.06.03 00:58:53.930285 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
10927 | 2025.06.03 00:58:53.930348 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
10928 | 2025.06.03 00:58:53.930411 [ 199 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
10929 | 2025.06.03 00:58:53.931324 [ 188 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001523217 sec., 36764.2955665542 rows/sec., 3.07 MiB/sec. | ||
10930 | 2025.06.03 00:58:53.931576 [ 189 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
10931 | 2025.06.03 00:58:53.932097 [ 189 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10932 | 2025.06.03 00:58:53.932239 [ 189 ] {670d5af2-4cd0-4dee-bfa9-3d54b23987ac::all_1_14_3} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
10933 | 2025.06.03 00:58:53.932404 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10934 | 2025.06.03 00:58:54.317084 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10935 | 2025.06.03 00:58:54.317154 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10936 | 2025.06.03 00:58:54.484665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
10937 | 2025.06.03 00:58:54.485183 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10938 | 2025.06.03 00:58:54.485226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10939 | 2025.06.03 00:58:54.485702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10940 | 2025.06.03 00:58:54.485920 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10941 | 2025.06.03 00:58:54.486049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
10942 | 2025.06.03 00:58:55.331248 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10943 | 2025.06.03 00:58:55.331536 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10944 | 2025.06.03 00:58:55.331616 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10945 | 2025.06.03 00:58:55.332300 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10946 | 2025.06.03 00:58:55.332349 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10947 | 2025.06.03 00:58:55.332759 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
10948 | 2025.06.03 00:58:55.332984 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10949 | 2025.06.03 00:58:55.333136 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001679 sec., 66706.37284097678 rows/sec., 5.60 MiB/sec. | ||
10950 | 2025.06.03 00:58:55.333179 [ 261 ] {9848b4ae-8606-48cc-8cdf-66486ba57d9a} <Debug> TCPHandler: Processed in 0.002125486 sec. | ||
10951 | 2025.06.03 00:58:55.333298 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10952 | 2025.06.03 00:58:55.333393 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10953 | 2025.06.03 00:58:55.333434 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10954 | 2025.06.03 00:58:55.333822 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10955 | 2025.06.03 00:58:55.333859 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10956 | 2025.06.03 00:58:55.334161 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10957 | 2025.06.03 00:58:55.334374 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10958 | 2025.06.03 00:58:55.334502 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001127 sec., 24844.72049689441 rows/sec., 1.82 MiB/sec. | ||
10959 | 2025.06.03 00:58:55.334540 [ 261 ] {47e093ca-d5ea-4108-ae65-6bc8add5ef38} <Debug> TCPHandler: Processed in 0.00129257 sec. | ||
10960 | 2025.06.03 00:58:55.334645 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10961 | 2025.06.03 00:58:55.334739 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10962 | 2025.06.03 00:58:55.334778 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10963 | 2025.06.03 00:58:55.335192 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10964 | 2025.06.03 00:58:55.335229 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10965 | 2025.06.03 00:58:55.335537 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
10966 | 2025.06.03 00:58:55.335764 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2025.06.03 00:58:55.335893 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001172 sec., 78498.29351535835 rows/sec., 6.13 MiB/sec. | ||
10968 | 2025.06.03 00:58:55.335931 [ 261 ] {ce151c0f-cee0-41ea-8511-4d18c64f2e2c} <Debug> TCPHandler: Processed in 0.001336321 sec. | ||
10969 | 2025.06.03 00:58:55.336039 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10970 | 2025.06.03 00:58:55.336133 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10971 | 2025.06.03 00:58:55.336177 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10972 | 2025.06.03 00:58:55.336571 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10973 | 2025.06.03 00:58:55.336607 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10974 | 2025.06.03 00:58:55.336933 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
10975 | 2025.06.03 00:58:55.337145 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10976 | 2025.06.03 00:58:55.337273 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. | ||
10977 | 2025.06.03 00:58:55.337310 [ 261 ] {ec8474cf-74e1-493b-bbc7-45ccee5c9c68} <Debug> TCPHandler: Processed in 0.001321931 sec. | ||
10978 | 2025.06.03 00:58:55.337413 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10979 | 2025.06.03 00:58:55.337506 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10980 | 2025.06.03 00:58:55.337562 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10981 | 2025.06.03 00:58:55.338406 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10982 | 2025.06.03 00:58:55.338444 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10983 | 2025.06.03 00:58:55.338974 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10984 | 2025.06.03 00:58:55.339192 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10985 | 2025.06.03 00:58:55.339330 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001841 sec., 15209.125475285171 rows/sec., 27.25 MiB/sec. | ||
10986 | 2025.06.03 00:58:55.339385 [ 261 ] {c648b46c-ab5e-41b6-a35f-cd5658053b3e} <Debug> TCPHandler: Processed in 0.002021113 sec. | ||
10987 | 2025.06.03 00:58:55.339494 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10988 | 2025.06.03 00:58:55.339589 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10989 | 2025.06.03 00:58:55.339630 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10990 | 2025.06.03 00:58:55.339956 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10991 | 2025.06.03 00:58:55.339992 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10992 | 2025.06.03 00:58:55.340296 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
10993 | 2025.06.03 00:58:55.340506 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10994 | 2025.06.03 00:58:55.340632 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. | ||
10995 | 2025.06.03 00:58:55.340668 [ 261 ] {ac927c00-5771-4ea3-a27b-186cbc55a86b} <Debug> TCPHandler: Processed in 0.001223838 sec. | ||
10996 | 2025.06.03 00:58:56.088629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
10997 | 2025.06.03 00:58:56.103552 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10998 | 2025.06.03 00:58:56.103603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
10999 | 2025.06.03 00:58:56.109063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11000 | 2025.06.03 00:58:56.109720 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11001 | 2025.06.03 00:58:56.112396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
11002 | 2025.06.03 00:58:59.578359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1520 | ||
11003 | 2025.06.03 00:58:59.580616 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11004 | 2025.06.03 00:58:59.580677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11005 | 2025.06.03 00:58:59.581889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11006 | 2025.06.03 00:58:59.582180 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11007 | 2025.06.03 00:58:59.582338 [ 104 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11008 | 2025.06.03 00:58:59.582409 [ 104 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11009 | 2025.06.03 00:58:59.582432 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11010 | 2025.06.03 00:58:59.582555 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
11011 | 2025.06.03 00:58:59.582574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1520 | ||
11012 | 2025.06.03 00:58:59.583135 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11013 | 2025.06.03 00:58:59.583288 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1368 rows starting from the beginning of the part | ||
11014 | 2025.06.03 00:58:59.583654 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 38 rows starting from the beginning of the part | ||
11015 | 2025.06.03 00:58:59.583991 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
11016 | 2025.06.03 00:58:59.584323 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
11017 | 2025.06.03 00:58:59.584651 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
11018 | 2025.06.03 00:58:59.584995 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part | ||
11019 | 2025.06.03 00:58:59.591503 [ 199 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 72 columns (72 merged, 0 gathered) in 0.009007 sec., 168757.63295214833 rows/sec., 133.16 MiB/sec. | ||
11020 | 2025.06.03 00:58:59.593297 [ 197 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11021 | 2025.06.03 00:58:59.593932 [ 197 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11022 | 2025.06.03 00:58:59.594021 [ 197 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_46_9} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11023 | 2025.06.03 00:58:59.594376 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
11024 | 2025.06.03 00:59:00.329986 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11025 | 2025.06.03 00:59:00.330188 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11026 | 2025.06.03 00:59:00.330262 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11027 | 2025.06.03 00:59:00.330972 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11028 | 2025.06.03 00:59:00.331020 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11029 | 2025.06.03 00:59:00.331426 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11030 | 2025.06.03 00:59:00.331654 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11031 | 2025.06.03 00:59:00.331809 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001676 sec., 47732.6968973747 rows/sec., 3.93 MiB/sec. | ||
11032 | 2025.06.03 00:59:00.331851 [ 261 ] {0899a2cd-ede9-4bec-a7c2-b09cc5c659f1} <Debug> TCPHandler: Processed in 0.002004852 sec. | ||
11033 | 2025.06.03 00:59:00.331978 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11034 | 2025.06.03 00:59:00.332075 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11035 | 2025.06.03 00:59:00.332115 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11036 | 2025.06.03 00:59:00.332521 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11037 | 2025.06.03 00:59:00.332557 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11038 | 2025.06.03 00:59:00.332851 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11039 | 2025.06.03 00:59:00.333056 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11040 | 2025.06.03 00:59:00.333184 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 800.66 KiB/sec. | ||
11041 | 2025.06.03 00:59:00.333223 [ 261 ] {7bb1ed9d-51d0-42ef-a8cd-4cb9a61a51e9} <Debug> TCPHandler: Processed in 0.00129303 sec. | ||
11042 | 2025.06.03 00:59:00.333333 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11043 | 2025.06.03 00:59:00.333425 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11044 | 2025.06.03 00:59:00.333464 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11045 | 2025.06.03 00:59:00.333885 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11046 | 2025.06.03 00:59:00.333921 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11047 | 2025.06.03 00:59:00.334217 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11048 | 2025.06.03 00:59:00.334431 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11049 | 2025.06.03 00:59:00.334560 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001153 sec., 65915.00433651345 rows/sec., 5.15 MiB/sec. | ||
11050 | 2025.06.03 00:59:00.334598 [ 261 ] {e114b1f3-75d7-4b32-be1d-dc6b6e4e0ada} <Debug> TCPHandler: Processed in 0.00131156 sec. | ||
11051 | 2025.06.03 00:59:00.334706 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11052 | 2025.06.03 00:59:00.334797 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11053 | 2025.06.03 00:59:00.334840 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11054 | 2025.06.03 00:59:00.335251 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11055 | 2025.06.03 00:59:00.335287 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11056 | 2025.06.03 00:59:00.335616 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11057 | 2025.06.03 00:59:00.335823 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11058 | 2025.06.03 00:59:00.335954 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
11059 | 2025.06.03 00:59:00.335989 [ 261 ] {847ca58b-cd9d-4c20-86cc-dc7da63092ef} <Debug> TCPHandler: Processed in 0.001330342 sec. | ||
11060 | 2025.06.03 00:59:00.336088 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11061 | 2025.06.03 00:59:00.336179 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11062 | 2025.06.03 00:59:00.336233 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11063 | 2025.06.03 00:59:00.337018 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11064 | 2025.06.03 00:59:00.337052 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11065 | 2025.06.03 00:59:00.337563 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11066 | 2025.06.03 00:59:00.337782 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11067 | 2025.06.03 00:59:00.337916 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001755 sec., 6837.606837606837 rows/sec., 12.25 MiB/sec. | ||
11068 | 2025.06.03 00:59:00.337969 [ 261 ] {dd1c9f35-3345-47b6-a742-20db04d11128} <Debug> TCPHandler: Processed in 0.00192686 sec. | ||
11069 | 2025.06.03 00:59:00.338087 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11070 | 2025.06.03 00:59:00.338179 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11071 | 2025.06.03 00:59:00.338220 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11072 | 2025.06.03 00:59:00.338567 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11073 | 2025.06.03 00:59:00.338601 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11074 | 2025.06.03 00:59:00.338908 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11075 | 2025.06.03 00:59:00.339117 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11076 | 2025.06.03 00:59:00.339243 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
11077 | 2025.06.03 00:59:00.339278 [ 261 ] {1a1e9fe9-68b1-4a7b-bf02-bfe1f6dd25b4} <Debug> TCPHandler: Processed in 0.001239159 sec. | ||
11078 | 2025.06.03 00:59:01.987188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
11079 | 2025.06.03 00:59:01.987669 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11080 | 2025.06.03 00:59:01.987702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11081 | 2025.06.03 00:59:01.988178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11082 | 2025.06.03 00:59:01.988397 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11083 | 2025.06.03 00:59:01.988520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
11084 | 2025.06.03 00:59:03.613369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
11085 | 2025.06.03 00:59:03.631144 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11086 | 2025.06.03 00:59:03.631220 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11087 | 2025.06.03 00:59:03.636968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11088 | 2025.06.03 00:59:03.637678 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11089 | 2025.06.03 00:59:03.640687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
11090 | 2025.06.03 00:59:05.331295 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11091 | 2025.06.03 00:59:05.331589 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11092 | 2025.06.03 00:59:05.331701 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11093 | 2025.06.03 00:59:05.332526 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11094 | 2025.06.03 00:59:05.332577 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11095 | 2025.06.03 00:59:05.332997 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
11096 | 2025.06.03 00:59:05.333248 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11097 | 2025.06.03 00:59:05.333406 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001895 sec., 59102.902374670186 rows/sec., 4.96 MiB/sec. | ||
11098 | 2025.06.03 00:59:05.333414 [ 94 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
11099 | 2025.06.03 00:59:05.333452 [ 261 ] {50b7122a-9fd9-4087-bf4d-3f37087842a8} <Debug> TCPHandler: Processed in 0.002349723 sec. | ||
11100 | 2025.06.03 00:59:05.333491 [ 94 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11101 | 2025.06.03 00:59:05.333522 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11102 | 2025.06.03 00:59:05.333603 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11103 | 2025.06.03 00:59:05.333658 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
11104 | 2025.06.03 00:59:05.333703 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11105 | 2025.06.03 00:59:05.333753 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11106 | 2025.06.03 00:59:05.333817 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11107 | 2025.06.03 00:59:05.333854 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1968 rows starting from the beginning of the part | ||
11108 | 2025.06.03 00:59:05.333920 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
11109 | 2025.06.03 00:59:05.333967 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 80 rows starting from the beginning of the part | ||
11110 | 2025.06.03 00:59:05.334008 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 112 rows starting from the beginning of the part | ||
11111 | 2025.06.03 00:59:05.334049 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 80 rows starting from the beginning of the part | ||
11112 | 2025.06.03 00:59:05.334089 [ 196 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 112 rows starting from the beginning of the part | ||
11113 | 2025.06.03 00:59:05.334184 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11114 | 2025.06.03 00:59:05.334228 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11115 | 2025.06.03 00:59:05.334564 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11116 | 2025.06.03 00:59:05.334794 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11117 | 2025.06.03 00:59:05.334936 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001251 sec., 22382.09432454037 rows/sec., 1.64 MiB/sec. | ||
11118 | 2025.06.03 00:59:05.334975 [ 261 ] {0b4b4560-7ab1-400b-921b-0bfa6f0fb384} <Debug> TCPHandler: Processed in 0.001424055 sec. | ||
11119 | 2025.06.03 00:59:05.335089 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11120 | 2025.06.03 00:59:05.335183 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11121 | 2025.06.03 00:59:05.335223 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11122 | 2025.06.03 00:59:05.335318 [ 199 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.001722364 sec., 1398078.45496074 rows/sec., 120.14 MiB/sec. | ||
11123 | 2025.06.03 00:59:05.335586 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
11124 | 2025.06.03 00:59:05.335656 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11125 | 2025.06.03 00:59:05.335692 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11126 | 2025.06.03 00:59:05.335855 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11127 | 2025.06.03 00:59:05.335923 [ 193 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_106_21} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
11128 | 2025.06.03 00:59:05.336018 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
11129 | 2025.06.03 00:59:05.336021 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
11130 | 2025.06.03 00:59:05.336237 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11131 | 2025.06.03 00:59:05.336358 [ 94 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
11132 | 2025.06.03 00:59:05.336366 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.0012 sec., 76666.66666666667 rows/sec., 5.99 MiB/sec. | ||
11133 | 2025.06.03 00:59:05.336394 [ 94 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11134 | 2025.06.03 00:59:05.336418 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11135 | 2025.06.03 00:59:05.336419 [ 261 ] {82e85a02-343c-4927-bc3f-3042c997a862} <Debug> TCPHandler: Processed in 0.001379713 sec. | ||
11136 | 2025.06.03 00:59:05.336503 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
11137 | 2025.06.03 00:59:05.336547 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11138 | 2025.06.03 00:59:05.336603 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11139 | 2025.06.03 00:59:05.336632 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 952 rows starting from the beginning of the part | ||
11140 | 2025.06.03 00:59:05.336647 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11141 | 2025.06.03 00:59:05.336678 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
11142 | 2025.06.03 00:59:05.336696 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11143 | 2025.06.03 00:59:05.336720 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 76 rows starting from the beginning of the part | ||
11144 | 2025.06.03 00:59:05.336760 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 92 rows starting from the beginning of the part | ||
11145 | 2025.06.03 00:59:05.336795 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 76 rows starting from the beginning of the part | ||
11146 | 2025.06.03 00:59:05.336828 [ 196 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 92 rows starting from the beginning of the part | ||
11147 | 2025.06.03 00:59:05.337129 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11148 | 2025.06.03 00:59:05.337171 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11149 | 2025.06.03 00:59:05.337532 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
11150 | 2025.06.03 00:59:05.337661 [ 187 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001188747 sec., 1137331.9974729693 rows/sec., 89.28 MiB/sec. | ||
11151 | 2025.06.03 00:59:05.337763 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11152 | 2025.06.03 00:59:05.337891 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
11153 | 2025.06.03 00:59:05.337899 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
11154 | 2025.06.03 00:59:05.337908 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. | ||
11155 | 2025.06.03 00:59:05.337933 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11156 | 2025.06.03 00:59:05.337970 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11157 | 2025.06.03 00:59:05.337974 [ 261 ] {a7cf142a-dd8a-4205-92e2-d2707211cbb2} <Debug> TCPHandler: Processed in 0.001475266 sec. | ||
11158 | 2025.06.03 00:59:05.338065 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
11159 | 2025.06.03 00:59:05.338105 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11160 | 2025.06.03 00:59:05.338197 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11161 | 2025.06.03 00:59:05.338205 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11162 | 2025.06.03 00:59:05.338243 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28836 rows starting from the beginning of the part | ||
11163 | 2025.06.03 00:59:05.338261 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11164 | 2025.06.03 00:59:05.338277 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11165 | 2025.06.03 00:59:05.338315 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 96 rows starting from the beginning of the part | ||
11166 | 2025.06.03 00:59:05.338361 [ 186 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_106_21} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
11167 | 2025.06.03 00:59:05.338366 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
11168 | 2025.06.03 00:59:05.338427 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
11169 | 2025.06.03 00:59:05.338470 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
11170 | 2025.06.03 00:59:05.338474 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
11171 | 2025.06.03 00:59:05.338519 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
11172 | 2025.06.03 00:59:05.339161 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11173 | 2025.06.03 00:59:05.339203 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11174 | 2025.06.03 00:59:05.339804 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11175 | 2025.06.03 00:59:05.340057 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11176 | 2025.06.03 00:59:05.340203 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002016 sec., 13888.888888888889 rows/sec., 24.89 MiB/sec. | ||
11177 | 2025.06.03 00:59:05.340260 [ 261 ] {ceb1dfc4-b543-4cfa-b7df-9d9c3d4b44a3} <Debug> TCPHandler: Processed in 0.002204159 sec. | ||
11178 | 2025.06.03 00:59:05.340378 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11179 | 2025.06.03 00:59:05.340473 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11180 | 2025.06.03 00:59:05.340516 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11181 | 2025.06.03 00:59:05.340863 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11182 | 2025.06.03 00:59:05.340900 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11183 | 2025.06.03 00:59:05.341238 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
11184 | 2025.06.03 00:59:05.341461 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11185 | 2025.06.03 00:59:05.341589 [ 96 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
11186 | 2025.06.03 00:59:05.341598 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. | ||
11187 | 2025.06.03 00:59:05.341637 [ 96 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11188 | 2025.06.03 00:59:05.341654 [ 261 ] {2d52483c-f290-4cc3-92ee-e417ac890048} <Debug> TCPHandler: Processed in 0.001325491 sec. | ||
11189 | 2025.06.03 00:59:05.341663 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11190 | 2025.06.03 00:59:05.341750 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
11191 | 2025.06.03 00:59:05.341850 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11192 | 2025.06.03 00:59:05.341878 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5298 rows starting from the beginning of the part | ||
11193 | 2025.06.03 00:59:05.341928 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 36 rows starting from the beginning of the part | ||
11194 | 2025.06.03 00:59:05.341970 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
11195 | 2025.06.03 00:59:05.342007 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
11196 | 2025.06.03 00:59:05.342050 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
11197 | 2025.06.03 00:59:05.342086 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
11198 | 2025.06.03 00:59:05.343590 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5574 rows, containing 4 columns (4 merged, 0 gathered) in 0.001871738 sec., 2977980.8926249295 rows/sec., 200.18 MiB/sec. | ||
11199 | 2025.06.03 00:59:05.344101 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
11200 | 2025.06.03 00:59:05.344191 [ 186 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29572 rows, containing 5 columns (5 merged, 0 gathered) in 0.006164922 sec., 4796816.569617588 rows/sec., 328.49 MiB/sec. | ||
11201 | 2025.06.03 00:59:05.344417 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11202 | 2025.06.03 00:59:05.344507 [ 194 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_106_21} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
11203 | 2025.06.03 00:59:05.344551 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
11204 | 2025.06.03 00:59:05.344598 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
11205 | 2025.06.03 00:59:05.344820 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11206 | 2025.06.03 00:59:05.344898 [ 199 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
11207 | 2025.06.03 00:59:05.344972 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
11208 | 2025.06.03 00:59:09.317212 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11209 | 2025.06.03 00:59:09.317286 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11210 | 2025.06.03 00:59:09.489576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
11211 | 2025.06.03 00:59:09.490073 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11212 | 2025.06.03 00:59:09.490107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11213 | 2025.06.03 00:59:09.490597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11214 | 2025.06.03 00:59:09.490820 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11215 | 2025.06.03 00:59:09.490943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
11216 | 2025.06.03 00:59:09.583652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1544 | ||
11217 | 2025.06.03 00:59:09.585876 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11218 | 2025.06.03 00:59:09.585921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11219 | 2025.06.03 00:59:09.587119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11220 | 2025.06.03 00:59:09.587389 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11221 | 2025.06.03 00:59:09.587757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544 | ||
11222 | 2025.06.03 00:59:10.002269 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000932679 sec. | ||
11223 | 2025.06.03 00:59:10.336291 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11224 | 2025.06.03 00:59:10.336493 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11225 | 2025.06.03 00:59:10.336566 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11226 | 2025.06.03 00:59:10.337399 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11227 | 2025.06.03 00:59:10.337460 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11228 | 2025.06.03 00:59:10.337929 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11229 | 2025.06.03 00:59:10.338171 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11230 | 2025.06.03 00:59:10.338352 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001911 sec., 110936.6823652538 rows/sec., 7.06 MiB/sec. | ||
11231 | 2025.06.03 00:59:10.338412 [ 261 ] {08f2d3b3-d866-443a-96d5-c567ba51a4e2} <Debug> TCPHandler: Processed in 0.00226253 sec. | ||
11232 | 2025.06.03 00:59:10.338553 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11233 | 2025.06.03 00:59:10.338664 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11234 | 2025.06.03 00:59:10.338712 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11235 | 2025.06.03 00:59:10.339512 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2025.06.03 00:59:10.339553 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11237 | 2025.06.03 00:59:10.339930 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
11238 | 2025.06.03 00:59:10.340147 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11239 | 2025.06.03 00:59:10.340295 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001658 sec., 386610.37394451146 rows/sec., 30.46 MiB/sec. | ||
11240 | 2025.06.03 00:59:10.340340 [ 261 ] {ccb0c401-fe14-46e9-84fa-e0756ec9cb02} <Debug> TCPHandler: Processed in 0.001841197 sec. | ||
11241 | 2025.06.03 00:59:10.340465 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11242 | 2025.06.03 00:59:10.340567 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11243 | 2025.06.03 00:59:10.340609 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11244 | 2025.06.03 00:59:10.341099 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11245 | 2025.06.03 00:59:10.341139 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11246 | 2025.06.03 00:59:10.341481 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11247 | 2025.06.03 00:59:10.341801 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11248 | 2025.06.03 00:59:10.341992 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001446 sec., 81604.42600276625 rows/sec., 4.92 MiB/sec. | ||
11249 | 2025.06.03 00:59:10.342044 [ 261 ] {c59f74df-bc29-4ead-b00c-ceb67da7ca8b} <Debug> TCPHandler: Processed in 0.001630281 sec. | ||
11250 | 2025.06.03 00:59:10.342280 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11251 | 2025.06.03 00:59:10.342400 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11252 | 2025.06.03 00:59:10.342458 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11253 | 2025.06.03 00:59:10.343119 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11254 | 2025.06.03 00:59:10.343167 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11255 | 2025.06.03 00:59:10.343627 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11256 | 2025.06.03 00:59:10.343947 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11257 | 2025.06.03 00:59:10.344132 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001757 sec., 64314.171883892996 rows/sec., 4.16 MiB/sec. | ||
11258 | 2025.06.03 00:59:10.344185 [ 261 ] {93d58e2c-5899-4023-a5cf-032a54716d25} <Debug> TCPHandler: Processed in 0.001969401 sec. | ||
11259 | 2025.06.03 00:59:10.344327 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11260 | 2025.06.03 00:59:10.344434 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11261 | 2025.06.03 00:59:10.344476 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11262 | 2025.06.03 00:59:10.344957 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11263 | 2025.06.03 00:59:10.344998 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11264 | 2025.06.03 00:59:10.345401 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11265 | 2025.06.03 00:59:10.345682 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11266 | 2025.06.03 00:59:10.345857 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001443 sec., 77616.07761607761 rows/sec., 4.42 MiB/sec. | ||
11267 | 2025.06.03 00:59:10.345899 [ 261 ] {79f95129-e231-49f2-8814-dd0c1c9060cf} <Debug> TCPHandler: Processed in 0.001624641 sec. | ||
11268 | 2025.06.03 00:59:10.346051 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11269 | 2025.06.03 00:59:10.346148 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11270 | 2025.06.03 00:59:10.346190 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11271 | 2025.06.03 00:59:10.346836 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11272 | 2025.06.03 00:59:10.346878 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11273 | 2025.06.03 00:59:10.347215 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
11274 | 2025.06.03 00:59:10.347450 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11275 | 2025.06.03 00:59:10.347607 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001477 sec., 266756.93974272173 rows/sec., 18.87 MiB/sec. | ||
11276 | 2025.06.03 00:59:10.347658 [ 261 ] {daa76781-10fe-4388-9bc4-c2dcdfa3bceb} <Debug> TCPHandler: Processed in 0.001657021 sec. | ||
11277 | 2025.06.03 00:59:10.348082 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11278 | 2025.06.03 00:59:10.348203 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11279 | 2025.06.03 00:59:10.348261 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11280 | 2025.06.03 00:59:10.348755 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11281 | 2025.06.03 00:59:10.348805 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11282 | 2025.06.03 00:59:10.349230 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
11283 | 2025.06.03 00:59:10.349494 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Trace> oximeter.measurements_bool (fa054353-5ca9-45bd-9714-40374b9d184a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11284 | 2025.06.03 00:59:10.349663 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
11285 | 2025.06.03 00:59:10.349714 [ 261 ] {270bdffc-e00e-48bd-af00-7459c1f4e9a3} <Debug> TCPHandler: Processed in 0.001694533 sec. | ||
11286 | 2025.06.03 00:59:10.349865 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11287 | 2025.06.03 00:59:10.349983 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11288 | 2025.06.03 00:59:10.350033 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11289 | 2025.06.03 00:59:10.350605 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11290 | 2025.06.03 00:59:10.350657 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11291 | 2025.06.03 00:59:10.351139 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
11292 | 2025.06.03 00:59:10.351445 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2025.06.03 00:59:10.351641 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
11294 | 2025.06.03 00:59:10.351699 [ 261 ] {db31c8e8-85f2-47ee-835a-d3ffbf725584} <Debug> TCPHandler: Processed in 0.001898449 sec. | ||
11295 | 2025.06.03 00:59:10.351867 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11296 | 2025.06.03 00:59:10.352004 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11297 | 2025.06.03 00:59:10.352065 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11298 | 2025.06.03 00:59:10.352513 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11299 | 2025.06.03 00:59:10.352561 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11300 | 2025.06.03 00:59:10.352997 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
11301 | 2025.06.03 00:59:10.353329 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Trace> oximeter.measurements_f64 (9bfd4732-357a-41ab-872a-25d13d710f0d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11302 | 2025.06.03 00:59:10.353509 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec. | ||
11303 | 2025.06.03 00:59:10.353561 [ 261 ] {75e267c2-d99f-4b77-91df-2476917ba59c} <Debug> TCPHandler: Processed in 0.001762904 sec. | ||
11304 | 2025.06.03 00:59:10.353708 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11305 | 2025.06.03 00:59:10.353827 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11306 | 2025.06.03 00:59:10.353906 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11307 | 2025.06.03 00:59:10.355068 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11308 | 2025.06.03 00:59:10.355119 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11309 | 2025.06.03 00:59:10.355921 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11310 | 2025.06.03 00:59:10.356229 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11311 | 2025.06.03 00:59:10.356429 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002625 sec., 4571.428571428572 rows/sec., 8.19 MiB/sec. | ||
11312 | 2025.06.03 00:59:10.356545 [ 261 ] {4923d22a-4e9a-4635-bf16-a51c86021b27} <Debug> TCPHandler: Processed in 0.00289772 sec. | ||
11313 | 2025.06.03 00:59:10.357110 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11314 | 2025.06.03 00:59:10.357342 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11315 | 2025.06.03 00:59:10.357430 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11316 | 2025.06.03 00:59:10.358155 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11317 | 2025.06.03 00:59:10.358209 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11318 | 2025.06.03 00:59:10.358621 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
11319 | 2025.06.03 00:59:10.358918 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11320 | 2025.06.03 00:59:10.359086 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001818 sec., 45104.510451045106 rows/sec., 2.86 MiB/sec. | ||
11321 | 2025.06.03 00:59:10.359134 [ 261 ] {e079cd2b-2824-4ed1-b8b9-f49f7d13f3e3} <Debug> TCPHandler: Processed in 0.002361524 sec. | ||
11322 | 2025.06.03 00:59:11.141678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
11323 | 2025.06.03 00:59:11.158915 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11324 | 2025.06.03 00:59:11.158992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11325 | 2025.06.03 00:59:11.165459 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11326 | 2025.06.03 00:59:11.166222 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11327 | 2025.06.03 00:59:11.170033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
11328 | 2025.06.03 00:59:12.719847 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11329 | 2025.06.03 00:59:12.720043 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11330 | 2025.06.03 00:59:12.720111 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11331 | 2025.06.03 00:59:12.721371 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11332 | 2025.06.03 00:59:12.721420 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11333 | 2025.06.03 00:59:12.721872 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
11334 | 2025.06.03 00:59:12.722098 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11335 | 2025.06.03 00:59:12.722252 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.002258 sec., 554472.9849424269 rows/sec., 45.73 MiB/sec. | ||
11336 | 2025.06.03 00:59:12.722295 [ 261 ] {10ad3295-5c16-4d57-bfc8-2654d112c65e} <Debug> TCPHandler: Processed in 0.002592111 sec. | ||
11337 | 2025.06.03 00:59:12.722414 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11338 | 2025.06.03 00:59:12.722508 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11339 | 2025.06.03 00:59:12.722549 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11340 | 2025.06.03 00:59:12.722954 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2025.06.03 00:59:12.722990 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11342 | 2025.06.03 00:59:12.723285 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11343 | 2025.06.03 00:59:12.723492 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2025.06.03 00:59:12.723620 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001131 sec., 24756.85234305924 rows/sec., 1.82 MiB/sec. | ||
11345 | 2025.06.03 00:59:12.723627 [ 83 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11346 | 2025.06.03 00:59:12.723658 [ 261 ] {bcae8e34-ea33-40cb-8b09-e179c705ac0a} <Debug> TCPHandler: Processed in 0.00129445 sec. | ||
11347 | 2025.06.03 00:59:12.723697 [ 83 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11348 | 2025.06.03 00:59:12.723724 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11349 | 2025.06.03 00:59:12.723776 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11350 | 2025.06.03 00:59:12.723816 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
11351 | 2025.06.03 00:59:12.723873 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11352 | 2025.06.03 00:59:12.723911 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11353 | 2025.06.03 00:59:12.723912 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11354 | 2025.06.03 00:59:12.723943 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 178 rows starting from the beginning of the part | ||
11355 | 2025.06.03 00:59:12.724004 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 28 rows starting from the beginning of the part | ||
11356 | 2025.06.03 00:59:12.724051 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part | ||
11357 | 2025.06.03 00:59:12.724094 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 28 rows starting from the beginning of the part | ||
11358 | 2025.06.03 00:59:12.724137 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 118 rows starting from the beginning of the part | ||
11359 | 2025.06.03 00:59:12.724176 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 28 rows starting from the beginning of the part | ||
11360 | 2025.06.03 00:59:12.724400 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11361 | 2025.06.03 00:59:12.724435 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11362 | 2025.06.03 00:59:12.724743 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11363 | 2025.06.03 00:59:12.724967 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11364 | 2025.06.03 00:59:12.724972 [ 194 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192487 sec., 328724.75758645585 rows/sec., 22.76 MiB/sec. | ||
11365 | 2025.06.03 00:59:12.725098 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001243 sec., 183427.19227674982 rows/sec., 12.42 MiB/sec. | ||
11366 | 2025.06.03 00:59:12.725140 [ 261 ] {2ac8e035-bbea-461b-b09d-97eec4458852} <Debug> TCPHandler: Processed in 0.001411033 sec. | ||
11367 | 2025.06.03 00:59:12.725168 [ 194 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11368 | 2025.06.03 00:59:12.725251 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11369 | 2025.06.03 00:59:12.725349 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11370 | 2025.06.03 00:59:12.725390 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11371 | 2025.06.03 00:59:12.725500 [ 194 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11372 | 2025.06.03 00:59:12.725602 [ 194 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_91_18} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11373 | 2025.06.03 00:59:12.725701 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
11374 | 2025.06.03 00:59:12.726003 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2025.06.03 00:59:12.726044 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11376 | 2025.06.03 00:59:12.726370 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
11377 | 2025.06.03 00:59:12.726577 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11378 | 2025.06.03 00:59:12.726706 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.001375 sec., 398545.4545454546 rows/sec., 29.58 MiB/sec. | ||
11379 | 2025.06.03 00:59:12.726742 [ 261 ] {af9ffd17-630d-4396-8796-0bcced973e6c} <Debug> TCPHandler: Processed in 0.001539688 sec. | ||
11380 | 2025.06.03 00:59:12.726854 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11381 | 2025.06.03 00:59:12.726946 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11382 | 2025.06.03 00:59:12.726990 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11383 | 2025.06.03 00:59:12.727577 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11384 | 2025.06.03 00:59:12.727611 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11385 | 2025.06.03 00:59:12.727988 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
11386 | 2025.06.03 00:59:12.728203 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11387 | 2025.06.03 00:59:12.728328 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Debug> executeQuery: Read 940 rows, 64.53 KiB in 0.001399 sec., 671908.5060757684 rows/sec., 45.04 MiB/sec. | ||
11388 | 2025.06.03 00:59:12.728364 [ 261 ] {06f38bc7-9294-4f80-b454-d3d19e2aa98b} <Debug> TCPHandler: Processed in 0.001558198 sec. | ||
11389 | 2025.06.03 00:59:12.728475 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11390 | 2025.06.03 00:59:12.728568 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11391 | 2025.06.03 00:59:12.728624 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11392 | 2025.06.03 00:59:12.729438 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11393 | 2025.06.03 00:59:12.729473 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11394 | 2025.06.03 00:59:12.729998 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11395 | 2025.06.03 00:59:12.730228 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11396 | 2025.06.03 00:59:12.730349 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11397 | 2025.06.03 00:59:12.730363 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001813 sec., 15444.015444015444 rows/sec., 27.67 MiB/sec. | ||
11398 | 2025.06.03 00:59:12.730388 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11399 | 2025.06.03 00:59:12.730408 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11400 | 2025.06.03 00:59:12.730420 [ 261 ] {66231d2c-1fc7-433b-a4c3-2af0f0218bef} <Debug> TCPHandler: Processed in 0.001993792 sec. | ||
11401 | 2025.06.03 00:59:12.730471 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
11402 | 2025.06.03 00:59:12.730533 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11403 | 2025.06.03 00:59:12.730627 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11404 | 2025.06.03 00:59:12.730639 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11405 | 2025.06.03 00:59:12.730668 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11406 | 2025.06.03 00:59:12.730689 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1675 rows starting from the beginning of the part | ||
11407 | 2025.06.03 00:59:12.730794 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 28 rows starting from the beginning of the part | ||
11408 | 2025.06.03 00:59:12.730896 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part | ||
11409 | 2025.06.03 00:59:12.730998 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11410 | 2025.06.03 00:59:12.730999 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 28 rows starting from the beginning of the part | ||
11411 | 2025.06.03 00:59:12.731033 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11412 | 2025.06.03 00:59:12.731112 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 12 rows starting from the beginning of the part | ||
11413 | 2025.06.03 00:59:12.731209 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 28 rows starting from the beginning of the part | ||
11414 | 2025.06.03 00:59:12.731358 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
11415 | 2025.06.03 00:59:12.731594 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11416 | 2025.06.03 00:59:12.731730 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001121 sec., 30330.062444246207 rows/sec., 2.05 MiB/sec. | ||
11417 | 2025.06.03 00:59:12.731765 [ 261 ] {789a01c2-f4e5-4806-992f-24f91aa96152} <Debug> TCPHandler: Processed in 0.00127971 sec. | ||
11418 | 2025.06.03 00:59:12.739404 [ 186 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1783 rows, containing 19 columns (19 merged, 0 gathered) in 0.008959168 sec., 199014.01558716167 rows/sec., 356.62 MiB/sec. | ||
11419 | 2025.06.03 00:59:12.741542 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11420 | 2025.06.03 00:59:12.741965 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11421 | 2025.06.03 00:59:12.742074 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11422 | 2025.06.03 00:59:12.742255 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.14 MiB. | ||
11423 | 2025.06.03 00:59:13.001130 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 327.82 MiB, peak 344.92 MiB, free memory in arenas 0.00 B, will set to 330.88 MiB (RSS), difference: 3.05 MiB | ||
11424 | 2025.06.03 00:59:15.325749 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11425 | 2025.06.03 00:59:15.325942 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11426 | 2025.06.03 00:59:15.326009 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11427 | 2025.06.03 00:59:15.326668 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11428 | 2025.06.03 00:59:15.326706 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11429 | 2025.06.03 00:59:15.327105 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
11430 | 2025.06.03 00:59:15.327333 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11431 | 2025.06.03 00:59:15.327483 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.68 MiB/sec. | ||
11432 | 2025.06.03 00:59:15.327525 [ 261 ] {4fc81199-03af-4da5-abde-bd259ffb8241} <Debug> TCPHandler: Processed in 0.001907719 sec. | ||
11433 | 2025.06.03 00:59:15.327641 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11434 | 2025.06.03 00:59:15.327737 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11435 | 2025.06.03 00:59:15.327780 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11436 | 2025.06.03 00:59:15.328200 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11437 | 2025.06.03 00:59:15.328236 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11438 | 2025.06.03 00:59:15.328555 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
11439 | 2025.06.03 00:59:15.328772 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11440 | 2025.06.03 00:59:15.328905 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. | ||
11441 | 2025.06.03 00:59:15.328941 [ 261 ] {efe53076-0c1b-4f55-b618-fd4fdba10e67} <Debug> TCPHandler: Processed in 0.001349732 sec. | ||
11442 | 2025.06.03 00:59:15.329054 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11443 | 2025.06.03 00:59:15.329148 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11444 | 2025.06.03 00:59:15.329192 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11445 | 2025.06.03 00:59:15.329559 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11446 | 2025.06.03 00:59:15.329593 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11447 | 2025.06.03 00:59:15.329935 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
11448 | 2025.06.03 00:59:15.330154 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11449 | 2025.06.03 00:59:15.330281 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001152 sec., 57291.666666666664 rows/sec., 4.00 MiB/sec. | ||
11450 | 2025.06.03 00:59:15.330318 [ 261 ] {9c8d9484-4ec5-446c-922a-f6735f81011e} <Debug> TCPHandler: Processed in 0.00131231 sec. | ||
11451 | 2025.06.03 00:59:15.330429 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11452 | 2025.06.03 00:59:15.330523 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11453 | 2025.06.03 00:59:15.330564 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11454 | 2025.06.03 00:59:15.330889 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11455 | 2025.06.03 00:59:15.330923 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11456 | 2025.06.03 00:59:15.331234 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
11457 | 2025.06.03 00:59:15.331448 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11458 | 2025.06.03 00:59:15.331575 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.00107 sec., 24299.065420560746 rows/sec., 1.63 MiB/sec. | ||
11459 | 2025.06.03 00:59:15.331610 [ 261 ] {0cbfb68b-8ced-4b6f-a026-23b683da7386} <Debug> TCPHandler: Processed in 0.001229409 sec. | ||
11460 | 2025.06.03 00:59:16.991917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
11461 | 2025.06.03 00:59:16.992420 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11462 | 2025.06.03 00:59:16.992467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
11463 | 2025.06.03 00:59:16.992978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11464 | 2025.06.03 00:59:16.993217 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11465 | 2025.06.03 00:59:16.993358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
11466 | 2025.06.03 00:59:18.670954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
11467 | 2025.06.03 00:59:18.689187 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11468 | 2025.06.03 00:59:18.689256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11469 | 2025.06.03 00:59:18.695643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11470 | 2025.06.03 00:59:18.696390 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11471 | 2025.06.03 00:59:18.699970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
11472 | 2025.06.03 00:59:19.588698 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1588 | ||
11473 | 2025.06.03 00:59:19.591269 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11474 | 2025.06.03 00:59:19.591309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11475 | 2025.06.03 00:59:19.592529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11476 | 2025.06.03 00:59:19.592799 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11477 | 2025.06.03 00:59:19.593088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1588 | ||
11478 | 2025.06.03 00:59:20.329819 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11479 | 2025.06.03 00:59:20.330018 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11480 | 2025.06.03 00:59:20.330091 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11481 | 2025.06.03 00:59:20.330759 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11482 | 2025.06.03 00:59:20.330806 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11483 | 2025.06.03 00:59:20.331226 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
11484 | 2025.06.03 00:59:20.331454 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11485 | 2025.06.03 00:59:20.331606 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001642 sec., 48721.071863581 rows/sec., 4.01 MiB/sec. | ||
11486 | 2025.06.03 00:59:20.331651 [ 261 ] {4769b8e0-4414-4237-a854-87d9df68296b} <Debug> TCPHandler: Processed in 0.001969771 sec. | ||
11487 | 2025.06.03 00:59:20.331776 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11488 | 2025.06.03 00:59:20.331869 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11489 | 2025.06.03 00:59:20.331910 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11490 | 2025.06.03 00:59:20.332303 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11491 | 2025.06.03 00:59:20.332363 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11492 | 2025.06.03 00:59:20.332678 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11493 | 2025.06.03 00:59:20.332885 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11494 | 2025.06.03 00:59:20.333011 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001161 sec., 10335.917312661499 rows/sec., 777.21 KiB/sec. | ||
11495 | 2025.06.03 00:59:20.333049 [ 261 ] {2501713f-e120-4c97-a933-b9dac7ed2b90} <Debug> TCPHandler: Processed in 0.001320361 sec. | ||
11496 | 2025.06.03 00:59:20.333160 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11497 | 2025.06.03 00:59:20.333251 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11498 | 2025.06.03 00:59:20.333290 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11499 | 2025.06.03 00:59:20.333705 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11500 | 2025.06.03 00:59:20.333740 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11501 | 2025.06.03 00:59:20.334040 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
11502 | 2025.06.03 00:59:20.334248 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11503 | 2025.06.03 00:59:20.334374 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001141 sec., 66608.23838737949 rows/sec., 5.20 MiB/sec. | ||
11504 | 2025.06.03 00:59:20.334410 [ 261 ] {d05fd757-ff4f-4488-8ae3-7d601ae9f66f} <Debug> TCPHandler: Processed in 0.001297361 sec. | ||
11505 | 2025.06.03 00:59:20.334517 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11506 | 2025.06.03 00:59:20.334609 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11507 | 2025.06.03 00:59:20.334651 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11508 | 2025.06.03 00:59:20.335053 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11509 | 2025.06.03 00:59:20.335088 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11510 | 2025.06.03 00:59:20.335414 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
11511 | 2025.06.03 00:59:20.335622 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11512 | 2025.06.03 00:59:20.335755 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. | ||
11513 | 2025.06.03 00:59:20.335792 [ 261 ] {e98b8785-1dd6-4c69-a040-51c6f27c3407} <Debug> TCPHandler: Processed in 0.001321902 sec. | ||
11514 | 2025.06.03 00:59:20.335896 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11515 | 2025.06.03 00:59:20.335986 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11516 | 2025.06.03 00:59:20.336041 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11517 | 2025.06.03 00:59:20.336822 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11518 | 2025.06.03 00:59:20.336858 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11519 | 2025.06.03 00:59:20.337372 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11520 | 2025.06.03 00:59:20.337602 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11521 | 2025.06.03 00:59:20.337741 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001772 sec., 6772.009029345373 rows/sec., 12.14 MiB/sec. | ||
11522 | 2025.06.03 00:59:20.337794 [ 261 ] {eebc4644-2121-46e1-b1d5-fe17fbef1c10} <Debug> TCPHandler: Processed in 0.001944041 sec. | ||
11523 | 2025.06.03 00:59:20.337902 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11524 | 2025.06.03 00:59:20.337993 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11525 | 2025.06.03 00:59:20.338034 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11526 | 2025.06.03 00:59:20.338369 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11527 | 2025.06.03 00:59:20.338404 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11528 | 2025.06.03 00:59:20.338702 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
11529 | 2025.06.03 00:59:20.338911 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11530 | 2025.06.03 00:59:20.339043 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
11531 | 2025.06.03 00:59:20.339078 [ 261 ] {04859baf-1847-4df7-9b51-c349c0c85eac} <Debug> TCPHandler: Processed in 0.001223178 sec. | ||
11532 | 2025.06.03 00:59:24.317550 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11533 | 2025.06.03 00:59:24.317655 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11534 | 2025.06.03 00:59:24.494402 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
11535 | 2025.06.03 00:59:24.494907 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11536 | 2025.06.03 00:59:24.494942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11537 | 2025.06.03 00:59:24.495409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11538 | 2025.06.03 00:59:24.495635 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11539 | 2025.06.03 00:59:24.495761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
11540 | 2025.06.03 00:59:24.495788 [ 58 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11541 | 2025.06.03 00:59:24.495837 [ 58 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11542 | 2025.06.03 00:59:24.495856 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11543 | 2025.06.03 00:59:24.495964 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
11544 | 2025.06.03 00:59:24.496081 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11545 | 2025.06.03 00:59:24.496126 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
11546 | 2025.06.03 00:59:24.496186 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
11547 | 2025.06.03 00:59:24.496232 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
11548 | 2025.06.03 00:59:24.496272 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
11549 | 2025.06.03 00:59:24.496308 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
11550 | 2025.06.03 00:59:24.496347 [ 198 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
11551 | 2025.06.03 00:59:24.498504 [ 192 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.00258266 sec., 11715053.472001735 rows/sec., 167.59 MiB/sec. | ||
11552 | 2025.06.03 00:59:24.498787 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11553 | 2025.06.03 00:59:24.499056 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11554 | 2025.06.03 00:59:24.499122 [ 190 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_66_13} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11555 | 2025.06.03 00:59:24.499198 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
11556 | 2025.06.03 00:59:25.331212 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11557 | 2025.06.03 00:59:25.331472 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11558 | 2025.06.03 00:59:25.331535 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11559 | 2025.06.03 00:59:25.332210 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11560 | 2025.06.03 00:59:25.332253 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11561 | 2025.06.03 00:59:25.332657 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
11562 | 2025.06.03 00:59:25.332888 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11563 | 2025.06.03 00:59:25.333039 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001619 sec., 69178.50525015441 rows/sec., 5.81 MiB/sec. | ||
11564 | 2025.06.03 00:59:25.333082 [ 261 ] {a0eed041-aa75-452b-897b-1f705e42f2b7} <Debug> TCPHandler: Processed in 0.002051194 sec. | ||
11565 | 2025.06.03 00:59:25.333108 [ 56 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
11566 | 2025.06.03 00:59:25.333207 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11567 | 2025.06.03 00:59:25.333207 [ 56 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11568 | 2025.06.03 00:59:25.333271 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11569 | 2025.06.03 00:59:25.333309 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11570 | 2025.06.03 00:59:25.333359 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11571 | 2025.06.03 00:59:25.333413 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
11572 | 2025.06.03 00:59:25.333577 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11573 | 2025.06.03 00:59:25.333616 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1968 rows starting from the beginning of the part | ||
11574 | 2025.06.03 00:59:25.333689 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 641 rows starting from the beginning of the part | ||
11575 | 2025.06.03 00:59:25.333743 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1252 rows starting from the beginning of the part | ||
11576 | 2025.06.03 00:59:25.333761 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11577 | 2025.06.03 00:59:25.333793 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
11578 | 2025.06.03 00:59:25.333801 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11579 | 2025.06.03 00:59:25.333850 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 80 rows starting from the beginning of the part | ||
11580 | 2025.06.03 00:59:25.333904 [ 195 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 112 rows starting from the beginning of the part | ||
11581 | 2025.06.03 00:59:25.334129 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11582 | 2025.06.03 00:59:25.334384 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11583 | 2025.06.03 00:59:25.334518 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001226 sec., 22838.499184339315 rows/sec., 1.68 MiB/sec. | ||
11584 | 2025.06.03 00:59:25.334556 [ 261 ] {8d593b5d-7747-444f-aad1-8ac6465b4498} <Debug> TCPHandler: Processed in 0.001398464 sec. | ||
11585 | 2025.06.03 00:59:25.334656 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11586 | 2025.06.03 00:59:25.334750 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11587 | 2025.06.03 00:59:25.334790 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11588 | 2025.06.03 00:59:25.335204 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2025.06.03 00:59:25.335239 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11590 | 2025.06.03 00:59:25.335536 [ 192 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4109 rows, containing 5 columns (5 merged, 0 gathered) in 0.002184298 sec., 1881153.5788614925 rows/sec., 160.78 MiB/sec. | ||
11591 | 2025.06.03 00:59:25.335555 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
11592 | 2025.06.03 00:59:25.335787 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11593 | 2025.06.03 00:59:25.335857 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
11594 | 2025.06.03 00:59:25.335919 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001187 sec., 77506.31844987364 rows/sec., 6.05 MiB/sec. | ||
11595 | 2025.06.03 00:59:25.335929 [ 56 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
11596 | 2025.06.03 00:59:25.335959 [ 261 ] {5bfd3f33-6a8e-4bce-bb3d-4c1677651a72} <Debug> TCPHandler: Processed in 0.001350652 sec. | ||
11597 | 2025.06.03 00:59:25.335970 [ 56 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11598 | 2025.06.03 00:59:25.336000 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11599 | 2025.06.03 00:59:25.336070 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11600 | 2025.06.03 00:59:25.336121 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
11601 | 2025.06.03 00:59:25.336167 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11602 | 2025.06.03 00:59:25.336174 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11603 | 2025.06.03 00:59:25.336215 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11604 | 2025.06.03 00:59:25.336274 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11605 | 2025.06.03 00:59:25.336275 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_111_22} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
11606 | 2025.06.03 00:59:25.336317 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 952 rows starting from the beginning of the part | ||
11607 | 2025.06.03 00:59:25.336392 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 394 rows starting from the beginning of the part | ||
11608 | 2025.06.03 00:59:25.336400 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
11609 | 2025.06.03 00:59:25.336473 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 548 rows starting from the beginning of the part | ||
11610 | 2025.06.03 00:59:25.336563 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
11611 | 2025.06.03 00:59:25.336628 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 76 rows starting from the beginning of the part | ||
11612 | 2025.06.03 00:59:25.336634 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11613 | 2025.06.03 00:59:25.336672 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 92 rows starting from the beginning of the part | ||
11614 | 2025.06.03 00:59:25.336678 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11615 | 2025.06.03 00:59:25.337053 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
11616 | 2025.06.03 00:59:25.337282 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11617 | 2025.06.03 00:59:25.337426 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. | ||
11618 | 2025.06.03 00:59:25.337432 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
11619 | 2025.06.03 00:59:25.337466 [ 261 ] {642cbe44-2cdb-4618-866f-286fa73c003d} <Debug> TCPHandler: Processed in 0.001444185 sec. | ||
11620 | 2025.06.03 00:59:25.337480 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11621 | 2025.06.03 00:59:25.337505 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11622 | 2025.06.03 00:59:25.337581 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::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 | ||
11623 | 2025.06.03 00:59:25.337585 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11624 | 2025.06.03 00:59:25.337693 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11625 | 2025.06.03 00:59:25.337706 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11626 | 2025.06.03 00:59:25.337750 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11627 | 2025.06.03 00:59:25.337752 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 29572 rows starting from the beginning of the part | ||
11628 | 2025.06.03 00:59:25.337810 [ 188 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001743623 sec., 1219300.273052145 rows/sec., 94.35 MiB/sec. | ||
11629 | 2025.06.03 00:59:25.337852 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
11630 | 2025.06.03 00:59:25.337899 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 940 rows starting from the beginning of the part | ||
11631 | 2025.06.03 00:59:25.337943 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 66 rows starting from the beginning of the part | ||
11632 | 2025.06.03 00:59:25.337986 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
11633 | 2025.06.03 00:59:25.337988 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
11634 | 2025.06.03 00:59:25.338029 [ 192 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
11635 | 2025.06.03 00:59:25.338280 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11636 | 2025.06.03 00:59:25.338367 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_111_22} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
11637 | 2025.06.03 00:59:25.338447 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11638 | 2025.06.03 00:59:25.338632 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11639 | 2025.06.03 00:59:25.338668 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11640 | 2025.06.03 00:59:25.339230 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11641 | 2025.06.03 00:59:25.339490 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11642 | 2025.06.03 00:59:25.339634 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00196 sec., 14285.714285714286 rows/sec., 25.60 MiB/sec. | ||
11643 | 2025.06.03 00:59:25.339691 [ 261 ] {a222d3ef-228c-4356-af14-7baa89c3a4f8} <Debug> TCPHandler: Processed in 0.002155137 sec. | ||
11644 | 2025.06.03 00:59:25.339804 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11645 | 2025.06.03 00:59:25.339896 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11646 | 2025.06.03 00:59:25.339938 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11647 | 2025.06.03 00:59:25.340274 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11648 | 2025.06.03 00:59:25.340312 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11649 | 2025.06.03 00:59:25.340632 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
11650 | 2025.06.03 00:59:25.340847 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11651 | 2025.06.03 00:59:25.340979 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. | ||
11652 | 2025.06.03 00:59:25.340986 [ 56 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
11653 | 2025.06.03 00:59:25.341019 [ 261 ] {66666668-d9f7-497c-a3c0-16ed22bf2bc1} <Debug> TCPHandler: Processed in 0.001264229 sec. | ||
11654 | 2025.06.03 00:59:25.341030 [ 56 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11655 | 2025.06.03 00:59:25.341056 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11656 | 2025.06.03 00:59:25.341136 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
11657 | 2025.06.03 00:59:25.341239 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11658 | 2025.06.03 00:59:25.341271 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5574 rows starting from the beginning of the part | ||
11659 | 2025.06.03 00:59:25.341331 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
11660 | 2025.06.03 00:59:25.341379 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 34 rows starting from the beginning of the part | ||
11661 | 2025.06.03 00:59:25.341422 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 26 rows starting from the beginning of the part | ||
11662 | 2025.06.03 00:59:25.341462 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
11663 | 2025.06.03 00:59:25.341502 [ 197 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
11664 | 2025.06.03 00:59:25.343258 [ 191 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5836 rows, containing 4 columns (4 merged, 0 gathered) in 0.002154517 sec., 2708727.75661552 rows/sec., 181.96 MiB/sec. | ||
11665 | 2025.06.03 00:59:25.343646 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
11666 | 2025.06.03 00:59:25.343939 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11667 | 2025.06.03 00:59:25.344024 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_111_22} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
11668 | 2025.06.03 00:59:25.344105 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
11669 | 2025.06.03 00:59:25.344388 [ 187 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31135 rows, containing 5 columns (5 merged, 0 gathered) in 0.006840063 sec., 4551858.65978135 rows/sec., 311.54 MiB/sec. | ||
11670 | 2025.06.03 00:59:25.344864 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
11671 | 2025.06.03 00:59:25.345102 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11672 | 2025.06.03 00:59:25.345174 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
11673 | 2025.06.03 00:59:25.345243 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
11674 | 2025.06.03 00:59:26.119733 [ 57 ] {} <Debug> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
11675 | 2025.06.03 00:59:26.119824 [ 57 ] {} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11676 | 2025.06.03 00:59:26.119863 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11677 | 2025.06.03 00:59:26.120056 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::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 | ||
11678 | 2025.06.03 00:59:26.120277 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11679 | 2025.06.03 00:59:26.120335 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 366 rows starting from the beginning of the part | ||
11680 | 2025.06.03 00:59:26.120462 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part | ||
11681 | 2025.06.03 00:59:26.120552 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part | ||
11682 | 2025.06.03 00:59:26.120634 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
11683 | 2025.06.03 00:59:26.120711 [ 188 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
11684 | 2025.06.03 00:59:26.121675 [ 187 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699563 sec., 712536.1048693105 rows/sec., 51.21 MiB/sec. | ||
11685 | 2025.06.03 00:59:26.121908 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
11686 | 2025.06.03 00:59:26.122271 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11687 | 2025.06.03 00:59:26.122356 [ 199 ] {89f09b0c-9d93-456e-b994-d86eb7539a97::all_1_21_5} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
11688 | 2025.06.03 00:59:26.122465 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
11689 | 2025.06.03 00:59:26.200953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
11690 | 2025.06.03 00:59:26.219382 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11691 | 2025.06.03 00:59:26.219430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11692 | 2025.06.03 00:59:26.225847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11693 | 2025.06.03 00:59:26.226559 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11694 | 2025.06.03 00:59:26.226895 [ 57 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11695 | 2025.06.03 00:59:26.226987 [ 57 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11696 | 2025.06.03 00:59:26.227025 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11697 | 2025.06.03 00:59:26.227185 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11698 | 2025.06.03 00:59:26.229975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
11699 | 2025.06.03 00:59:26.231351 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11700 | 2025.06.03 00:59:26.232698 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11701 | 2025.06.03 00:59:26.237265 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11702 | 2025.06.03 00:59:26.241794 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11703 | 2025.06.03 00:59:26.246448 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11704 | 2025.06.03 00:59:26.251026 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11705 | 2025.06.03 00:59:26.255100 [ 196 ] {0f375488-842f-425f-81e6-14a8f455a0cf::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 | ||
11706 | 2025.06.03 00:59:26.310137 [ 193 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.083024248 sec., 5986.202970486405 rows/sec., 30.95 MiB/sec. | ||
11707 | 2025.06.03 00:59:26.313307 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11708 | 2025.06.03 00:59:26.315319 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_66_13} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11709 | 2025.06.03 00:59:26.315430 [ 194 ] {0f375488-842f-425f-81e6-14a8f455a0cf::all_1_66_13} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11710 | 2025.06.03 00:59:26.318181 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
11711 | 2025.06.03 00:59:29.594224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1612 | ||
11712 | 2025.06.03 00:59:29.596556 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11713 | 2025.06.03 00:59:29.596620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11714 | 2025.06.03 00:59:29.597926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11715 | 2025.06.03 00:59:29.598252 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11716 | 2025.06.03 00:59:29.598668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1612 | ||
11717 | 2025.06.03 00:59:30.330191 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11718 | 2025.06.03 00:59:30.330367 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11719 | 2025.06.03 00:59:30.330429 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11720 | 2025.06.03 00:59:30.331037 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11721 | 2025.06.03 00:59:30.331074 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11722 | 2025.06.03 00:59:30.331450 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
11723 | 2025.06.03 00:59:30.331671 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11724 | 2025.06.03 00:59:30.331821 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001501 sec., 9327.11525649567 rows/sec., 760.56 KiB/sec. | ||
11725 | 2025.06.03 00:59:30.331862 [ 261 ] {a405f34a-01a6-4777-a7ed-29bc12e207ea} <Debug> TCPHandler: Processed in 0.001796416 sec. | ||
11726 | 2025.06.03 00:59:30.331984 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11727 | 2025.06.03 00:59:30.332076 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11728 | 2025.06.03 00:59:30.332115 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11729 | 2025.06.03 00:59:30.332538 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11730 | 2025.06.03 00:59:30.332572 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11731 | 2025.06.03 00:59:30.332878 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
11732 | 2025.06.03 00:59:30.333086 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11733 | 2025.06.03 00:59:30.333207 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Debug> executeQuery: Read 87 rows, 7.26 KiB in 0.001149 sec., 75718.01566579634 rows/sec., 6.17 MiB/sec. | ||
11734 | 2025.06.03 00:59:30.333243 [ 261 ] {def52407-36a7-48a3-8e07-ac938bb8bd0e} <Debug> TCPHandler: Processed in 0.001306421 sec. | ||
11735 | 2025.06.03 00:59:30.333349 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11736 | 2025.06.03 00:59:30.333440 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11737 | 2025.06.03 00:59:30.333480 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11738 | 2025.06.03 00:59:30.333887 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11739 | 2025.06.03 00:59:30.333926 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11740 | 2025.06.03 00:59:30.334229 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11741 | 2025.06.03 00:59:30.334441 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2025.06.03 00:59:30.334576 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001153 sec., 22549.869904596704 rows/sec., 1.59 MiB/sec. | ||
11743 | 2025.06.03 00:59:30.334613 [ 261 ] {d47ba5c0-f643-4940-9a56-1fe616a770d5} <Debug> TCPHandler: Processed in 0.00131152 sec. | ||
11744 | 2025.06.03 00:59:30.334715 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11745 | 2025.06.03 00:59:30.334808 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11746 | 2025.06.03 00:59:30.334847 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11747 | 2025.06.03 00:59:30.335261 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11748 | 2025.06.03 00:59:30.335295 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11749 | 2025.06.03 00:59:30.335601 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
11750 | 2025.06.03 00:59:30.335807 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11751 | 2025.06.03 00:59:30.335930 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001141 sec., 78878.17703768624 rows/sec., 6.18 MiB/sec. | ||
11752 | 2025.06.03 00:59:30.335967 [ 261 ] {c76edaaa-6ccc-4749-86c5-f0bbd6899d67} <Debug> TCPHandler: Processed in 0.001300391 sec. | ||
11753 | 2025.06.03 00:59:30.336071 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11754 | 2025.06.03 00:59:30.336164 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11755 | 2025.06.03 00:59:30.336207 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11756 | 2025.06.03 00:59:30.336593 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11757 | 2025.06.03 00:59:30.336627 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11758 | 2025.06.03 00:59:30.336951 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
11759 | 2025.06.03 00:59:30.337168 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11760 | 2025.06.03 00:59:30.337292 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Debug> executeQuery: Read 167 rows, 11.90 KiB in 0.001145 sec., 145851.5283842795 rows/sec., 10.15 MiB/sec. | ||
11761 | 2025.06.03 00:59:30.337327 [ 261 ] {09ee1154-95ee-463a-892e-2b53ee2f78d2} <Debug> TCPHandler: Processed in 0.001303791 sec. | ||
11762 | 2025.06.03 00:59:30.337434 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11763 | 2025.06.03 00:59:30.337561 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11764 | 2025.06.03 00:59:30.337619 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11765 | 2025.06.03 00:59:30.338400 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11766 | 2025.06.03 00:59:30.338434 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11767 | 2025.06.03 00:59:30.338944 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11768 | 2025.06.03 00:59:30.339160 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11769 | 2025.06.03 00:59:30.339293 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001784 sec., 6726.457399103139 rows/sec., 12.05 MiB/sec. | ||
11770 | 2025.06.03 00:59:30.339345 [ 261 ] {8c1861fe-9982-425d-80a1-d62480dad1da} <Debug> TCPHandler: Processed in 0.001957901 sec. | ||
11771 | 2025.06.03 00:59:30.339452 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11772 | 2025.06.03 00:59:30.339545 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11773 | 2025.06.03 00:59:30.339586 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11774 | 2025.06.03 00:59:30.339902 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11775 | 2025.06.03 00:59:30.339935 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11776 | 2025.06.03 00:59:30.340271 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
11777 | 2025.06.03 00:59:30.340476 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11778 | 2025.06.03 00:59:30.340599 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. | ||
11779 | 2025.06.03 00:59:30.340633 [ 261 ] {c0cc1e8e-42bc-4a88-adfd-e463aad30f5d} <Debug> TCPHandler: Processed in 0.001229158 sec. | ||
11780 | 2025.06.03 00:59:31.996841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
11781 | 2025.06.03 00:59:31.997337 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11782 | 2025.06.03 00:59:31.997382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11783 | 2025.06.03 00:59:31.997994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11784 | 2025.06.03 00:59:31.998214 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11785 | 2025.06.03 00:59:31.998339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
11786 | 2025.06.03 00:59:33.730953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 | ||
11787 | 2025.06.03 00:59:33.745940 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11788 | 2025.06.03 00:59:33.746001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11789 | 2025.06.03 00:59:33.751301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11790 | 2025.06.03 00:59:33.752013 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11791 | 2025.06.03 00:59:33.755396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
11792 | 2025.06.03 00:59:35.330725 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11793 | 2025.06.03 00:59:35.331011 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11794 | 2025.06.03 00:59:35.331115 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11795 | 2025.06.03 00:59:35.332099 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11796 | 2025.06.03 00:59:35.332146 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11797 | 2025.06.03 00:59:35.332560 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
11798 | 2025.06.03 00:59:35.332797 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11799 | 2025.06.03 00:59:35.332951 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002018 sec., 55500.495540138756 rows/sec., 4.66 MiB/sec. | ||
11800 | 2025.06.03 00:59:35.332994 [ 261 ] {0c7b77ea-9846-445f-83ba-0be5336d078c} <Debug> TCPHandler: Processed in 0.002461336 sec. | ||
11801 | 2025.06.03 00:59:35.333123 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11802 | 2025.06.03 00:59:35.333218 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11803 | 2025.06.03 00:59:35.333259 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11804 | 2025.06.03 00:59:35.333667 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11805 | 2025.06.03 00:59:35.333703 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11806 | 2025.06.03 00:59:35.333995 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11807 | 2025.06.03 00:59:35.334203 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11808 | 2025.06.03 00:59:35.334333 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001133 sec., 24713.15092674316 rows/sec., 1.81 MiB/sec. | ||
11809 | 2025.06.03 00:59:35.334370 [ 261 ] {1404ddaf-df1a-4276-98e2-c8f53398e5cf} <Debug> TCPHandler: Processed in 0.00129601 sec. | ||
11810 | 2025.06.03 00:59:35.334489 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11811 | 2025.06.03 00:59:35.334581 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11812 | 2025.06.03 00:59:35.334621 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11813 | 2025.06.03 00:59:35.335084 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11814 | 2025.06.03 00:59:35.335122 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11815 | 2025.06.03 00:59:35.335430 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
11816 | 2025.06.03 00:59:35.335646 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11817 | 2025.06.03 00:59:35.335773 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001209 sec., 76095.947063689 rows/sec., 5.94 MiB/sec. | ||
11818 | 2025.06.03 00:59:35.335811 [ 261 ] {0334069c-8935-4ca6-9c7e-2918e681373a} <Debug> TCPHandler: Processed in 0.001369953 sec. | ||
11819 | 2025.06.03 00:59:35.335927 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11820 | 2025.06.03 00:59:35.336022 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11821 | 2025.06.03 00:59:35.336066 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11822 | 2025.06.03 00:59:35.336519 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11823 | 2025.06.03 00:59:35.336557 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11824 | 2025.06.03 00:59:35.336891 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
11825 | 2025.06.03 00:59:35.337095 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11826 | 2025.06.03 00:59:35.337222 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. | ||
11827 | 2025.06.03 00:59:35.337259 [ 261 ] {937215f1-3a30-485b-b919-6c7bf2bc466d} <Debug> TCPHandler: Processed in 0.001379373 sec. | ||
11828 | 2025.06.03 00:59:35.337372 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11829 | 2025.06.03 00:59:35.337465 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11830 | 2025.06.03 00:59:35.337521 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11831 | 2025.06.03 00:59:35.338385 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11832 | 2025.06.03 00:59:35.338422 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11833 | 2025.06.03 00:59:35.338968 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11834 | 2025.06.03 00:59:35.339192 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11835 | 2025.06.03 00:59:35.339327 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00188 sec., 14893.617021276596 rows/sec., 26.69 MiB/sec. | ||
11836 | 2025.06.03 00:59:35.339385 [ 261 ] {e17b2275-fafd-4bef-bf8a-40fad32434b2} <Debug> TCPHandler: Processed in 0.002061024 sec. | ||
11837 | 2025.06.03 00:59:35.339499 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11838 | 2025.06.03 00:59:35.339594 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11839 | 2025.06.03 00:59:35.339636 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11840 | 2025.06.03 00:59:35.339973 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11841 | 2025.06.03 00:59:35.340008 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11842 | 2025.06.03 00:59:35.340307 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
11843 | 2025.06.03 00:59:35.340511 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11844 | 2025.06.03 00:59:35.340636 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. | ||
11845 | 2025.06.03 00:59:35.340672 [ 261 ] {c17cd394-7706-4a30-80fc-4da3989155f6} <Debug> TCPHandler: Processed in 0.001220718 sec. | ||
11846 | 2025.06.03 00:59:39.317705 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11847 | 2025.06.03 00:59:39.317765 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11848 | 2025.06.03 00:59:39.499320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
11849 | 2025.06.03 00:59:39.499831 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11850 | 2025.06.03 00:59:39.499876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11851 | 2025.06.03 00:59:39.500364 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11852 | 2025.06.03 00:59:39.500593 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11853 | 2025.06.03 00:59:39.500720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
11854 | 2025.06.03 00:59:39.599636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1638 | ||
11855 | 2025.06.03 00:59:39.601918 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11856 | 2025.06.03 00:59:39.601977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11857 | 2025.06.03 00:59:39.603202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11858 | 2025.06.03 00:59:39.603479 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11859 | 2025.06.03 00:59:39.603860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638 | ||
11860 | 2025.06.03 00:59:40.330129 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11861 | 2025.06.03 00:59:40.330314 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11862 | 2025.06.03 00:59:40.330380 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11863 | 2025.06.03 00:59:40.331077 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11864 | 2025.06.03 00:59:40.331126 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11865 | 2025.06.03 00:59:40.331536 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
11866 | 2025.06.03 00:59:40.331763 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11867 | 2025.06.03 00:59:40.331919 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001655 sec., 48338.36858006042 rows/sec., 3.98 MiB/sec. | ||
11868 | 2025.06.03 00:59:40.331965 [ 261 ] {9ca83628-dba8-4dea-af3e-33fff87f978a} <Debug> TCPHandler: Processed in 0.001968081 sec. | ||
11869 | 2025.06.03 00:59:40.332092 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11870 | 2025.06.03 00:59:40.332190 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11871 | 2025.06.03 00:59:40.332230 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11872 | 2025.06.03 00:59:40.332640 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11873 | 2025.06.03 00:59:40.332675 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11874 | 2025.06.03 00:59:40.332979 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11875 | 2025.06.03 00:59:40.333188 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11876 | 2025.06.03 00:59:40.333315 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 786.70 KiB/sec. | ||
11877 | 2025.06.03 00:59:40.333341 [ 38 ] {} <Debug> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11878 | 2025.06.03 00:59:40.333352 [ 261 ] {7d2cd755-bc35-40f6-8437-879c2b307b36} <Debug> TCPHandler: Processed in 0.001310311 sec. | ||
11879 | 2025.06.03 00:59:40.333430 [ 38 ] {} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11880 | 2025.06.03 00:59:40.333462 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11881 | 2025.06.03 00:59:40.333538 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11882 | 2025.06.03 00:59:40.333609 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::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 | ||
11883 | 2025.06.03 00:59:40.333639 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11884 | 2025.06.03 00:59:40.333704 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11885 | 2025.06.03 00:59:40.333785 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11886 | 2025.06.03 00:59:40.333827 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 178 rows starting from the beginning of the part | ||
11887 | 2025.06.03 00:59:40.333899 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 12 rows starting from the beginning of the part | ||
11888 | 2025.06.03 00:59:40.333954 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 28 rows starting from the beginning of the part | ||
11889 | 2025.06.03 00:59:40.334018 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part | ||
11890 | 2025.06.03 00:59:40.334067 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 28 rows starting from the beginning of the part | ||
11891 | 2025.06.03 00:59:40.334111 [ 200 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part | ||
11892 | 2025.06.03 00:59:40.334139 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11893 | 2025.06.03 00:59:40.334180 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
11894 | 2025.06.03 00:59:40.334534 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
11895 | 2025.06.03 00:59:40.334807 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11896 | 2025.06.03 00:59:40.334949 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001327 sec., 57272.042200452146 rows/sec., 4.47 MiB/sec. | ||
11897 | 2025.06.03 00:59:40.335001 [ 261 ] {bde40b82-e8a6-4500-9a4c-792bbc793fb7} <Debug> TCPHandler: Processed in 0.001518667 sec. | ||
11898 | 2025.06.03 00:59:40.335161 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11899 | 2025.06.03 00:59:40.335215 [ 201 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.001675572 sec., 169494.35774768257 rows/sec., 12.10 MiB/sec. | ||
11900 | 2025.06.03 00:59:40.335277 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11901 | 2025.06.03 00:59:40.335334 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11902 | 2025.06.03 00:59:40.335415 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11903 | 2025.06.03 00:59:40.335767 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11904 | 2025.06.03 00:59:40.335795 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11905 | 2025.06.03 00:59:40.335837 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11906 | 2025.06.03 00:59:40.335862 [ 186 ] {2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7::all_1_96_19} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11907 | 2025.06.03 00:59:40.335977 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11908 | 2025.06.03 00:59:40.336189 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
11909 | 2025.06.03 00:59:40.336406 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11910 | 2025.06.03 00:59:40.336538 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. | ||
11911 | 2025.06.03 00:59:40.336576 [ 261 ] {40989327-b284-4f4e-8346-2a44b8621c56} <Debug> TCPHandler: Processed in 0.001476366 sec. | ||
11912 | 2025.06.03 00:59:40.336691 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11913 | 2025.06.03 00:59:40.336783 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11914 | 2025.06.03 00:59:40.336839 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11915 | 2025.06.03 00:59:40.337706 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11916 | 2025.06.03 00:59:40.337752 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11917 | 2025.06.03 00:59:40.338472 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11918 | 2025.06.03 00:59:40.338773 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11919 | 2025.06.03 00:59:40.338946 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002179 sec., 5507.113354749886 rows/sec., 9.87 MiB/sec. | ||
11920 | 2025.06.03 00:59:40.338944 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11921 | 2025.06.03 00:59:40.339015 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11922 | 2025.06.03 00:59:40.339038 [ 261 ] {85cf4f14-80e9-4e20-920f-909413f979c7} <Debug> TCPHandler: Processed in 0.002394164 sec. | ||
11923 | 2025.06.03 00:59:40.339040 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11924 | 2025.06.03 00:59:40.339194 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11925 | 2025.06.03 00:59:40.339198 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::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 | ||
11926 | 2025.06.03 00:59:40.339304 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11927 | 2025.06.03 00:59:40.339358 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11928 | 2025.06.03 00:59:40.339529 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11929 | 2025.06.03 00:59:40.339614 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1783 rows starting from the beginning of the part | ||
11930 | 2025.06.03 00:59:40.339787 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 12 rows starting from the beginning of the part | ||
11931 | 2025.06.03 00:59:40.339801 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11932 | 2025.06.03 00:59:40.339850 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
11933 | 2025.06.03 00:59:40.339929 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 28 rows starting from the beginning of the part | ||
11934 | 2025.06.03 00:59:40.340064 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part | ||
11935 | 2025.06.03 00:59:40.340190 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 28 rows starting from the beginning of the part | ||
11936 | 2025.06.03 00:59:40.340255 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
11937 | 2025.06.03 00:59:40.340322 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part | ||
11938 | 2025.06.03 00:59:40.340551 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11939 | 2025.06.03 00:59:40.340730 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
11940 | 2025.06.03 00:59:40.340777 [ 261 ] {50a85dab-ab42-48ab-b54c-8f7c28fc3216} <Debug> TCPHandler: Processed in 0.001641361 sec. | ||
11941 | 2025.06.03 00:59:40.358115 [ 200 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1875 rows, containing 19 columns (19 merged, 0 gathered) in 0.018970439 sec., 98837.98682782197 rows/sec., 177.11 MiB/sec. | ||
11942 | 2025.06.03 00:59:40.360495 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11943 | 2025.06.03 00:59:40.361084 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11944 | 2025.06.03 00:59:40.361206 [ 201 ] {84ce9988-0d00-4f2b-9906-a1703a4f8f7d::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11945 | 2025.06.03 00:59:40.361422 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB. | ||
11946 | 2025.06.03 00:59:41.001152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 333.26 MiB, peak 350.46 MiB, free memory in arenas 0.00 B, will set to 340.63 MiB (RSS), difference: 7.37 MiB | ||
11947 | 2025.06.03 00:59:41.256320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 | ||
11948 | 2025.06.03 00:59:41.273286 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11949 | 2025.06.03 00:59:41.273349 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11950 | 2025.06.03 00:59:41.279364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11951 | 2025.06.03 00:59:41.280080 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11952 | 2025.06.03 00:59:41.283336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 512 | ||
11953 | 2025.06.03 00:59:41.719857 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11954 | 2025.06.03 00:59:41.720045 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11955 | 2025.06.03 00:59:41.720117 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11956 | 2025.06.03 00:59:41.720761 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11957 | 2025.06.03 00:59:41.720802 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11958 | 2025.06.03 00:59:41.721208 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
11959 | 2025.06.03 00:59:41.721442 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11960 | 2025.06.03 00:59:41.721604 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. | ||
11961 | 2025.06.03 00:59:41.721657 [ 261 ] {4101c410-5834-43c0-831b-15dabdd1bf99} <Debug> TCPHandler: Processed in 0.00193474 sec. | ||
11962 | 2025.06.03 00:59:41.721781 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11963 | 2025.06.03 00:59:41.721885 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11964 | 2025.06.03 00:59:41.721932 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11965 | 2025.06.03 00:59:41.722441 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11966 | 2025.06.03 00:59:41.722478 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11967 | 2025.06.03 00:59:41.722809 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11968 | 2025.06.03 00:59:41.723036 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Trace> oximeter.fields_ipaddr (670d5af2-4cd0-4dee-bfa9-3d54b23987ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11969 | 2025.06.03 00:59:41.723176 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001314 sec., 3044.1400304414 rows/sec., 248.23 KiB/sec. | ||
11970 | 2025.06.03 00:59:41.723218 [ 261 ] {cdf8abea-ffad-4a00-870f-0ab26503d7b6} <Debug> TCPHandler: Processed in 0.001489116 sec. | ||
11971 | 2025.06.03 00:59:41.723338 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11972 | 2025.06.03 00:59:41.723438 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11973 | 2025.06.03 00:59:41.723481 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11974 | 2025.06.03 00:59:41.724473 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11975 | 2025.06.03 00:59:41.724511 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11976 | 2025.06.03 00:59:41.724915 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
11977 | 2025.06.03 00:59:41.725133 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11978 | 2025.06.03 00:59:41.725270 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Debug> executeQuery: Read 1374 rows, 117.33 KiB in 0.001852 sec., 741900.6479481641 rows/sec., 61.87 MiB/sec. | ||
11979 | 2025.06.03 00:59:41.725310 [ 261 ] {330bbdf1-9bc4-4a3a-bb65-3739873c12df} <Debug> TCPHandler: Processed in 0.002022023 sec. | ||
11980 | 2025.06.03 00:59:41.725427 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11981 | 2025.06.03 00:59:41.725527 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11982 | 2025.06.03 00:59:41.725570 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11983 | 2025.06.03 00:59:41.725999 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11984 | 2025.06.03 00:59:41.726034 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11985 | 2025.06.03 00:59:41.726341 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11986 | 2025.06.03 00:59:41.726556 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11987 | 2025.06.03 00:59:41.726689 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Debug> executeQuery: Read 44 rows, 3.35 KiB in 0.001184 sec., 37162.16216216217 rows/sec., 2.76 MiB/sec. | ||
11988 | 2025.06.03 00:59:41.726730 [ 261 ] {52f123fd-eb14-4f43-b403-59a882177222} <Debug> TCPHandler: Processed in 0.001353992 sec. | ||
11989 | 2025.06.03 00:59:41.726840 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2025.06.03 00:59:41.726936 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11991 | 2025.06.03 00:59:41.726979 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11992 | 2025.06.03 00:59:41.727457 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11993 | 2025.06.03 00:59:41.727492 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
11994 | 2025.06.03 00:59:41.727822 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11995 | 2025.06.03 00:59:41.728035 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Trace> oximeter.fields_u32 (89f09b0c-9d93-456e-b994-d86eb7539a97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11996 | 2025.06.03 00:59:41.728169 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001251 sec., 201438.84892086333 rows/sec., 13.93 MiB/sec. | ||
11997 | 2025.06.03 00:59:41.728208 [ 261 ] {85f024ee-e642-4c7a-bae2-b0d520ab1987} <Debug> TCPHandler: Processed in 0.001418414 sec. | ||
11998 | 2025.06.03 00:59:41.728333 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11999 | 2025.06.03 00:59:41.728427 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12000 | 2025.06.03 00:59:41.728468 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12001 | 2025.06.03 00:59:41.728879 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12002 | 2025.06.03 00:59:41.728915 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
12003 | 2025.06.03 00:59:41.729220 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
12004 | 2025.06.03 00:59:41.729426 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12005 | 2025.06.03 00:59:41.729560 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00115 sec., 10434.782608695652 rows/sec., 815.22 KiB/sec. | ||
12006 | 2025.06.03 00:59:41.729599 [ 261 ] {4e705785-f21e-4a0e-ba3d-2712bce186b4} <Debug> TCPHandler: Processed in 0.001316571 sec. | ||
12007 | 2025.06.03 00:59:41.729708 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12008 | 2025.06.03 00:59:41.729809 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12009 | 2025.06.03 00:59:41.729856 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12010 | 2025.06.03 00:59:41.730572 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12011 | 2025.06.03 00:59:41.730616 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
12012 | 2025.06.03 00:59:41.730982 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
12013 | 2025.06.03 00:59:41.731194 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12014 | 2025.06.03 00:59:41.731325 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Debug> executeQuery: Read 588 rows, 45.23 KiB in 0.001538 sec., 382314.69440832245 rows/sec., 28.72 MiB/sec. | ||
12015 | 2025.06.03 00:59:41.731363 [ 261 ] {58b0a761-397a-4f44-9ce7-7740933ea78d} <Debug> TCPHandler: Processed in 0.001703583 sec. | ||
12016 | 2025.06.03 00:59:41.731461 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12017 | 2025.06.03 00:59:41.731553 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12018 | 2025.06.03 00:59:41.731596 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12019 | 2025.06.03 00:59:41.732166 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12020 | 2025.06.03 00:59:41.732202 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
12021 | 2025.06.03 00:59:41.732582 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
12022 | 2025.06.03 00:59:41.732796 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12023 | 2025.06.03 00:59:41.732924 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Debug> executeQuery: Read 962 rows, 66.94 KiB in 0.001389 sec., 692584.5932325413 rows/sec., 47.06 MiB/sec. | ||
12024 | 2025.06.03 00:59:41.732960 [ 261 ] {971afac3-4828-44ac-b0b7-8acbc5e37bed} <Debug> TCPHandler: Processed in 0.001545228 sec. | ||
12025 | 2025.06.03 00:59:41.733069 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12026 | 2025.06.03 00:59:41.733160 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12027 | 2025.06.03 00:59:41.733213 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12028 | 2025.06.03 00:59:41.734009 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12029 | 2025.06.03 00:59:41.734045 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
12030 | 2025.06.03 00:59:41.734568 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12031 | 2025.06.03 00:59:41.734787 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12032 | 2025.06.03 00:59:41.734924 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001782 sec., 15712.682379349046 rows/sec., 28.16 MiB/sec. | ||
12033 | 2025.06.03 00:59:41.734983 [ 261 ] {9aa429a1-e95a-4a19-a872-d4e4a59ccd5d} <Debug> TCPHandler: Processed in 0.00196074 sec. | ||
12034 | 2025.06.03 00:59:41.735093 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12035 | 2025.06.03 00:59:41.735183 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12036 | 2025.06.03 00:59:41.735224 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12037 | 2025.06.03 00:59:41.735540 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12038 | 2025.06.03 00:59:41.735576 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
12039 | 2025.06.03 00:59:41.735865 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
12040 | 2025.06.03 00:59:41.736065 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12041 | 2025.06.03 00:59:41.736190 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001025 sec., 15609.756097560974 rows/sec., 1.06 MiB/sec. | ||
12042 | 2025.06.03 00:59:41.736225 [ 261 ] {d8891cae-8923-4fb7-8be7-83c8493980cc} <Debug> TCPHandler: Processed in 0.001179907 sec. | ||
12043 | 2025.06.03 00:59:42.001152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 341.87 MiB, peak 350.46 MiB, free memory in arenas 0.00 B, will set to 340.68 MiB (RSS), difference: -1.19 MiB | ||
12044 | 2025.06.03 00:59:45.327121 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12045 | 2025.06.03 00:59:45.327316 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12046 | 2025.06.03 00:59:45.327382 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12047 | 2025.06.03 00:59:45.328039 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12048 | 2025.06.03 00:59:45.328086 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12049 | 2025.06.03 00:59:45.328495 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
12050 | 2025.06.03 00:59:45.328722 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12051 | 2025.06.03 00:59:45.328875 [ 28 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
12052 | 2025.06.03 00:59:45.328881 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001614 sec., 34696.40644361834 rows/sec., 2.65 MiB/sec. | ||
12053 | 2025.06.03 00:59:45.328953 [ 28 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12054 | 2025.06.03 00:59:45.328980 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12055 | 2025.06.03 00:59:45.328984 [ 261 ] {5caaf939-7364-4409-8dc3-5ce9f6bb6223} <Debug> TCPHandler: Processed in 0.001989752 sec. | ||
12056 | 2025.06.03 00:59:45.329101 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
12057 | 2025.06.03 00:59:45.329120 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12058 | 2025.06.03 00:59:45.329240 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12059 | 2025.06.03 00:59:45.329241 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12060 | 2025.06.03 00:59:45.329286 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12061 | 2025.06.03 00:59:45.329292 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1968 rows starting from the beginning of the part | ||
12062 | 2025.06.03 00:59:45.329371 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 87 rows starting from the beginning of the part | ||
12063 | 2025.06.03 00:59:45.329422 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 112 rows starting from the beginning of the part | ||
12064 | 2025.06.03 00:59:45.329463 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 80 rows starting from the beginning of the part | ||
12065 | 2025.06.03 00:59:45.329504 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1374 rows starting from the beginning of the part | ||
12066 | 2025.06.03 00:59:45.329543 [ 190 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::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 | ||
12067 | 2025.06.03 00:59:45.329776 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12068 | 2025.06.03 00:59:45.329820 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12069 | 2025.06.03 00:59:45.330139 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
12070 | 2025.06.03 00:59:45.330365 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12071 | 2025.06.03 00:59:45.330490 [ 28 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
12072 | 2025.06.03 00:59:45.330510 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001294 sec., 49459.04173106646 rows/sec., 3.86 MiB/sec. | ||
12073 | 2025.06.03 00:59:45.330521 [ 28 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12074 | 2025.06.03 00:59:45.330559 [ 261 ] {d390fcc7-cd83-403d-bd16-9095d991b40a} <Debug> TCPHandler: Processed in 0.001487326 sec. | ||
12075 | 2025.06.03 00:59:45.330562 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12076 | 2025.06.03 00:59:45.330664 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
12077 | 2025.06.03 00:59:45.330685 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12078 | 2025.06.03 00:59:45.330762 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12079 | 2025.06.03 00:59:45.330779 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12080 | 2025.06.03 00:59:45.330792 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 952 rows starting from the beginning of the part | ||
12081 | 2025.06.03 00:59:45.330825 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12082 | 2025.06.03 00:59:45.330849 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 90 rows starting from the beginning of the part | ||
12083 | 2025.06.03 00:59:45.330896 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 92 rows starting from the beginning of the part | ||
12084 | 2025.06.03 00:59:45.330944 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 76 rows starting from the beginning of the part | ||
12085 | 2025.06.03 00:59:45.330957 [ 198 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3677 rows, containing 5 columns (5 merged, 0 gathered) in 0.001911869 sec., 1923248.9255278474 rows/sec., 166.04 MiB/sec. | ||
12086 | 2025.06.03 00:59:45.330986 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 588 rows starting from the beginning of the part | ||
12087 | 2025.06.03 00:59:45.331032 [ 201 ] {251bca6c-cfca-489a-a65b-85297b135e75::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 | ||
12088 | 2025.06.03 00:59:45.331226 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12089 | 2025.06.03 00:59:45.331254 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
12090 | 2025.06.03 00:59:45.331263 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12091 | 2025.06.03 00:59:45.331552 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12092 | 2025.06.03 00:59:45.331612 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
12093 | 2025.06.03 00:59:45.331632 [ 189 ] {c3cd3de5-f910-47ce-8a78-4b9604634f80::all_1_116_23} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
12094 | 2025.06.03 00:59:45.331734 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
12095 | 2025.06.03 00:59:45.331827 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12096 | 2025.06.03 00:59:45.331937 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Selected 5 parts from all_1_111_22 to all_115_115_0 | ||
12097 | 2025.06.03 00:59:45.331960 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001201 sec., 98251.45711906745 rows/sec., 6.85 MiB/sec. | ||
12098 | 2025.06.03 00:59:45.331966 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12099 | 2025.06.03 00:59:45.332000 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12100 | 2025.06.03 00:59:45.332004 [ 261 ] {72b69b3d-5335-40e6-9603-e398752d3021} <Debug> TCPHandler: Processed in 0.001366843 sec. | ||
12101 | 2025.06.03 00:59:45.332029 [ 198 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407023 sec., 1323361.4518028488 rows/sec., 103.89 MiB/sec. | ||
12102 | 2025.06.03 00:59:45.332070 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_111_22 to all_115_115_0 into Compact with storage Full | ||
12103 | 2025.06.03 00:59:45.332128 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12104 | 2025.06.03 00:59:45.332153 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12105 | 2025.06.03 00:59:45.332177 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 31135 rows starting from the beginning of the part | ||
12106 | 2025.06.03 00:59:45.332178 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
12107 | 2025.06.03 00:59:45.332220 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12108 | 2025.06.03 00:59:45.332223 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 167 rows starting from the beginning of the part | ||
12109 | 2025.06.03 00:59:45.332262 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12110 | 2025.06.03 00:59:45.332266 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
12111 | 2025.06.03 00:59:45.332305 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
12112 | 2025.06.03 00:59:45.332338 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 962 rows starting from the beginning of the part | ||
12113 | 2025.06.03 00:59:45.332415 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12114 | 2025.06.03 00:59:45.332478 [ 189 ] {251bca6c-cfca-489a-a65b-85297b135e75::all_1_116_23} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
12115 | 2025.06.03 00:59:45.332539 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
12116 | 2025.06.03 00:59:45.332590 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12117 | 2025.06.03 00:59:45.332625 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12118 | 2025.06.03 00:59:45.332926 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
12119 | 2025.06.03 00:59:45.333138 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12120 | 2025.06.03 00:59:45.333258 [ 28 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
12121 | 2025.06.03 00:59:45.333267 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001067 sec., 41237.113402061856 rows/sec., 2.77 MiB/sec. | ||
12122 | 2025.06.03 00:59:45.333289 [ 28 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12123 | 2025.06.03 00:59:45.333312 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12124 | 2025.06.03 00:59:45.333312 [ 261 ] {1b6313dd-a8eb-4b3e-9b2b-44b9aa2bb298} <Debug> TCPHandler: Processed in 0.001231638 sec. | ||
12125 | 2025.06.03 00:59:45.333412 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
12126 | 2025.06.03 00:59:45.333553 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12127 | 2025.06.03 00:59:45.333587 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5836 rows starting from the beginning of the part | ||
12128 | 2025.06.03 00:59:45.333649 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
12129 | 2025.06.03 00:59:45.333691 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::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 | ||
12130 | 2025.06.03 00:59:45.333732 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
12131 | 2025.06.03 00:59:45.333773 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 16 rows starting from the beginning of the part | ||
12132 | 2025.06.03 00:59:45.333810 [ 187 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 44 rows starting from the beginning of the part | ||
12133 | 2025.06.03 00:59:45.335989 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6076 rows, containing 4 columns (4 merged, 0 gathered) in 0.002623341 sec., 2316130.461118093 rows/sec., 155.61 MiB/sec. | ||
12134 | 2025.06.03 00:59:45.336430 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
12135 | 2025.06.03 00:59:45.336721 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12136 | 2025.06.03 00:59:45.336799 [ 188 ] {57b515c7-2aad-4c87-abf9-8e1bbead69f6::all_1_116_23} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
12137 | 2025.06.03 00:59:45.336889 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
12138 | 2025.06.03 00:59:45.339077 [ 188 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32584 rows, containing 5 columns (5 merged, 0 gathered) in 0.007033178 sec., 4632898.527521982 rows/sec., 317.10 MiB/sec. | ||
12139 | 2025.06.03 00:59:45.339632 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
12140 | 2025.06.03 00:59:45.339911 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12141 | 2025.06.03 00:59:45.339973 [ 201 ] {93eddf7b-8fcf-4e45-9095-99fba4b624ed::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed) (MergerMutator): Merged 5 parts: [all_1_111_22, all_115_115_0] -> all_1_115_23 | ||
12142 | 2025.06.03 00:59:45.340030 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
12143 | 2025.06.03 00:59:46.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 341.06 MiB, peak 352.41 MiB, free memory in arenas 0.00 B, will set to 342.26 MiB (RSS), difference: 1.20 MiB | ||
12144 | 2025.06.03 00:59:47.001801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
12145 | 2025.06.03 00:59:47.002401 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12146 | 2025.06.03 00:59:47.002441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12147 | 2025.06.03 00:59:47.002930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12148 | 2025.06.03 00:59:47.003165 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12149 | 2025.06.03 00:59:47.003301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
12150 | 2025.06.03 00:59:48.784345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 | ||
12151 | 2025.06.03 00:59:48.801882 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12152 | 2025.06.03 00:59:48.801942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12153 | 2025.06.03 00:59:48.808346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12154 | 2025.06.03 00:59:48.809075 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12155 | 2025.06.03 00:59:48.812573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
12156 | 2025.06.03 00:59:49.604945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1678 | ||
12157 | 2025.06.03 00:59:49.607442 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12158 | 2025.06.03 00:59:49.607490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12159 | 2025.06.03 00:59:49.608884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12160 | 2025.06.03 00:59:49.609199 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12161 | 2025.06.03 00:59:49.609375 [ 52 ] {} <Debug> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12162 | 2025.06.03 00:59:49.609437 [ 52 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12163 | 2025.06.03 00:59:49.609456 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12164 | 2025.06.03 00:59:49.609470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1678 | ||
12165 | 2025.06.03 00:59:49.609581 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::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 | ||
12166 | 2025.06.03 00:59:49.610205 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12167 | 2025.06.03 00:59:49.610364 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1520 rows starting from the beginning of the part | ||
12168 | 2025.06.03 00:59:49.610765 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
12169 | 2025.06.03 00:59:49.611086 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 44 rows starting from the beginning of the part | ||
12170 | 2025.06.03 00:59:49.611391 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
12171 | 2025.06.03 00:59:49.611721 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
12172 | 2025.06.03 00:59:49.612016 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
12173 | 2025.06.03 00:59:49.618862 [ 187 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1678 rows, containing 72 columns (72 merged, 0 gathered) in 0.00934271 sec., 179605.2751289508 rows/sec., 140.34 MiB/sec. | ||
12174 | 2025.06.03 00:59:49.620704 [ 188 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12175 | 2025.06.03 00:59:49.621329 [ 188 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12176 | 2025.06.03 00:59:49.621423 [ 188 ] {bef52835-288d-4ca6-b7b7-f370383d7e65::all_1_51_10} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12177 | 2025.06.03 00:59:49.621788 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
12178 | 2025.06.03 00:59:50.329797 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12179 | 2025.06.03 00:59:50.330000 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12180 | 2025.06.03 00:59:50.330077 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12181 | 2025.06.03 00:59:50.330783 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12182 | 2025.06.03 00:59:50.330829 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12183 | 2025.06.03 00:59:50.331243 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
12184 | 2025.06.03 00:59:50.331480 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12185 | 2025.06.03 00:59:50.331642 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001694 sec., 47225.50177095632 rows/sec., 3.89 MiB/sec. | ||
12186 | 2025.06.03 00:59:50.331694 [ 261 ] {2cea6c82-e978-4cbc-993b-89649bbd0bb9} <Debug> TCPHandler: Processed in 0.002037363 sec. | ||
12187 | 2025.06.03 00:59:50.331823 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12188 | 2025.06.03 00:59:50.331931 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12189 | 2025.06.03 00:59:50.331978 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12190 | 2025.06.03 00:59:50.332415 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12191 | 2025.06.03 00:59:50.332454 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12192 | 2025.06.03 00:59:50.332784 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12193 | 2025.06.03 00:59:50.333009 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12194 | 2025.06.03 00:59:50.333153 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001249 sec., 9607.686148919136 rows/sec., 722.45 KiB/sec. | ||
12195 | 2025.06.03 00:59:50.333194 [ 261 ] {96c9944f-827b-4fa8-9bce-5674583a9834} <Debug> TCPHandler: Processed in 0.001422714 sec. | ||
12196 | 2025.06.03 00:59:50.333308 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12197 | 2025.06.03 00:59:50.333407 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12198 | 2025.06.03 00:59:50.333450 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12199 | 2025.06.03 00:59:50.333884 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12200 | 2025.06.03 00:59:50.333922 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12201 | 2025.06.03 00:59:50.334244 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
12202 | 2025.06.03 00:59:50.334486 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12203 | 2025.06.03 00:59:50.334620 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001233 sec., 61638.280616382806 rows/sec., 4.81 MiB/sec. | ||
12204 | 2025.06.03 00:59:50.334658 [ 261 ] {b6d05c3f-9acc-48fb-ac4f-05192a163820} <Debug> TCPHandler: Processed in 0.001400113 sec. | ||
12205 | 2025.06.03 00:59:50.334778 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12206 | 2025.06.03 00:59:50.334872 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12207 | 2025.06.03 00:59:50.334918 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12208 | 2025.06.03 00:59:50.335340 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12209 | 2025.06.03 00:59:50.335381 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12210 | 2025.06.03 00:59:50.335724 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
12211 | 2025.06.03 00:59:50.335943 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12212 | 2025.06.03 00:59:50.336076 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. | ||
12213 | 2025.06.03 00:59:50.336114 [ 261 ] {d38ef52f-ad48-4c92-ad03-e1261949993c} <Debug> TCPHandler: Processed in 0.001393724 sec. | ||
12214 | 2025.06.03 00:59:50.336228 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12215 | 2025.06.03 00:59:50.336328 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12216 | 2025.06.03 00:59:50.336384 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12217 | 2025.06.03 00:59:50.337169 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12218 | 2025.06.03 00:59:50.337205 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12219 | 2025.06.03 00:59:50.337742 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12220 | 2025.06.03 00:59:50.337986 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12221 | 2025.06.03 00:59:50.338139 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001828 sec., 6564.551422319475 rows/sec., 11.76 MiB/sec. | ||
12222 | 2025.06.03 00:59:50.338204 [ 261 ] {cb08e81f-9e24-4551-b126-a9c909ced367} <Debug> TCPHandler: Processed in 0.002023423 sec. | ||
12223 | 2025.06.03 00:59:50.340814 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12224 | 2025.06.03 00:59:50.340930 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12225 | 2025.06.03 00:59:50.340980 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12226 | 2025.06.03 00:59:50.341379 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12227 | 2025.06.03 00:59:50.341418 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12228 | 2025.06.03 00:59:50.341779 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
12229 | 2025.06.03 00:59:50.341999 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12230 | 2025.06.03 00:59:50.342154 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001247 sec., 48115.477145148354 rows/sec., 3.24 MiB/sec. | ||
12231 | 2025.06.03 00:59:50.342203 [ 261 ] {952c1d1f-492b-4a51-8159-5c1026226f04} <Debug> TCPHandler: Processed in 0.001451574 sec. | ||
12232 | 2025.06.03 00:59:53.525637 [ 144 ] {} <Debug> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
12233 | 2025.06.03 00:59:53.525728 [ 144 ] {} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12234 | 2025.06.03 00:59:53.525768 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12235 | 2025.06.03 00:59:53.525961 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::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 | ||
12236 | 2025.06.03 00:59:53.526152 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12237 | 2025.06.03 00:59:53.526209 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 236 rows starting from the beginning of the part | ||
12238 | 2025.06.03 00:59:53.526293 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
12239 | 2025.06.03 00:59:53.526337 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
12240 | 2025.06.03 00:59:53.526378 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
12241 | 2025.06.03 00:59:53.526417 [ 192 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
12242 | 2025.06.03 00:59:53.527198 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304231 sec., 398702.3771095764 rows/sec., 28.30 MiB/sec. | ||
12243 | 2025.06.03 00:59:53.527393 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
12244 | 2025.06.03 00:59:53.527670 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12245 | 2025.06.03 00:59:53.527754 [ 197 ] {f08bf49e-e3a6-4030-ad9e-52da28d32d96::all_1_17_4} <Trace> oximeter.fields_i16 (f08bf49e-e3a6-4030-ad9e-52da28d32d96) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
12246 | 2025.06.03 00:59:53.527848 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12247 | 2025.06.03 00:59:54.158947 [ 144 ] {} <Debug> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
12248 | 2025.06.03 00:59:54.159068 [ 144 ] {} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12249 | 2025.06.03 00:59:54.159110 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12250 | 2025.06.03 00:59:54.159279 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
12251 | 2025.06.03 00:59:54.159470 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12252 | 2025.06.03 00:59:54.159522 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 124 rows starting from the beginning of the part | ||
12253 | 2025.06.03 00:59:54.159627 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
12254 | 2025.06.03 00:59:54.159698 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
12255 | 2025.06.03 00:59:54.159762 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
12256 | 2025.06.03 00:59:54.159824 [ 194 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::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 | ||
12257 | 2025.06.03 00:59:54.160764 [ 197 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001558788 sec., 174494.54319638078 rows/sec., 11.20 MiB/sec. | ||
12258 | 2025.06.03 00:59:54.160995 [ 199 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
12259 | 2025.06.03 00:59:54.161350 [ 199 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12260 | 2025.06.03 00:59:54.161439 [ 199 ] {6f7f98bf-ce6b-423f-8845-26e1098af2a7::all_1_17_4} <Trace> oximeter.fields_u8 (6f7f98bf-ce6b-423f-8845-26e1098af2a7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
12261 | 2025.06.03 00:59:54.161554 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12262 | 2025.06.03 00:59:54.317814 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12263 | 2025.06.03 00:59:54.317881 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12264 | 2025.06.03 00:59:54.504350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
12265 | 2025.06.03 00:59:54.504835 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12266 | 2025.06.03 00:59:54.504875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12267 | 2025.06.03 00:59:54.505356 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12268 | 2025.06.03 00:59:54.505577 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12269 | 2025.06.03 00:59:54.505703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
12270 | 2025.06.03 00:59:54.512135 [ 218 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): 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] | ||
12271 | 2025.06.03 00:59:54.512186 [ 218 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): 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] | ||
12272 | 2025.06.03 00:59:54.527551 [ 218 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): 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] | ||
12273 | 2025.06.03 00:59:55.012972 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): 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] | ||
12274 | 2025.06.03 00:59:55.013033 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): 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] | ||
12275 | 2025.06.03 00:59:55.016823 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): 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] | ||
12276 | 2025.06.03 00:59:55.243751 [ 224 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): 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] | ||
12277 | 2025.06.03 00:59:55.243828 [ 224 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): 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] | ||
12278 | 2025.06.03 00:59:55.247691 [ 224 ] {} <Debug> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): 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] | ||
12279 | 2025.06.03 00:59:55.330455 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12280 | 2025.06.03 00:59:55.330744 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12281 | 2025.06.03 00:59:55.330855 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12282 | 2025.06.03 00:59:55.331745 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12283 | 2025.06.03 00:59:55.331792 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12284 | 2025.06.03 00:59:55.332197 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
12285 | 2025.06.03 00:59:55.332430 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12286 | 2025.06.03 00:59:55.332583 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001916 sec., 58455.11482254697 rows/sec., 4.91 MiB/sec. | ||
12287 | 2025.06.03 00:59:55.332625 [ 261 ] {aacffcd7-1b97-4e51-bb1b-c58ce02b1725} <Debug> TCPHandler: Processed in 0.002358114 sec. | ||
12288 | 2025.06.03 00:59:55.332706 [ 220 ] {} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): 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] | ||
12289 | 2025.06.03 00:59:55.332741 [ 220 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): 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] | ||
12290 | 2025.06.03 00:59:55.332747 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12291 | 2025.06.03 00:59:55.332846 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12292 | 2025.06.03 00:59:55.332888 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12293 | 2025.06.03 00:59:55.333305 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12294 | 2025.06.03 00:59:55.333342 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12295 | 2025.06.03 00:59:55.333634 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12296 | 2025.06.03 00:59:55.333920 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12297 | 2025.06.03 00:59:55.334056 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001229 sec., 22782.75020341741 rows/sec., 1.67 MiB/sec. | ||
12298 | 2025.06.03 00:59:55.334093 [ 261 ] {37161f7d-1883-447b-bd9f-bae378909428} <Debug> TCPHandler: Processed in 0.001393833 sec. | ||
12299 | 2025.06.03 00:59:55.334195 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12300 | 2025.06.03 00:59:55.334288 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12301 | 2025.06.03 00:59:55.334328 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12302 | 2025.06.03 00:59:55.334751 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12303 | 2025.06.03 00:59:55.334789 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12304 | 2025.06.03 00:59:55.335139 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
12305 | 2025.06.03 00:59:55.335427 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2025.06.03 00:59:55.335562 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001292 sec., 71207.43034055727 rows/sec., 5.56 MiB/sec. | ||
12307 | 2025.06.03 00:59:55.335599 [ 261 ] {fd85693c-3cfc-481a-a869-c098fed709a1} <Debug> TCPHandler: Processed in 0.001453075 sec. | ||
12308 | 2025.06.03 00:59:55.335713 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12309 | 2025.06.03 00:59:55.335805 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12310 | 2025.06.03 00:59:55.335849 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12311 | 2025.06.03 00:59:55.335994 [ 220 ] {} <Debug> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): 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] | ||
12312 | 2025.06.03 00:59:55.336298 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12313 | 2025.06.03 00:59:55.336341 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12314 | 2025.06.03 00:59:55.336677 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
12315 | 2025.06.03 00:59:55.336889 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12316 | 2025.06.03 00:59:55.337025 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. | ||
12317 | 2025.06.03 00:59:55.337063 [ 261 ] {3e3914a9-897b-47ab-a289-7c3e043bf2e7} <Debug> TCPHandler: Processed in 0.001396583 sec. | ||
12318 | 2025.06.03 00:59:55.337169 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12319 | 2025.06.03 00:59:55.337262 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12320 | 2025.06.03 00:59:55.337318 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12321 | 2025.06.03 00:59:55.338161 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12322 | 2025.06.03 00:59:55.338197 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12323 | 2025.06.03 00:59:55.338742 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12324 | 2025.06.03 00:59:55.338967 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12325 | 2025.06.03 00:59:55.339102 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001858 sec., 15069.967707212056 rows/sec., 27.00 MiB/sec. | ||
12326 | 2025.06.03 00:59:55.339154 [ 261 ] {c8f136e6-08bc-4fda-b040-046df7ee85ff} <Debug> TCPHandler: Processed in 0.002032993 sec. | ||
12327 | 2025.06.03 00:59:55.339267 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12328 | 2025.06.03 00:59:55.339360 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12329 | 2025.06.03 00:59:55.339401 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12330 | 2025.06.03 00:59:55.339735 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12331 | 2025.06.03 00:59:55.339771 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12332 | 2025.06.03 00:59:55.340068 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
12333 | 2025.06.03 00:59:55.340273 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12334 | 2025.06.03 00:59:55.340401 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
12335 | 2025.06.03 00:59:55.340435 [ 261 ] {f5a7392c-a541-4a37-92e6-8cb5ebb106cb} <Debug> TCPHandler: Processed in 0.001216958 sec. | ||
12336 | 2025.06.03 00:59:55.792740 [ 219 ] {} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): 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] | ||
12337 | 2025.06.03 00:59:55.792796 [ 219 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): 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] | ||
12338 | 2025.06.03 00:59:55.796896 [ 219 ] {} <Debug> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): 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] | ||
12339 | 2025.06.03 00:59:56.313556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 | ||
12340 | 2025.06.03 00:59:56.329618 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12341 | 2025.06.03 00:59:56.329661 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12342 | 2025.06.03 00:59:56.335559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12343 | 2025.06.03 00:59:56.336239 [ 243 ] {} <Trace> system.metric_log (0f375488-842f-425f-81e6-14a8f455a0cf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12344 | 2025.06.03 00:59:56.339044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 527 | ||
12345 | 2025.06.03 00:59:56.443836 [ 220 ] {} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): 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] | ||
12346 | 2025.06.03 00:59:56.443914 [ 220 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): 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] | ||
12347 | 2025.06.03 00:59:56.446583 [ 220 ] {} <Debug> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): 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] | ||
12348 | 2025.06.03 00:59:59.610553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1702 | ||
12349 | 2025.06.03 00:59:59.613007 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12350 | 2025.06.03 00:59:59.613075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12351 | 2025.06.03 00:59:59.614294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12352 | 2025.06.03 00:59:59.614581 [ 242 ] {} <Trace> system.query_log (bef52835-288d-4ca6-b7b7-f370383d7e65): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12353 | 2025.06.03 00:59:59.614993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1702 | ||
12354 | 2025.06.03 01:00:00.336030 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12355 | 2025.06.03 01:00:00.336241 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12356 | 2025.06.03 01:00:00.336318 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12357 | 2025.06.03 01:00:00.337130 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12358 | 2025.06.03 01:00:00.337194 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12359 | 2025.06.03 01:00:00.337677 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
12360 | 2025.06.03 01:00:00.337971 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Trace> oximeter.fields_string (c3cd3de5-f910-47ce-8a78-4b9604634f80): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12361 | 2025.06.03 01:00:00.338147 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001961 sec., 40795.5124936257 rows/sec., 3.36 MiB/sec. | ||
12362 | 2025.06.03 01:00:00.338200 [ 261 ] {6676e414-af58-4c6d-b99e-2f55dd25d876} <Debug> TCPHandler: Processed in 0.002333602 sec. | ||
12363 | 2025.06.03 01:00:00.338362 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12364 | 2025.06.03 01:00:00.338493 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12365 | 2025.06.03 01:00:00.338555 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12366 | 2025.06.03 01:00:00.339167 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12367 | 2025.06.03 01:00:00.339219 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12368 | 2025.06.03 01:00:00.339701 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12369 | 2025.06.03 01:00:00.339974 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Trace> oximeter.fields_u16 (2ee5c5fa-96a0-4b6a-bb44-0c3aef7283d7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12370 | 2025.06.03 01:00:00.340141 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001672 sec., 7177.033492822966 rows/sec., 539.68 KiB/sec. | ||
12371 | 2025.06.03 01:00:00.340197 [ 261 ] {fdcf1d5f-833e-40cb-9c0f-38b6afa31872} <Debug> TCPHandler: Processed in 0.001895268 sec. | ||
12372 | 2025.06.03 01:00:00.340362 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12373 | 2025.06.03 01:00:00.340499 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12374 | 2025.06.03 01:00:00.340566 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12375 | 2025.06.03 01:00:00.341177 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12376 | 2025.06.03 01:00:00.341236 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12377 | 2025.06.03 01:00:00.341644 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
12378 | 2025.06.03 01:00:00.341907 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Trace> oximeter.fields_uuid (251bca6c-cfca-489a-a65b-85297b135e75): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12379 | 2025.06.03 01:00:00.342062 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001591 sec., 47768.69893148963 rows/sec., 3.73 MiB/sec. | ||
12380 | 2025.06.03 01:00:00.342108 [ 261 ] {4e0f14c3-a3ea-4f08-b439-732746035024} <Debug> TCPHandler: Processed in 0.001813776 sec. | ||
12381 | 2025.06.03 01:00:00.342261 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12382 | 2025.06.03 01:00:00.342380 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12383 | 2025.06.03 01:00:00.342432 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12384 | 2025.06.03 01:00:00.342996 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12385 | 2025.06.03 01:00:00.343040 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12386 | 2025.06.03 01:00:00.343506 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
12387 | 2025.06.03 01:00:00.343806 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Trace> oximeter.measurements_cumulativeu64 (93eddf7b-8fcf-4e45-9095-99fba4b624ed): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12388 | 2025.06.03 01:00:00.343977 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
12389 | 2025.06.03 01:00:00.344028 [ 261 ] {6767b930-baab-4e59-9988-df2b1e843496} <Debug> TCPHandler: Processed in 0.001822227 sec. | ||
12390 | 2025.06.03 01:00:00.344188 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12391 | 2025.06.03 01:00:00.344318 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12392 | 2025.06.03 01:00:00.344398 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12393 | 2025.06.03 01:00:00.345587 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12394 | 2025.06.03 01:00:00.345628 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12395 | 2025.06.03 01:00:00.346286 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12396 | 2025.06.03 01:00:00.346656 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Trace> oximeter.measurements_histogramu64 (84ce9988-0d00-4f2b-9906-a1703a4f8f7d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12397 | 2025.06.03 01:00:00.346850 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002562 sec., 4683.840749414519 rows/sec., 8.39 MiB/sec. | ||
12398 | 2025.06.03 01:00:00.346936 [ 261 ] {ed711779-9e5d-48af-b848-85337faa20f6} <Debug> TCPHandler: Processed in 0.002819128 sec. | ||
12399 | 2025.06.03 01:00:00.347099 [ 261 ] {} <Trace> TCP-Session: a1dc37ba-a15c-4d22-aa11-35c32d08faa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12400 | 2025.06.03 01:00:00.347219 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65291) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12401 | 2025.06.03 01:00:00.347271 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12402 | 2025.06.03 01:00:00.347756 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2025.06.03 01:00:00.347805 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12404 | 2025.06.03 01:00:00.348265 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
12405 | 2025.06.03 01:00:00.348613 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Trace> oximeter.measurements_u64 (57b515c7-2aad-4c87-abf9-8e1bbead69f6): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2025.06.03 01:00:00.348803 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
12407 | 2025.06.03 01:00:00.348854 [ 261 ] {0a5f7ba2-374b-4ec9-876b-9851a8ad9bc0} <Debug> TCPHandler: Processed in 0.001819236 sec. | ||
12408 | 2025.06.03 01:00:02.006744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
12409 | 2025.06.03 01:00:02.007436 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12410 | 2025.06.03 01:00:02.007491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12411 | 2025.06.03 01:00:02.008095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12412 | 2025.06.03 01:00:02.008410 [ 244 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12413 | 2025.06.03 01:00:02.008571 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
12414 | 2025.06.03 01:00:02.008630 [ 97 ] {} <Debug> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12415 | 2025.06.03 01:00:02.008723 [ 97 ] {} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12416 | 2025.06.03 01:00:02.008761 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12417 | 2025.06.03 01:00:02.008877 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
12418 | 2025.06.03 01:00:02.008979 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12419 | 2025.06.03 01:00:02.009026 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
12420 | 2025.06.03 01:00:02.009107 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
12421 | 2025.06.03 01:00:02.009181 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
12422 | 2025.06.03 01:00:02.009234 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
12423 | 2025.06.03 01:00:02.009279 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
12424 | 2025.06.03 01:00:02.009328 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::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 | ||
12425 | 2025.06.03 01:00:02.012029 [ 197 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003204079 sec., 10166415.996609323 rows/sec., 145.43 MiB/sec. | ||
12426 | 2025.06.03 01:00:02.012404 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12427 | 2025.06.03 01:00:02.012794 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12428 | 2025.06.03 01:00:02.012895 [ 196 ] {8be6f0f7-9256-40f4-9264-99d74ad32146::all_1_71_14} <Trace> system.asynchronous_metric_log (8be6f0f7-9256-40f4-9264-99d74ad32146) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12429 | 2025.06.03 01:00:02.013013 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. |