1 | [ Jun 18 18:35:40 Enabled. ] | ||
2 | [ Jun 18 18:35:40 Rereading configuration. ] | ||
3 | [ Jun 18 18:35:41 Rereading configuration. ] | ||
4 | [ Jun 18 18:35:42 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 18 18:35:42 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.18 18:35:43.603793 [ 1 ] {} <Information> Application: Will watch for the process with pid 24452 | ||
29 | 2025.06.18 18:35:43.604232 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.06.18 18:35:43.818310 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 24452 | ||
31 | 2025.06.18 18:35:43.819066 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.06.18 18:35:43.819223 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.06.18 18:35:43.918682 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.06.18 18:35:43.962174 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.06.18 18:35:43.962233 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.06.18 18:35:43.962251 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.06.18 18:35:43.962319 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.06.18 18:35:43.962742 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.06.18 18:35:43.965397 [ 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.18 18:35:43.966225 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.06.18 18:35:43.967088 [ 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.18 18:35:43.967113 [ 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.18 18:35:43.967126 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.06.18 18:35:43.967844 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.06.18 18:35:43.968861 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.06.18 18:35:43.974964 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.06.18 18:35:43.975677 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.06.18 18:35:43.977042 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.06.18 18:35:43.977111 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.06.18 18:35:43.978153 [ 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.18 18:35:43.978564 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.06.18 18:35:43.982608 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.06.18 18:35:43.982973 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.06.18 18:35:43.986366 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.06.18 18:35:43.986800 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.06.18 18:35:43.987221 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.06.18 18:35:43.987575 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.06.18 18:35:43.988936 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.06.18 18:35:43.988961 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.06.18 18:35:43.989057 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.06.18 18:35:43.989145 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.06.18 18:35:44.000791 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.06.18 18:35:44.000817 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000177072 sec | ||
68 | 2025.06.18 18:35:44.000845 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.06.18 18:35:44.000859 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.06.18 18:35:44.001694 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.06.18 18:35:44.002292 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.06.18 18:35:44.011946 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.06.18 18:35:44.011991 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.06.18 18:35:44.012017 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.06.18 18:35:44.012032 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.06.18 18:35:44.012065 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.06.18 18:35:44.012085 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.06.18 18:35:44.014409 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.06.18 18:35:44.014460 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.06.18 18:35:44.014483 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.06.18 18:35:44.014633 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.06.18 18:35:44.014680 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.06.18 18:35:44.014695 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.06.18 18:35:44.014716 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.06.18 18:35:44.014731 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.06.18 18:35:44.014765 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.06.18 18:35:44.014788 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.06.18 18:35:44.043368 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.06.18 18:35:44.046543 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.06.18 18:35:44.046593 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3521e-05 sec | ||
91 | 2025.06.18 18:35:44.046609 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.06.18 18:35:44.046622 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.06.18 18:35:44.046656 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.06.18 18:35:44.046899 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.06.18 18:35:44.046954 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.06.18 18:35:44.046969 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.06.18 18:35:44.046984 [ 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.18 18:35:44.046998 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.06.18 18:35:44.065240 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.06.18 18:35:44.065528 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.69 MiB (RSS), difference: 91.91 MiB | ||
101 | 2025.06.18 18:35:44.067521 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.11e-05 sec. | ||
102 | 2025.06.18 18:35:44.067943 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.06.18 18:35:44.068697 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.06.18 18:35:44.068738 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.06.18 18:35:45.233057 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39644 | ||
106 | 2025.06.18 18:35:45.234060 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.06.18 18:35:45.234114 [ 3 ] {} <Debug> TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Authenticating user 'default' from [fd00:1122:3344:101::c]:39644 | ||
108 | 2025.06.18 18:35:45.234142 [ 3 ] {} <Debug> TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.06.18 18:35:45.234161 [ 3 ] {} <Debug> TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.06.18 18:35:45.234253 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.06.18 18:35:45.234283 [ 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.18 18:35:45.234305 [ 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.18 18:35:45.235032 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52791 | ||
114 | 2025.06.18 18:35:45.235935 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34673 | ||
115 | 2025.06.18 18:35:45.235949 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
116 | 2025.06.18 18:35:45.235944 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38351 | ||
117 | 2025.06.18 18:35:45.236010 [ 4 ] {} <Debug> TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Authenticating user 'default' from [fd00:1122:3344:101::c]:52791 | ||
118 | 2025.06.18 18:35:45.236071 [ 4 ] {} <Debug> TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2025.06.18 18:35:45.236087 [ 4 ] {} <Debug> TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2025.06.18 18:35:45.236109 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62048 | ||
121 | 2025.06.18 18:35:45.236222 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38754 | ||
122 | 2025.06.18 18:35:45.236515 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35330 | ||
123 | 2025.06.18 18:35:45.236532 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45439 | ||
124 | 2025.06.18 18:35:45.236903 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.06.18 18:35:45.237064 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
126 | 2025.06.18 18:35:45.237076 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
127 | 2025.06.18 18:35:45.237112 [ 255 ] {} <Debug> TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Authenticating user 'default' from [fd00:1122:3344:101::c]:62048 | ||
128 | 2025.06.18 18:35:45.237144 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
129 | 2025.06.18 18:35:45.237147 [ 255 ] {} <Debug> TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
130 | 2025.06.18 18:35:45.237185 [ 255 ] {} <Debug> TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.06.18 18:35:45.237201 [ 253 ] {} <Debug> TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Authenticating user 'default' from [fd00:1122:3344:101::c]:34673 | ||
132 | 2025.06.18 18:35:45.237203 [ 256 ] {} <Debug> TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Authenticating user 'default' from [fd00:1122:3344:101::c]:38754 | ||
133 | 2025.06.18 18:35:45.237226 [ 253 ] {} <Debug> TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.06.18 18:35:45.237247 [ 256 ] {} <Debug> TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.06.18 18:35:45.237241 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
136 | 2025.06.18 18:35:45.237272 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
137 | 2025.06.18 18:35:45.237273 [ 256 ] {} <Debug> TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
138 | 2025.06.18 18:35:45.237317 [ 258 ] {} <Debug> TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Authenticating user 'default' from [fd00:1122:3344:101::c]:35330 | ||
139 | 2025.06.18 18:35:45.237204 [ 5 ] {} <Debug> TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Authenticating user 'default' from [fd00:1122:3344:101::c]:38351 | ||
140 | 2025.06.18 18:35:45.237352 [ 258 ] {} <Debug> TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.06.18 18:35:45.237302 [ 257 ] {} <Debug> TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Authenticating user 'default' from [fd00:1122:3344:101::c]:45439 | ||
142 | 2025.06.18 18:35:45.237385 [ 5 ] {} <Debug> TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.06.18 18:35:45.237394 [ 258 ] {} <Debug> TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.06.18 18:35:45.237423 [ 5 ] {} <Debug> TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.06.18 18:35:45.237416 [ 257 ] {} <Debug> TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
146 | 2025.06.18 18:35:45.237265 [ 253 ] {} <Debug> TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.06.18 18:35:45.237467 [ 257 ] {} <Debug> TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.06.18 18:35:45.978090 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36536 | ||
149 | 2025.06.18 18:35:45.978239 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
150 | 2025.06.18 18:35:45.978292 [ 259 ] {} <Debug> TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Authenticating user 'default' from [fd00:1122:3344:101::a]:36536 | ||
151 | 2025.06.18 18:35:45.978314 [ 259 ] {} <Debug> TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.06.18 18:35:45.978326 [ 259 ] {} <Debug> TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.06.18 18:35:45.978392 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
154 | 2025.06.18 18:35:45.978426 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
155 | 2025.06.18 18:35:45.978452 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.06.18 18:35:45.978863 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58755 | ||
157 | 2025.06.18 18:35:45.978969 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38326 | ||
158 | 2025.06.18 18:35:45.979083 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
159 | 2025.06.18 18:35:45.979081 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63617 | ||
160 | 2025.06.18 18:35:45.979124 [ 260 ] {} <Debug> TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Authenticating user 'default' from [fd00:1122:3344:101::a]:58755 | ||
161 | 2025.06.18 18:35:45.979172 [ 260 ] {} <Debug> TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
162 | 2025.06.18 18:35:45.979185 [ 260 ] {} <Debug> TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.06.18 18:35:45.979352 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55719 | ||
164 | 2025.06.18 18:35:45.979375 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56879 | ||
165 | 2025.06.18 18:35:45.979439 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50129 | ||
166 | 2025.06.18 18:35:45.979577 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42355 | ||
167 | 2025.06.18 18:35:45.980775 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
168 | 2025.06.18 18:35:45.980798 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
169 | 2025.06.18 18:35:45.980824 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
170 | 2025.06.18 18:35:45.980840 [ 262 ] {} <Debug> TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Authenticating user 'default' from [fd00:1122:3344:101::a]:63617 | ||
171 | 2025.06.18 18:35:45.980861 [ 266 ] {} <Debug> TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Authenticating user 'default' from [fd00:1122:3344:101::a]:42355 | ||
172 | 2025.06.18 18:35:45.980872 [ 265 ] {} <Debug> TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:50129 | ||
173 | 2025.06.18 18:35:45.980882 [ 262 ] {} <Debug> TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
174 | 2025.06.18 18:35:45.980832 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
175 | 2025.06.18 18:35:45.980915 [ 266 ] {} <Debug> TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2025.06.18 18:35:45.980937 [ 265 ] {} <Debug> TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2025.06.18 18:35:45.980967 [ 266 ] {} <Debug> TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.06.18 18:35:45.980980 [ 265 ] {} <Debug> TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.06.18 18:35:45.980978 [ 264 ] {} <Debug> TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Authenticating user 'default' from [fd00:1122:3344:101::a]:56879 | ||
180 | 2025.06.18 18:35:45.980916 [ 262 ] {} <Debug> TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2025.06.18 18:35:45.981026 [ 264 ] {} <Debug> TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.06.18 18:35:45.980808 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
183 | 2025.06.18 18:35:45.981060 [ 264 ] {} <Debug> TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
184 | 2025.06.18 18:35:45.981089 [ 263 ] {} <Debug> TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Authenticating user 'default' from [fd00:1122:3344:101::a]:55719 | ||
185 | 2025.06.18 18:35:45.980800 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
186 | 2025.06.18 18:35:45.981119 [ 263 ] {} <Debug> TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
187 | 2025.06.18 18:35:45.981157 [ 261 ] {} <Debug> TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:38326 | ||
188 | 2025.06.18 18:35:45.981164 [ 263 ] {} <Debug> TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.06.18 18:35:45.981185 [ 261 ] {} <Debug> TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.06.18 18:35:45.981221 [ 261 ] {} <Debug> TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.06.18 18:35:46.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.32 MiB, peak 117.32 MiB, free memory in arenas 0.00 B, will set to 119.60 MiB (RSS), difference: 2.28 MiB | ||
192 | 2025.06.18 18:35:46.185552 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34658 | ||
193 | 2025.06.18 18:35:46.185719 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.06.18 18:35:46.185758 [ 267 ] {} <Debug> TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Authenticating user 'default' from [fd00:1122:3344:101::b]:34658 | ||
195 | 2025.06.18 18:35:46.185779 [ 267 ] {} <Debug> TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.06.18 18:35:46.185791 [ 267 ] {} <Debug> TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.06.18 18:35:46.185866 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.06.18 18:35:46.185895 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
199 | 2025.06.18 18:35:46.185918 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
200 | 2025.06.18 18:35:46.186464 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44574 | ||
201 | 2025.06.18 18:35:46.186466 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37832 | ||
202 | 2025.06.18 18:35:46.186567 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44549 | ||
203 | 2025.06.18 18:35:46.186650 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42991 | ||
204 | 2025.06.18 18:35:46.186702 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
205 | 2025.06.18 18:35:46.186762 [ 269 ] {} <Debug> TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Authenticating user 'default' from [fd00:1122:3344:101::b]:44574 | ||
206 | 2025.06.18 18:35:46.186785 [ 269 ] {} <Debug> TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
207 | 2025.06.18 18:35:46.186798 [ 269 ] {} <Debug> TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
208 | 2025.06.18 18:35:46.186895 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50057 | ||
209 | 2025.06.18 18:35:46.187047 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
210 | 2025.06.18 18:35:46.187178 [ 268 ] {} <Debug> TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:37832 | ||
211 | 2025.06.18 18:35:46.187193 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32947 | ||
212 | 2025.06.18 18:35:46.187239 [ 268 ] {} <Debug> TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
213 | 2025.06.18 18:35:46.187262 [ 268 ] {} <Debug> TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
214 | 2025.06.18 18:35:46.187342 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
215 | 2025.06.18 18:35:46.187378 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58915 | ||
216 | 2025.06.18 18:35:46.187400 [ 271 ] {} <Debug> TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Authenticating user 'default' from [fd00:1122:3344:101::b]:42991 | ||
217 | 2025.06.18 18:35:46.187457 [ 271 ] {} <Debug> TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
218 | 2025.06.18 18:35:46.187478 [ 271 ] {} <Debug> TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
219 | 2025.06.18 18:35:46.188542 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
220 | 2025.06.18 18:35:46.188590 [ 270 ] {} <Debug> TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:44549 | ||
221 | 2025.06.18 18:35:46.188642 [ 270 ] {} <Debug> TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
222 | 2025.06.18 18:35:46.188655 [ 270 ] {} <Debug> TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.06.18 18:35:46.190413 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
224 | 2025.06.18 18:35:46.190462 [ 272 ] {} <Debug> TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Authenticating user 'default' from [fd00:1122:3344:101::b]:50057 | ||
225 | 2025.06.18 18:35:46.190487 [ 272 ] {} <Debug> TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
226 | 2025.06.18 18:35:46.190500 [ 272 ] {} <Debug> TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
227 | 2025.06.18 18:35:46.192280 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
228 | 2025.06.18 18:35:46.192318 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
229 | 2025.06.18 18:35:46.192347 [ 274 ] {} <Debug> TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Authenticating user 'default' from [fd00:1122:3344:101::b]:58915 | ||
230 | 2025.06.18 18:35:46.192368 [ 273 ] {} <Debug> TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Authenticating user 'default' from [fd00:1122:3344:101::b]:32947 | ||
231 | 2025.06.18 18:35:46.192370 [ 274 ] {} <Debug> TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
232 | 2025.06.18 18:35:46.192416 [ 273 ] {} <Debug> TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
233 | 2025.06.18 18:35:46.192421 [ 274 ] {} <Debug> TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.06.18 18:35:46.192438 [ 273 ] {} <Debug> TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.06.18 18:35:50.641820 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48982 | ||
236 | 2025.06.18 18:35:50.642066 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.06.18 18:35:50.642203 [ 275 ] {} <Debug> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Authenticating user 'default' from [fd00:1122:3344:101::d]:48982 | ||
238 | 2025.06.18 18:35:50.642230 [ 275 ] {} <Debug> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.06.18 18:35:50.642245 [ 275 ] {} <Debug> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.06.18 18:35:50.642394 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.06.18 18:35:50.642432 [ 275 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
242 | 2025.06.18 18:35:50.642523 [ 275 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
243 | 2025.06.18 18:35:50.643573 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33404 | ||
244 | 2025.06.18 18:35:50.643724 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56734 | ||
245 | 2025.06.18 18:35:50.643765 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46191 | ||
246 | 2025.06.18 18:35:50.643855 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53843 | ||
247 | 2025.06.18 18:35:50.644029 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37923 | ||
248 | 2025.06.18 18:35:50.644733 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
249 | 2025.06.18 18:35:50.644826 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54049 | ||
250 | 2025.06.18 18:35:50.644844 [ 276 ] {} <Debug> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Authenticating user 'default' from [fd00:1122:3344:101::d]:33404 | ||
251 | 2025.06.18 18:35:50.644887 [ 276 ] {} <Debug> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2025.06.18 18:35:50.644957 [ 276 ] {} <Debug> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
253 | 2025.06.18 18:35:50.646135 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63943 | ||
254 | 2025.06.18 18:35:50.648243 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
255 | 2025.06.18 18:35:50.648267 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50925 | ||
256 | 2025.06.18 18:35:50.648334 [ 278 ] {} <Debug> TCP-Session: 51551848-c740-4e67-891e-88e46005497b Authenticating user 'default' from [fd00:1122:3344:101::d]:46191 | ||
257 | 2025.06.18 18:35:50.648409 [ 278 ] {} <Debug> TCP-Session: 51551848-c740-4e67-891e-88e46005497b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
258 | 2025.06.18 18:35:50.648423 [ 278 ] {} <Debug> TCP-Session: 51551848-c740-4e67-891e-88e46005497b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2025.06.18 18:35:50.650451 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
260 | 2025.06.18 18:35:50.650493 [ 282 ] {} <Debug> TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63943 | ||
261 | 2025.06.18 18:35:50.650511 [ 282 ] {} <Debug> TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.06.18 18:35:50.650588 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
263 | 2025.06.18 18:35:50.650604 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
264 | 2025.06.18 18:35:50.650632 [ 282 ] {} <Debug> TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
265 | 2025.06.18 18:35:50.650717 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
266 | 2025.06.18 18:35:50.650675 [ 281 ] {} <Debug> TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Authenticating user 'default' from [fd00:1122:3344:101::d]:54049 | ||
267 | 2025.06.18 18:35:50.650666 [ 283 ] {} <Debug> TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Authenticating user 'default' from [fd00:1122:3344:101::d]:50925 | ||
268 | 2025.06.18 18:35:50.650800 [ 281 ] {} <Debug> TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2025.06.18 18:35:50.650818 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
270 | 2025.06.18 18:35:50.650758 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
271 | 2025.06.18 18:35:50.650900 [ 281 ] {} <Debug> TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.06.18 18:35:50.650896 [ 279 ] {} <Debug> TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Authenticating user 'default' from [fd00:1122:3344:101::d]:53843 | ||
273 | 2025.06.18 18:35:50.650889 [ 283 ] {} <Debug> TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2025.06.18 18:35:50.651058 [ 279 ] {} <Debug> TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2025.06.18 18:35:50.651076 [ 283 ] {} <Debug> TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2025.06.18 18:35:50.650999 [ 280 ] {} <Debug> TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:37923 | ||
277 | 2025.06.18 18:35:50.651154 [ 279 ] {} <Debug> TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.06.18 18:35:50.650643 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
279 | 2025.06.18 18:35:50.651186 [ 280 ] {} <Debug> TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
280 | 2025.06.18 18:35:50.651235 [ 280 ] {} <Debug> TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
281 | 2025.06.18 18:35:50.651258 [ 277 ] {} <Debug> TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56734 | ||
282 | 2025.06.18 18:35:50.651343 [ 277 ] {} <Debug> TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.06.18 18:35:50.651356 [ 277 ] {} <Debug> TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
284 | 2025.06.18 18:35:50.653973 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.06.18 18:35:50.714563 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48982) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
286 | |||
287 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
301 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
302 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
303 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
305 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
307 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
308 | |||
309 | 2025.06.18 18:35:50.715659 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
310 | |||
311 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
325 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
326 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
327 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
329 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
331 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
332 | |||
333 | 2025.06.18 18:35:50.715907 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} <Debug> TCPHandler: Processed in 0.072121606 sec. | ||
334 | 2025.06.18 18:35:50.716857 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.06.18 18:35:50.717061 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.06.18 18:35:50.717558 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33404) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
337 | |||
338 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
352 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
353 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
354 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
356 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
358 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
359 | |||
360 | 2025.06.18 18:35:50.717843 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
361 | |||
362 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
376 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
377 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
378 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
380 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
382 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
383 | |||
384 | 2025.06.18 18:35:50.718068 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} <Debug> TCPHandler: Processed in 0.001390159 sec. | ||
385 | 2025.06.18 18:35:50.718422 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.06.18 18:35:50.719304 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.06.18 18:35:50.719999 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.06.18 18:35:50.721408 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.06.18 18:35:50.721530 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157212 sec | ||
390 | 2025.06.18 18:35:50.721545 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Trace> ReferentialDeps: No tables | ||
391 | 2025.06.18 18:35:50.721556 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Trace> LoadingDeps: No tables | ||
392 | 2025.06.18 18:35:50.721615 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.06.18 18:35:50.722341 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} <Debug> TCPHandler: Processed in 0.004039406 sec. | ||
394 | 2025.06.18 18:35:50.722497 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.06.18 18:35:50.722657 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) /* The version table contains metadata about the `oximeter` database */ | ||
396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
397 | 2025.06.18 18:35:50.722867 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.06.18 18:35:50.728141 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
399 | 2025.06.18 18:35:50.729377 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Debug> oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): Loading data parts | ||
400 | 2025.06.18 18:35:50.730554 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Debug> oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): There are no data parts | ||
401 | 2025.06.18 18:35:50.733184 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} <Debug> TCPHandler: Processed in 0.010737468 sec. | ||
402 | 2025.06.18 18:35:50.733511 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
403 | 2025.06.18 18:35:50.733701 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) /* The measurement tables contain all individual samples from each timeseries. | ||
404 | * | ||
405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
408 | * by all samples from the same timeseries. | ||
409 | * | ||
410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
411 | * and then uses that to index quickly into the measurements tables. | ||
412 | */ | ||
413 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
414 | 2025.06.18 18:35:50.733831 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
415 | 2025.06.18 18:35:50.743413 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} <Debug> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Loading data parts | ||
416 | 2025.06.18 18:35:50.743765 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} <Debug> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): There are no data parts | ||
417 | 2025.06.18 18:35:50.745105 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} <Debug> TCPHandler: Processed in 0.0116437 sec. | ||
418 | 2025.06.18 18:35:50.745252 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
419 | 2025.06.18 18:35:50.745504 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
420 | 2025.06.18 18:35:50.745550 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
421 | 2025.06.18 18:35:50.747525 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} <Debug> oximeter.measurements_i8 (5af90643-0386-4dc3-a45d-03cbda908085): Loading data parts | ||
422 | 2025.06.18 18:35:50.747655 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} <Debug> oximeter.measurements_i8 (5af90643-0386-4dc3-a45d-03cbda908085): There are no data parts | ||
423 | 2025.06.18 18:35:50.749063 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} <Debug> TCPHandler: Processed in 0.003860263 sec. | ||
424 | 2025.06.18 18:35:50.749316 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
425 | 2025.06.18 18:35:50.749478 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
426 | 2025.06.18 18:35:50.749626 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
427 | 2025.06.18 18:35:50.751270 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} <Debug> oximeter.measurements_u8 (1b6c2dba-351b-4ded-a48b-0ed58ed35f8a): Loading data parts | ||
428 | 2025.06.18 18:35:50.751464 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} <Debug> oximeter.measurements_u8 (1b6c2dba-351b-4ded-a48b-0ed58ed35f8a): There are no data parts | ||
429 | 2025.06.18 18:35:50.752811 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} <Debug> TCPHandler: Processed in 0.003543589 sec. | ||
430 | 2025.06.18 18:35:50.752970 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
431 | 2025.06.18 18:35:50.753180 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
432 | 2025.06.18 18:35:50.753258 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
433 | 2025.06.18 18:35:50.755405 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} <Debug> oximeter.measurements_i16 (8e6794bf-e57d-4fa0-8bf4-eb89dbe6ce9c): Loading data parts | ||
434 | 2025.06.18 18:35:50.755560 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} <Debug> oximeter.measurements_i16 (8e6794bf-e57d-4fa0-8bf4-eb89dbe6ce9c): There are no data parts | ||
435 | 2025.06.18 18:35:50.756969 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} <Debug> TCPHandler: Processed in 0.004059966 sec. | ||
436 | 2025.06.18 18:35:50.757192 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
437 | 2025.06.18 18:35:50.757347 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
438 | 2025.06.18 18:35:50.757454 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
439 | 2025.06.18 18:35:50.759343 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} <Debug> oximeter.measurements_u16 (87200161-ece7-4e6a-bd17-878797c22709): Loading data parts | ||
440 | 2025.06.18 18:35:50.759560 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} <Debug> oximeter.measurements_u16 (87200161-ece7-4e6a-bd17-878797c22709): There are no data parts | ||
441 | 2025.06.18 18:35:50.760934 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} <Debug> TCPHandler: Processed in 0.003789253 sec. | ||
442 | 2025.06.18 18:35:50.761076 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
443 | 2025.06.18 18:35:50.761312 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
444 | 2025.06.18 18:35:50.761387 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
445 | 2025.06.18 18:35:50.764174 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} <Debug> oximeter.measurements_i32 (3a7099c4-150d-4033-8a68-3597e6b1d575): Loading data parts | ||
446 | 2025.06.18 18:35:50.764359 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} <Debug> oximeter.measurements_i32 (3a7099c4-150d-4033-8a68-3597e6b1d575): There are no data parts | ||
447 | 2025.06.18 18:35:50.766091 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} <Debug> TCPHandler: Processed in 0.00506285 sec. | ||
448 | 2025.06.18 18:35:50.766303 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
449 | 2025.06.18 18:35:50.766460 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
450 | 2025.06.18 18:35:50.766570 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
451 | 2025.06.18 18:35:50.768321 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} <Debug> oximeter.measurements_u32 (cbcf9ab9-3fee-46d7-ba05-a2add2de7b00): Loading data parts | ||
452 | 2025.06.18 18:35:50.768471 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} <Debug> oximeter.measurements_u32 (cbcf9ab9-3fee-46d7-ba05-a2add2de7b00): There are no data parts | ||
453 | 2025.06.18 18:35:50.769985 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} <Debug> TCPHandler: Processed in 0.003733322 sec. | ||
454 | 2025.06.18 18:35:50.770127 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
455 | 2025.06.18 18:35:50.770285 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
456 | 2025.06.18 18:35:50.770394 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
457 | 2025.06.18 18:35:50.772048 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} <Debug> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Loading data parts | ||
458 | 2025.06.18 18:35:50.772187 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} <Debug> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): There are no data parts | ||
459 | 2025.06.18 18:35:50.773784 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} <Debug> TCPHandler: Processed in 0.003706241 sec. | ||
460 | 2025.06.18 18:35:50.774005 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
461 | 2025.06.18 18:35:50.774168 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
462 | 2025.06.18 18:35:50.774279 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
463 | 2025.06.18 18:35:50.776088 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Loading data parts | ||
464 | 2025.06.18 18:35:50.776230 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): There are no data parts | ||
465 | 2025.06.18 18:35:50.777842 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} <Debug> TCPHandler: Processed in 0.003886074 sec. | ||
466 | 2025.06.18 18:35:50.778006 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
467 | 2025.06.18 18:35:50.778175 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
468 | 2025.06.18 18:35:50.778330 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
469 | 2025.06.18 18:35:50.780716 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} <Debug> oximeter.measurements_f32 (2cf55359-6ea2-45cd-ab01-dd974f5c399d): Loading data parts | ||
470 | 2025.06.18 18:35:50.780860 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} <Debug> oximeter.measurements_f32 (2cf55359-6ea2-45cd-ab01-dd974f5c399d): There are no data parts | ||
471 | 2025.06.18 18:35:50.782150 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} <Debug> TCPHandler: Processed in 0.004201958 sec. | ||
472 | 2025.06.18 18:35:50.782405 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
473 | 2025.06.18 18:35:50.782596 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
474 | 2025.06.18 18:35:50.782703 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
475 | 2025.06.18 18:35:50.784707 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} <Debug> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Loading data parts | ||
476 | 2025.06.18 18:35:50.784843 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} <Debug> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): There are no data parts | ||
477 | 2025.06.18 18:35:50.786044 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} <Debug> TCPHandler: Processed in 0.003690401 sec. | ||
478 | 2025.06.18 18:35:50.786189 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
479 | 2025.06.18 18:35:50.786341 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
480 | 2025.06.18 18:35:50.786468 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
481 | 2025.06.18 18:35:50.788370 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} <Debug> oximeter.measurements_string (771f9130-98a4-411f-9140-6c82eec112fe): Loading data parts | ||
482 | 2025.06.18 18:35:50.788512 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} <Debug> oximeter.measurements_string (771f9130-98a4-411f-9140-6c82eec112fe): There are no data parts | ||
483 | 2025.06.18 18:35:50.789620 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} <Debug> TCPHandler: Processed in 0.003478499 sec. | ||
484 | 2025.06.18 18:35:50.789845 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
485 | 2025.06.18 18:35:50.789999 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
488 | * a string isn't palatable for a few reasons. | ||
489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
490 | * details. | ||
491 | */ | ||
492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
493 | 2025.06.18 18:35:50.790138 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
494 | 2025.06.18 18:35:50.791899 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} <Debug> oximeter.measurements_bytes (ff3b67a8-2a0c-40dc-a2c5-edc2884ce28d): Loading data parts | ||
495 | 2025.06.18 18:35:50.792058 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} <Debug> oximeter.measurements_bytes (ff3b67a8-2a0c-40dc-a2c5-edc2884ce28d): There are no data parts | ||
496 | 2025.06.18 18:35:50.794274 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} <Debug> TCPHandler: Processed in 0.004476422 sec. | ||
497 | 2025.06.18 18:35:50.794510 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
498 | 2025.06.18 18:35:50.794698 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
499 | 2025.06.18 18:35:50.794875 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
500 | 2025.06.18 18:35:50.797175 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} <Debug> oximeter.measurements_cumulativei64 (630652f1-9673-494e-a27b-96368c46625a): Loading data parts | ||
501 | 2025.06.18 18:35:50.797397 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} <Debug> oximeter.measurements_cumulativei64 (630652f1-9673-494e-a27b-96368c46625a): There are no data parts | ||
502 | 2025.06.18 18:35:50.800405 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} <Debug> TCPHandler: Processed in 0.005953092 sec. | ||
503 | 2025.06.18 18:35:50.800554 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
504 | 2025.06.18 18:35:50.800793 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
505 | 2025.06.18 18:35:50.800929 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
506 | 2025.06.18 18:35:50.802897 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Loading data parts | ||
507 | 2025.06.18 18:35:50.803185 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): There are no data parts | ||
508 | 2025.06.18 18:35:50.805344 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} <Debug> TCPHandler: Processed in 0.004836596 sec. | ||
509 | 2025.06.18 18:35:50.805539 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
510 | 2025.06.18 18:35:50.805736 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
511 | 2025.06.18 18:35:50.805890 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
512 | 2025.06.18 18:35:50.808360 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} <Debug> oximeter.measurements_cumulativef32 (5764817a-5496-4e88-bc64-75e34d6c5372): Loading data parts | ||
513 | 2025.06.18 18:35:50.808518 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} <Debug> oximeter.measurements_cumulativef32 (5764817a-5496-4e88-bc64-75e34d6c5372): There are no data parts | ||
514 | 2025.06.18 18:35:50.810525 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} <Debug> TCPHandler: Processed in 0.00506017 sec. | ||
515 | 2025.06.18 18:35:50.810761 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
516 | 2025.06.18 18:35:50.810931 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
517 | 2025.06.18 18:35:50.811041 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
518 | 2025.06.18 18:35:50.815057 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} <Debug> oximeter.measurements_cumulativef64 (e362648c-a50c-4eaf-be0f-423a34863072): Loading data parts | ||
519 | 2025.06.18 18:35:50.815263 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} <Debug> oximeter.measurements_cumulativef64 (e362648c-a50c-4eaf-be0f-423a34863072): There are no data parts | ||
520 | 2025.06.18 18:35:50.816950 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} <Debug> TCPHandler: Processed in 0.006237956 sec. | ||
521 | 2025.06.18 18:35:50.817103 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
522 | 2025.06.18 18:35:50.817399 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
523 | * NOTE: Array types cannot be Nullable, see | ||
524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
525 | * for more details. | ||
526 | * | ||
527 | * This means we need to use empty arrays to indicate a missing value. This | ||
528 | * is unfortunate, and at this point relies on the fact that an | ||
529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
530 | * to figure out another way to represent missing samples here. | ||
531 | */ | ||
532 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
533 | 2025.06.18 18:35:50.817525 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
534 | 2025.06.18 18:35:50.820488 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} <Debug> oximeter.measurements_histogrami8 (5b592619-9185-4b4b-8dde-e0a75e2fcc22): Loading data parts | ||
535 | 2025.06.18 18:35:50.820625 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} <Debug> oximeter.measurements_histogrami8 (5b592619-9185-4b4b-8dde-e0a75e2fcc22): There are no data parts | ||
536 | 2025.06.18 18:35:50.821859 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} <Debug> TCPHandler: Processed in 0.004805596 sec. | ||
537 | 2025.06.18 18:35:50.822101 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
538 | 2025.06.18 18:35:50.822314 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
539 | 2025.06.18 18:35:50.822441 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
540 | 2025.06.18 18:35:50.825069 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} <Debug> oximeter.measurements_histogramu8 (56fb1318-fe4a-4fdd-bbe3-7810214cde4f): Loading data parts | ||
541 | 2025.06.18 18:35:50.825240 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} <Debug> oximeter.measurements_histogramu8 (56fb1318-fe4a-4fdd-bbe3-7810214cde4f): There are no data parts | ||
542 | 2025.06.18 18:35:50.826776 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} <Debug> TCPHandler: Processed in 0.004722855 sec. | ||
543 | 2025.06.18 18:35:50.826949 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
544 | 2025.06.18 18:35:50.827355 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
545 | 2025.06.18 18:35:50.827526 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
546 | 2025.06.18 18:35:50.830412 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} <Debug> oximeter.measurements_histogrami16 (a18a274a-ff4e-496d-b69b-d7ca44eba4e2): Loading data parts | ||
547 | 2025.06.18 18:35:50.830547 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} <Debug> oximeter.measurements_histogrami16 (a18a274a-ff4e-496d-b69b-d7ca44eba4e2): There are no data parts | ||
548 | 2025.06.18 18:35:50.831772 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} <Debug> TCPHandler: Processed in 0.004888917 sec. | ||
549 | 2025.06.18 18:35:50.831996 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
550 | 2025.06.18 18:35:50.832211 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
551 | 2025.06.18 18:35:50.832332 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
552 | 2025.06.18 18:35:50.834477 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} <Debug> oximeter.measurements_histogramu16 (cb8c5cb9-5485-49d4-9c57-17dd2dc29fe6): Loading data parts | ||
553 | 2025.06.18 18:35:50.834665 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} <Debug> oximeter.measurements_histogramu16 (cb8c5cb9-5485-49d4-9c57-17dd2dc29fe6): There are no data parts | ||
554 | 2025.06.18 18:35:50.836276 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} <Debug> TCPHandler: Processed in 0.00433069 sec. | ||
555 | 2025.06.18 18:35:50.836421 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
556 | 2025.06.18 18:35:50.836675 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
557 | 2025.06.18 18:35:50.836791 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
558 | 2025.06.18 18:35:50.838964 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} <Debug> oximeter.measurements_histogrami32 (b39b5a7f-4ec1-4031-aee7-7d4944c3ea85): Loading data parts | ||
559 | 2025.06.18 18:35:50.839101 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} <Debug> oximeter.measurements_histogrami32 (b39b5a7f-4ec1-4031-aee7-7d4944c3ea85): There are no data parts | ||
560 | 2025.06.18 18:35:50.840440 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} <Debug> TCPHandler: Processed in 0.004066506 sec. | ||
561 | 2025.06.18 18:35:50.840653 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
562 | 2025.06.18 18:35:50.840862 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
563 | 2025.06.18 18:35:50.840987 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
564 | 2025.06.18 18:35:50.842996 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} <Debug> oximeter.measurements_histogramu32 (750ff680-cd95-4676-a15c-5a833ccfe335): Loading data parts | ||
565 | 2025.06.18 18:35:50.843155 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} <Debug> oximeter.measurements_histogramu32 (750ff680-cd95-4676-a15c-5a833ccfe335): There are no data parts | ||
566 | 2025.06.18 18:35:50.845120 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} <Debug> TCPHandler: Processed in 0.004514482 sec. | ||
567 | 2025.06.18 18:35:50.845288 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
568 | 2025.06.18 18:35:50.845562 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
569 | 2025.06.18 18:35:50.845698 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
570 | 2025.06.18 18:35:50.848797 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} <Debug> oximeter.measurements_histogrami64 (a17fb3e4-8b10-4398-bb6c-64adfb103e2f): Loading data parts | ||
571 | 2025.06.18 18:35:50.848953 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} <Debug> oximeter.measurements_histogrami64 (a17fb3e4-8b10-4398-bb6c-64adfb103e2f): There are no data parts | ||
572 | 2025.06.18 18:35:50.850201 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} <Debug> TCPHandler: Processed in 0.004973698 sec. | ||
573 | 2025.06.18 18:35:50.850443 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
574 | 2025.06.18 18:35:50.850701 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
575 | 2025.06.18 18:35:50.850835 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
576 | 2025.06.18 18:35:50.852849 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Loading data parts | ||
577 | 2025.06.18 18:35:50.853026 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): There are no data parts | ||
578 | 2025.06.18 18:35:50.855144 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} <Debug> TCPHandler: Processed in 0.004750175 sec. | ||
579 | 2025.06.18 18:35:50.855300 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
580 | 2025.06.18 18:35:50.855641 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
581 | 2025.06.18 18:35:50.855797 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
582 | 2025.06.18 18:35:50.858415 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} <Debug> oximeter.measurements_histogramf32 (9973fed6-1774-4192-998e-f3f7defcf29b): Loading data parts | ||
583 | 2025.06.18 18:35:50.858572 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} <Debug> oximeter.measurements_histogramf32 (9973fed6-1774-4192-998e-f3f7defcf29b): There are no data parts | ||
584 | 2025.06.18 18:35:50.860142 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} <Debug> TCPHandler: Processed in 0.004892347 sec. | ||
585 | 2025.06.18 18:35:50.860452 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
586 | 2025.06.18 18:35:50.860661 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
587 | 2025.06.18 18:35:50.860801 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
588 | 2025.06.18 18:35:50.862850 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} <Debug> oximeter.measurements_histogramf64 (f43ce9bf-a124-4b60-b5f6-7250582b5c4d): Loading data parts | ||
589 | 2025.06.18 18:35:50.863029 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} <Debug> oximeter.measurements_histogramf64 (f43ce9bf-a124-4b60-b5f6-7250582b5c4d): There are no data parts | ||
590 | 2025.06.18 18:35:50.864564 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} <Debug> TCPHandler: Processed in 0.004160997 sec. | ||
591 | 2025.06.18 18:35:50.864727 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
592 | 2025.06.18 18:35:50.865022 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) /* The field tables store named dimensions of each timeseries. | ||
593 | * | ||
594 | * As with the measurement tables, there is one field table for each field data | ||
595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
596 | * this behavior **must not** be relied upon for query correctness. | ||
597 | * | ||
598 | * The index for the fields differs from the measurements, however. Rows are | ||
599 | * sorted by timeseries name, then field name, field value, and finally | ||
600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
602 | * usually then used to look up measurements. | ||
603 | * | ||
604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
605 | * timeseries name and then key, since it would improve lookups where one | ||
606 | * already has the key. Realistically though, these tables are quite small and | ||
607 | * so performance benefits will be low in absolute terms. | ||
608 | * | ||
609 | * TTL: We use a materialized column to expire old field table records. This | ||
610 | * column is generated automatically by the database whenever a new row is | ||
611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
613 | * record will remain during a deduplication, which will have the last | ||
614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
615 | * measurement tables. | ||
616 | */ | ||
617 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
618 | 2025.06.18 18:35:50.865158 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
619 | 2025.06.18 18:35:50.867656 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} <Debug> oximeter.fields_bool (8e1b657f-16d1-4872-8239-f08b6f16c70b): Loading data parts | ||
620 | 2025.06.18 18:35:50.867938 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} <Debug> oximeter.fields_bool (8e1b657f-16d1-4872-8239-f08b6f16c70b): There are no data parts | ||
621 | 2025.06.18 18:35:50.869590 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} <Debug> TCPHandler: Processed in 0.004911598 sec. | ||
622 | 2025.06.18 18:35:50.869737 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
623 | 2025.06.18 18:35:50.870010 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
624 | 2025.06.18 18:35:50.870117 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
625 | 2025.06.18 18:35:50.872287 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} <Debug> oximeter.fields_i8 (4ab68128-5b0c-4853-b3e8-bcdcae9dfd32): Loading data parts | ||
626 | 2025.06.18 18:35:50.872437 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} <Debug> oximeter.fields_i8 (4ab68128-5b0c-4853-b3e8-bcdcae9dfd32): There are no data parts | ||
627 | 2025.06.18 18:35:50.873706 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} <Debug> TCPHandler: Processed in 0.004016405 sec. | ||
628 | 2025.06.18 18:35:50.873872 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
629 | 2025.06.18 18:35:50.874075 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
630 | 2025.06.18 18:35:50.874217 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
631 | 2025.06.18 18:35:50.875933 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Loading data parts | ||
632 | 2025.06.18 18:35:50.876088 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): There are no data parts | ||
633 | 2025.06.18 18:35:50.877165 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} <Debug> TCPHandler: Processed in 0.003355646 sec. | ||
634 | 2025.06.18 18:35:50.877303 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
635 | 2025.06.18 18:35:50.877525 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
636 | 2025.06.18 18:35:50.877632 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
637 | 2025.06.18 18:35:50.879555 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Loading data parts | ||
638 | 2025.06.18 18:35:50.879784 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): There are no data parts | ||
639 | 2025.06.18 18:35:50.880954 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} <Debug> TCPHandler: Processed in 0.003699751 sec. | ||
640 | 2025.06.18 18:35:50.881103 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
641 | 2025.06.18 18:35:50.881256 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
642 | 2025.06.18 18:35:50.881375 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
643 | 2025.06.18 18:35:50.883824 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Loading data parts | ||
644 | 2025.06.18 18:35:50.883966 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): There are no data parts | ||
645 | 2025.06.18 18:35:50.885169 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} <Debug> TCPHandler: Processed in 0.004112246 sec. | ||
646 | 2025.06.18 18:35:50.885356 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
647 | 2025.06.18 18:35:50.885570 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
648 | 2025.06.18 18:35:50.885695 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
649 | 2025.06.18 18:35:50.887952 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} <Debug> oximeter.fields_i32 (0c4d097c-f02b-4c8f-814f-701d3aae21b5): Loading data parts | ||
650 | 2025.06.18 18:35:50.888089 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} <Debug> oximeter.fields_i32 (0c4d097c-f02b-4c8f-814f-701d3aae21b5): There are no data parts | ||
651 | 2025.06.18 18:35:50.889876 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} <Debug> TCPHandler: Processed in 0.004567763 sec. | ||
652 | 2025.06.18 18:35:50.890019 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
653 | 2025.06.18 18:35:50.890171 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
654 | 2025.06.18 18:35:50.890278 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
655 | 2025.06.18 18:35:50.892515 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Loading data parts | ||
656 | 2025.06.18 18:35:50.892659 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): There are no data parts | ||
657 | 2025.06.18 18:35:50.893887 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} <Debug> TCPHandler: Processed in 0.003915654 sec. | ||
658 | 2025.06.18 18:35:50.894101 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
659 | 2025.06.18 18:35:50.894253 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
660 | 2025.06.18 18:35:50.894375 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
661 | 2025.06.18 18:35:50.896490 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} <Debug> oximeter.fields_i64 (a7e5dea8-c6d7-4bcc-a42a-53773c8244cb): Loading data parts | ||
662 | 2025.06.18 18:35:50.896709 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} <Debug> oximeter.fields_i64 (a7e5dea8-c6d7-4bcc-a42a-53773c8244cb): There are no data parts | ||
663 | 2025.06.18 18:35:50.897845 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} <Debug> TCPHandler: Processed in 0.003792862 sec. | ||
664 | 2025.06.18 18:35:50.897979 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
665 | 2025.06.18 18:35:50.898175 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
666 | 2025.06.18 18:35:50.898252 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
667 | 2025.06.18 18:35:50.899931 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} <Debug> oximeter.fields_u64 (a11d82e9-7ae4-4e1c-99e6-d37241d7b3da): Loading data parts | ||
668 | 2025.06.18 18:35:50.900056 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} <Debug> oximeter.fields_u64 (a11d82e9-7ae4-4e1c-99e6-d37241d7b3da): There are no data parts | ||
669 | 2025.06.18 18:35:50.901321 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} <Debug> TCPHandler: Processed in 0.003435848 sec. | ||
670 | 2025.06.18 18:35:50.901512 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2025.06.18 18:35:50.901723 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
672 | 2025.06.18 18:35:50.901842 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
673 | 2025.06.18 18:35:50.903517 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Loading data parts | ||
674 | 2025.06.18 18:35:50.903741 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): There are no data parts | ||
675 | 2025.06.18 18:35:50.904869 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} <Debug> TCPHandler: Processed in 0.003346186 sec. | ||
676 | 2025.06.18 18:35:50.905005 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
677 | 2025.06.18 18:35:50.905244 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
678 | 2025.06.18 18:35:50.905329 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
679 | 2025.06.18 18:35:50.907029 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Loading data parts | ||
680 | 2025.06.18 18:35:50.907154 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): There are no data parts | ||
681 | 2025.06.18 18:35:50.908635 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} <Debug> TCPHandler: Processed in 0.003678351 sec. | ||
682 | 2025.06.18 18:35:50.908829 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2025.06.18 18:35:50.908979 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
684 | 2025.06.18 18:35:50.909115 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
685 | 2025.06.18 18:35:50.911700 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Loading data parts | ||
686 | 2025.06.18 18:35:50.912018 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): There are no data parts | ||
687 | 2025.06.18 18:35:50.915547 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} <Debug> TCPHandler: Processed in 0.006766604 sec. | ||
688 | 2025.06.18 18:35:50.915735 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
689 | 2025.06.18 18:35:50.916085 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) /* The timeseries schema table stores the extracted schema for the samples | ||
690 | * oximeter collects. | ||
691 | */ | ||
692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
693 | 2025.06.18 18:35:50.916233 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
694 | 2025.06.18 18:35:50.919913 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Loading data parts | ||
695 | 2025.06.18 18:35:50.920188 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): There are no data parts | ||
696 | 2025.06.18 18:35:50.922205 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} <Debug> TCPHandler: Processed in 0.006519239 sec. | ||
697 | 2025.06.18 18:35:50.922486 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
698 | 2025.06.18 18:35:50.922919 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
699 | 2025.06.18 18:35:50.924233 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
700 | 2025.06.18 18:35:50.932271 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Trace> oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
701 | 2025.06.18 18:35:50.932482 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
702 | 2025.06.18 18:35:50.937181 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
703 | 2025.06.18 18:35:50.937860 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Trace> oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
704 | 2025.06.18 18:35:50.938247 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015469 sec., 64.64541987200207 rows/sec., 1.01 KiB/sec. | ||
705 | 2025.06.18 18:35:50.938524 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} <Debug> TCPHandler: Processed in 0.016178604 sec. | ||
706 | 2025.06.18 18:35:51.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.50 MiB, peak 127.50 MiB, free memory in arenas 0.00 B, will set to 139.76 MiB (RSS), difference: 12.26 MiB | ||
707 | 2025.06.18 18:35:51.515338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
708 | 2025.06.18 18:35:51.515430 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
709 | 2025.06.18 18:35:51.515559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
710 | 2025.06.18 18:35:51.515750 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.06.18 18:35:51.518592 [ 244 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Loading data parts | ||
712 | 2025.06.18 18:35:51.518789 [ 244 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): There are no data parts | ||
713 | 2025.06.18 18:35:51.522533 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
714 | 2025.06.18 18:35:51.522664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
715 | 2025.06.18 18:35:51.527000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
716 | 2025.06.18 18:35:51.527690 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:35:51.527938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
718 | 2025.06.18 18:35:51.529808 [ 243 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Loading data parts | ||
719 | 2025.06.18 18:35:51.529987 [ 243 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): There are no data parts | ||
720 | 2025.06.18 18:35:51.553884 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.06.18 18:35:51.554038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
722 | 2025.06.18 18:35:51.560351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.06.18 18:35:51.561533 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:35:51.565381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.06.18 18:35:52.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.62 MiB, peak 148.62 MiB, free memory in arenas 0.00 B, will set to 153.72 MiB (RSS), difference: 9.10 MiB | ||
726 | 2025.06.18 18:35:54.015234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.06.18 18:35:54.015440 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.06.18 18:35:54.019751 [ 242 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Loading data parts | ||
729 | 2025.06.18 18:35:54.019966 [ 242 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): There are no data parts | ||
730 | 2025.06.18 18:35:54.025480 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.06.18 18:35:54.025597 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
732 | 2025.06.18 18:35:54.027222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.06.18 18:35:54.027730 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:35:54.027995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.06.18 18:35:55.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.97 MiB, peak 157.97 MiB, free memory in arenas 0.00 B, will set to 154.85 MiB (RSS), difference: -3.12 MiB | ||
736 | 2025.06.18 18:35:58.989181 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.06.18 18:35:58.989240 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.06.18 18:35:59.028940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
739 | 2025.06.18 18:35:59.029952 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.06.18 18:35:59.029998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
741 | 2025.06.18 18:35:59.030647 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.06.18 18:35:59.031197 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:35:59.031358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.06.18 18:35:59.066378 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.06.18 18:35:59.084180 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.06.18 18:35:59.084290 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
747 | 2025.06.18 18:35:59.090850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.06.18 18:35:59.092002 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:35:59.095178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.06.18 18:36:00.000142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.63 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 2.04 MiB | ||
751 | 2025.06.18 18:36:05.001129 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.74 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 4.02 MiB | ||
752 | 2025.06.18 18:36:06.531602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
753 | 2025.06.18 18:36:06.532061 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
754 | 2025.06.18 18:36:06.532097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
755 | 2025.06.18 18:36:06.532827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
756 | 2025.06.18 18:36:06.533326 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
757 | 2025.06.18 18:36:06.533451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
758 | 2025.06.18 18:36:06.595417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
759 | 2025.06.18 18:36:06.611536 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
760 | 2025.06.18 18:36:06.611588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
761 | 2025.06.18 18:36:06.617929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
762 | 2025.06.18 18:36:06.619045 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
763 | 2025.06.18 18:36:06.621888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
764 | 2025.06.18 18:36:07.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.30 MiB, peak 162.30 MiB, free memory in arenas 0.00 B, will set to 159.32 MiB (RSS), difference: 1.02 MiB | ||
765 | 2025.06.18 18:36:10.947386 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.06.18 18:36:10.947603 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.06.18 18:36:10.947990 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.06.18 18:36:10.950204 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.06.18 18:36:10.952907 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} <Debug> TCPHandler: Processed in 0.005649448 sec. | ||
770 | 2025.06.18 18:36:10.953963 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.06.18 18:36:10.954099 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
772 | 2025.06.18 18:36:10.956202 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.06.18 18:36:10.956251 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.06.18 18:36:10.958604 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} <Debug> TCPHandler: Processed in 0.004691065 sec. | ||
775 | 2025.06.18 18:36:10.958850 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.06.18 18:36:10.958972 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
777 | 2025.06.18 18:36:10.961195 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.06.18 18:36:10.961240 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.06.18 18:36:10.961557 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} <Debug> TCPHandler: Processed in 0.002754989 sec. | ||
780 | 2025.06.18 18:36:10.961801 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.06.18 18:36:10.961916 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
782 | 2025.06.18 18:36:10.962149 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.06.18 18:36:10.962193 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.06.18 18:36:10.962495 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} <Debug> TCPHandler: Processed in 0.00074152 sec. | ||
785 | 2025.06.18 18:36:10.962684 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.06.18 18:36:10.962797 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
787 | 2025.06.18 18:36:10.963029 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.06.18 18:36:10.963072 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
789 | 2025.06.18 18:36:10.963371 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} <Debug> TCPHandler: Processed in 0.0007337 sec. | ||
790 | 2025.06.18 18:36:10.963569 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2025.06.18 18:36:10.963683 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
792 | 2025.06.18 18:36:10.963922 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
793 | 2025.06.18 18:36:10.963965 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
794 | 2025.06.18 18:36:10.964265 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} <Debug> TCPHandler: Processed in 0.00074351 sec. | ||
795 | 2025.06.18 18:36:10.964452 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2025.06.18 18:36:10.964566 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
797 | 2025.06.18 18:36:10.964800 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
798 | 2025.06.18 18:36:10.964843 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
799 | 2025.06.18 18:36:10.965155 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} <Debug> TCPHandler: Processed in 0.00075032 sec. | ||
800 | 2025.06.18 18:36:10.965344 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2025.06.18 18:36:10.965458 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
802 | 2025.06.18 18:36:10.965692 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2025.06.18 18:36:10.965735 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
804 | 2025.06.18 18:36:10.966033 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} <Debug> TCPHandler: Processed in 0.00073599 sec. | ||
805 | 2025.06.18 18:36:10.966241 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
806 | 2025.06.18 18:36:10.966356 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
807 | 2025.06.18 18:36:10.966591 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
808 | 2025.06.18 18:36:10.966634 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
809 | 2025.06.18 18:36:10.966957 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} <Debug> TCPHandler: Processed in 0.00076262 sec. | ||
810 | 2025.06.18 18:36:10.967146 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2025.06.18 18:36:10.967262 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
812 | 2025.06.18 18:36:10.967497 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2025.06.18 18:36:10.967539 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2025.06.18 18:36:10.967842 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} <Debug> TCPHandler: Processed in 0.00074224 sec. | ||
815 | 2025.06.18 18:36:10.968043 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2025.06.18 18:36:10.968157 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
817 | 2025.06.18 18:36:10.968391 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
818 | 2025.06.18 18:36:10.968433 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
819 | 2025.06.18 18:36:10.968732 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} <Debug> TCPHandler: Processed in 0.00073717 sec. | ||
820 | 2025.06.18 18:36:10.968927 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
821 | 2025.06.18 18:36:10.969040 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
822 | 2025.06.18 18:36:10.969279 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2025.06.18 18:36:10.969320 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
824 | 2025.06.18 18:36:10.969637 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} <Debug> TCPHandler: Processed in 0.00075746 sec. | ||
825 | 2025.06.18 18:36:10.969848 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2025.06.18 18:36:10.969964 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
827 | 2025.06.18 18:36:10.970207 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
828 | 2025.06.18 18:36:10.970249 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
829 | 2025.06.18 18:36:10.970550 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} <Debug> TCPHandler: Processed in 0.000750401 sec. | ||
830 | 2025.06.18 18:36:10.970758 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.06.18 18:36:10.970873 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
832 | 2025.06.18 18:36:10.971118 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2025.06.18 18:36:10.971159 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2025.06.18 18:36:10.971481 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} <Debug> TCPHandler: Processed in 0.000769641 sec. | ||
835 | 2025.06.18 18:36:10.971668 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2025.06.18 18:36:10.971784 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
837 | 2025.06.18 18:36:10.972036 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2025.06.18 18:36:10.972077 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2025.06.18 18:36:10.972377 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} <Debug> TCPHandler: Processed in 0.00075656 sec. | ||
840 | 2025.06.18 18:36:10.972571 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2025.06.18 18:36:10.972687 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
842 | 2025.06.18 18:36:10.972934 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2025.06.18 18:36:10.972976 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2025.06.18 18:36:10.973289 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} <Debug> TCPHandler: Processed in 0.00076476 sec. | ||
845 | 2025.06.18 18:36:10.973476 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
846 | 2025.06.18 18:36:10.973594 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
847 | 2025.06.18 18:36:10.973840 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
848 | 2025.06.18 18:36:10.973880 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
849 | 2025.06.18 18:36:10.974228 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} <Debug> TCPHandler: Processed in 0.000824872 sec. | ||
850 | 2025.06.18 18:36:10.974408 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2025.06.18 18:36:10.974518 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
852 | 2025.06.18 18:36:10.974838 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2025.06.18 18:36:10.974880 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2025.06.18 18:36:10.975181 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} <Debug> TCPHandler: Processed in 0.000780671 sec. | ||
855 | 2025.06.18 18:36:10.981349 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
856 | 2025.06.18 18:36:10.981474 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
857 | 2025.06.18 18:36:10.981522 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
858 | 2025.06.18 18:36:10.982165 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
859 | 2025.06.18 18:36:10.982213 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
860 | 2025.06.18 18:36:10.982873 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
861 | 2025.06.18 18:36:10.983287 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
862 | 2025.06.18 18:36:10.983430 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001992 sec., 9036.144578313253 rows/sec., 1.23 MiB/sec. | ||
863 | 2025.06.18 18:36:10.983469 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} <Debug> TCPHandler: Processed in 0.0021783 sec. | ||
864 | 2025.06.18 18:36:10.983635 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2025.06.18 18:36:10.983760 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
866 | 2025.06.18 18:36:10.983809 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
867 | 2025.06.18 18:36:10.986464 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
868 | 2025.06.18 18:36:10.986531 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
869 | 2025.06.18 18:36:10.989277 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
870 | 2025.06.18 18:36:10.989775 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
871 | 2025.06.18 18:36:10.989913 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00618 sec., 9061.48867313916 rows/sec., 712.83 KiB/sec. | ||
872 | 2025.06.18 18:36:10.989951 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} <Debug> TCPHandler: Processed in 0.006387278 sec. | ||
873 | 2025.06.18 18:36:10.990069 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2025.06.18 18:36:10.990167 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
875 | 2025.06.18 18:36:10.990207 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
876 | 2025.06.18 18:36:10.990648 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
877 | 2025.06.18 18:36:10.990685 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
878 | 2025.06.18 18:36:10.991120 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
879 | 2025.06.18 18:36:10.991623 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
880 | 2025.06.18 18:36:10.991750 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. | ||
881 | 2025.06.18 18:36:10.991787 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} <Debug> TCPHandler: Processed in 0.001768085 sec. | ||
882 | 2025.06.18 18:36:10.991905 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2025.06.18 18:36:10.992001 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
884 | 2025.06.18 18:36:10.992044 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
885 | 2025.06.18 18:36:10.992484 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
886 | 2025.06.18 18:36:10.992518 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
887 | 2025.06.18 18:36:10.992993 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
888 | 2025.06.18 18:36:10.993450 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
889 | 2025.06.18 18:36:10.993575 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001593 sec., 80351.53797865662 rows/sec., 5.60 MiB/sec. | ||
890 | 2025.06.18 18:36:10.993611 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} <Debug> TCPHandler: Processed in 0.001754634 sec. | ||
891 | 2025.06.18 18:36:10.993734 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
892 | 2025.06.18 18:36:10.993829 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
893 | 2025.06.18 18:36:10.993871 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
894 | 2025.06.18 18:36:10.994197 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.06.18 18:36:10.994234 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
896 | 2025.06.18 18:36:10.994661 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
897 | 2025.06.18 18:36:10.995105 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.06.18 18:36:10.995229 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001418 sec., 33850.49365303244 rows/sec., 2.28 MiB/sec. | ||
899 | 2025.06.18 18:36:10.995263 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} <Debug> TCPHandler: Processed in 0.001579052 sec. | ||
900 | 2025.06.18 18:36:13.989291 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
901 | 2025.06.18 18:36:13.989354 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
902 | 2025.06.18 18:36:14.028471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
903 | 2025.06.18 18:36:14.031504 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
904 | 2025.06.18 18:36:14.031553 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
905 | 2025.06.18 18:36:14.032868 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
906 | 2025.06.18 18:36:14.033377 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:14.033667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
908 | 2025.06.18 18:36:14.033711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
909 | 2025.06.18 18:36:14.034321 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
910 | 2025.06.18 18:36:14.034373 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
911 | 2025.06.18 18:36:14.035059 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
912 | 2025.06.18 18:36:14.035581 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
913 | 2025.06.18 18:36:14.035716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
914 | 2025.06.18 18:36:14.122095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
915 | 2025.06.18 18:36:14.139404 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
916 | 2025.06.18 18:36:14.139469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
917 | 2025.06.18 18:36:14.145786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
918 | 2025.06.18 18:36:14.146915 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
919 | 2025.06.18 18:36:14.149910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
920 | 2025.06.18 18:36:15.955459 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2025.06.18 18:36:15.955635 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
922 | 2025.06.18 18:36:15.955700 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2025.06.18 18:36:15.956316 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2025.06.18 18:36:15.956362 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
925 | 2025.06.18 18:36:15.956832 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
926 | 2025.06.18 18:36:15.957337 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2025.06.18 18:36:15.957490 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec. | ||
928 | 2025.06.18 18:36:15.957539 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} <Debug> TCPHandler: Processed in 0.00220132 sec. | ||
929 | 2025.06.18 18:36:15.957658 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
930 | 2025.06.18 18:36:15.957762 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
931 | 2025.06.18 18:36:15.957805 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
932 | 2025.06.18 18:36:15.958246 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
933 | 2025.06.18 18:36:15.958285 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
934 | 2025.06.18 18:36:15.958682 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
935 | 2025.06.18 18:36:15.959093 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
936 | 2025.06.18 18:36:15.959226 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001487 sec., 43039.67720242098 rows/sec., 3.36 MiB/sec. | ||
937 | 2025.06.18 18:36:15.959264 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} <Debug> TCPHandler: Processed in 0.001656543 sec. | ||
938 | 2025.06.18 18:36:15.959378 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2025.06.18 18:36:15.959475 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
940 | 2025.06.18 18:36:15.959520 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
941 | 2025.06.18 18:36:15.959928 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
942 | 2025.06.18 18:36:15.959964 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
943 | 2025.06.18 18:36:15.960384 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
944 | 2025.06.18 18:36:15.960813 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
945 | 2025.06.18 18:36:15.960981 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
946 | 2025.06.18 18:36:15.961026 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} <Debug> TCPHandler: Processed in 0.001698793 sec. | ||
947 | 2025.06.18 18:36:15.961148 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
948 | 2025.06.18 18:36:15.961264 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
949 | 2025.06.18 18:36:15.961313 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
950 | 2025.06.18 18:36:15.961698 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
951 | 2025.06.18 18:36:15.961734 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
952 | 2025.06.18 18:36:15.962128 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
953 | 2025.06.18 18:36:15.962543 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
954 | 2025.06.18 18:36:15.962670 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
955 | 2025.06.18 18:36:15.962705 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} <Debug> TCPHandler: Processed in 0.001616753 sec. | ||
956 | 2025.06.18 18:36:20.949068 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2025.06.18 18:36:20.949302 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:36:20.951745 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
959 | 2025.06.18 18:36:20.953807 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <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.18 18:36:20.954096 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
961 | 2025.06.18 18:36:20.956497 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
962 | 2025.06.18 18:36:20.956811 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
963 | 2025.06.18 18:36:20.961075 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
964 | 2025.06.18 18:36:20.961136 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.961154 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
966 | 2025.06.18 18:36:20.961262 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <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.18 18:36:20.961284 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
968 | 2025.06.18 18:36:20.981216 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.031994 sec., 562.6054885290991 rows/sec., 23.01 KiB/sec. | ||
969 | 2025.06.18 18:36:20.981343 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} <Debug> TCPHandler: Processed in 0.032404367 sec. | ||
970 | 2025.06.18 18:36:20.981801 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2025.06.18 18:36:20.981968 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
972 | 2025.06.18 18:36:20.982210 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
973 | 2025.06.18 18:36:20.982244 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
974 | 2025.06.18 18:36:20.982432 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
975 | 2025.06.18 18:36:20.982490 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
976 | 2025.06.18 18:36:20.982606 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
977 | 2025.06.18 18:36:20.982637 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
978 | 2025.06.18 18:36:20.982657 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.982671 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
980 | 2025.06.18 18:36:20.982705 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
981 | 2025.06.18 18:36:20.982724 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
982 | 2025.06.18 18:36:20.983227 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001327 sec., 13564.431047475508 rows/sec., 554.88 KiB/sec. | ||
983 | 2025.06.18 18:36:20.983311 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} <Debug> TCPHandler: Processed in 0.001591962 sec. | ||
984 | 2025.06.18 18:36:20.983886 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
985 | 2025.06.18 18:36:20.984018 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
986 | 2025.06.18 18:36:20.984225 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
987 | 2025.06.18 18:36:20.984258 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
988 | 2025.06.18 18:36:20.984429 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
989 | 2025.06.18 18:36:20.984482 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
990 | 2025.06.18 18:36:20.984583 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
991 | 2025.06.18 18:36:20.984612 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
992 | 2025.06.18 18:36:20.984630 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.984644 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
994 | 2025.06.18 18:36:20.984676 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
995 | 2025.06.18 18:36:20.984693 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
996 | 2025.06.18 18:36:20.985116 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00115 sec., 15652.173913043478 rows/sec., 640.29 KiB/sec. | ||
997 | 2025.06.18 18:36:20.985203 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} <Debug> TCPHandler: Processed in 0.001367239 sec. | ||
998 | 2025.06.18 18:36:20.985428 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
999 | 2025.06.18 18:36:20.985557 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1000 | 2025.06.18 18:36:20.985753 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1001 | 2025.06.18 18:36:20.985786 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1002 | 2025.06.18 18:36:20.985958 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1003 | 2025.06.18 18:36:20.986010 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1004 | 2025.06.18 18:36:20.986108 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1005 | 2025.06.18 18:36:20.986136 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1006 | 2025.06.18 18:36:20.986155 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.986169 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1008 | 2025.06.18 18:36:20.986201 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1009 | 2025.06.18 18:36:20.986218 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1010 | 2025.06.18 18:36:20.986617 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001111 sec., 16201.620162016201 rows/sec., 662.76 KiB/sec. | ||
1011 | 2025.06.18 18:36:20.986701 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} <Debug> TCPHandler: Processed in 0.001322179 sec. | ||
1012 | 2025.06.18 18:36:20.986925 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1013 | 2025.06.18 18:36:20.987051 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1014 | 2025.06.18 18:36:20.987243 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1015 | 2025.06.18 18:36:20.987274 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1016 | 2025.06.18 18:36:20.987443 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1017 | 2025.06.18 18:36:20.987494 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1018 | 2025.06.18 18:36:20.987591 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1019 | 2025.06.18 18:36:20.987617 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1020 | 2025.06.18 18:36:20.987636 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.987650 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1022 | 2025.06.18 18:36:20.987681 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1023 | 2025.06.18 18:36:20.987698 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1024 | 2025.06.18 18:36:20.988133 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001132 sec., 15901.060070671378 rows/sec., 650.47 KiB/sec. | ||
1025 | 2025.06.18 18:36:20.988208 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} <Debug> TCPHandler: Processed in 0.001331919 sec. | ||
1026 | 2025.06.18 18:36:20.988461 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1027 | 2025.06.18 18:36:20.988586 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1028 | 2025.06.18 18:36:20.988783 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1029 | 2025.06.18 18:36:20.988814 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1030 | 2025.06.18 18:36:20.988981 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2025.06.18 18:36:20.989031 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2025.06.18 18:36:20.989128 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1033 | 2025.06.18 18:36:20.989155 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1034 | 2025.06.18 18:36:20.989173 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.989186 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1036 | 2025.06.18 18:36:20.989217 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1037 | 2025.06.18 18:36:20.989234 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1038 | 2025.06.18 18:36:20.989611 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001074 sec., 16759.77653631285 rows/sec., 685.59 KiB/sec. | ||
1039 | 2025.06.18 18:36:20.989690 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} <Debug> TCPHandler: Processed in 0.001276947 sec. | ||
1040 | 2025.06.18 18:36:20.989921 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2025.06.18 18:36:20.990044 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1042 | 2025.06.18 18:36:20.990237 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1043 | 2025.06.18 18:36:20.990268 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1044 | 2025.06.18 18:36:20.990437 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1045 | 2025.06.18 18:36:20.990487 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1046 | 2025.06.18 18:36:20.990585 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1047 | 2025.06.18 18:36:20.990613 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1048 | 2025.06.18 18:36:20.990630 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.990644 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1050 | 2025.06.18 18:36:20.990675 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1051 | 2025.06.18 18:36:20.990691 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1052 | 2025.06.18 18:36:20.991074 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001076 sec., 16728.624535315987 rows/sec., 684.32 KiB/sec. | ||
1053 | 2025.06.18 18:36:20.991150 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} <Debug> TCPHandler: Processed in 0.001278098 sec. | ||
1054 | 2025.06.18 18:36:20.991374 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1055 | 2025.06.18 18:36:20.991528 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1056 | 2025.06.18 18:36:20.991720 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1057 | 2025.06.18 18:36:20.991753 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1058 | 2025.06.18 18:36:20.991953 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1059 | 2025.06.18 18:36:20.992007 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1060 | 2025.06.18 18:36:20.992102 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1061 | 2025.06.18 18:36:20.992143 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1062 | 2025.06.18 18:36:20.992174 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.992190 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1064 | 2025.06.18 18:36:20.992222 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1065 | 2025.06.18 18:36:20.992239 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1066 | 2025.06.18 18:36:20.992616 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001136 sec., 15845.070422535211 rows/sec., 648.18 KiB/sec. | ||
1067 | 2025.06.18 18:36:20.992692 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} <Debug> TCPHandler: Processed in 0.001365719 sec. | ||
1068 | 2025.06.18 18:36:20.992926 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1069 | 2025.06.18 18:36:20.993050 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1070 | 2025.06.18 18:36:20.993241 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1071 | 2025.06.18 18:36:20.993272 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1072 | 2025.06.18 18:36:20.993451 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1073 | 2025.06.18 18:36:20.993502 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1074 | 2025.06.18 18:36:20.993597 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1075 | 2025.06.18 18:36:20.993624 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1076 | 2025.06.18 18:36:20.993642 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.993655 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1078 | 2025.06.18 18:36:20.993686 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1079 | 2025.06.18 18:36:20.993704 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1080 | 2025.06.18 18:36:20.994134 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001128 sec., 15957.446808510636 rows/sec., 652.77 KiB/sec. | ||
1081 | 2025.06.18 18:36:20.994232 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} <Debug> TCPHandler: Processed in 0.001354409 sec. | ||
1082 | 2025.06.18 18:36:20.994484 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1083 | 2025.06.18 18:36:20.994610 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1084 | 2025.06.18 18:36:20.994832 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1085 | 2025.06.18 18:36:20.994867 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1086 | 2025.06.18 18:36:20.995041 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1087 | 2025.06.18 18:36:20.995093 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1088 | 2025.06.18 18:36:20.995188 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1089 | 2025.06.18 18:36:20.995214 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1090 | 2025.06.18 18:36:20.995232 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.995246 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1092 | 2025.06.18 18:36:20.995277 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1093 | 2025.06.18 18:36:20.995294 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1094 | 2025.06.18 18:36:20.995714 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001151 sec., 15638.575152041703 rows/sec., 639.73 KiB/sec. | ||
1095 | 2025.06.18 18:36:20.995808 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} <Debug> TCPHandler: Processed in 0.00138041 sec. | ||
1096 | 2025.06.18 18:36:20.996074 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1097 | 2025.06.18 18:36:20.996209 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1098 | 2025.06.18 18:36:20.996416 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1099 | 2025.06.18 18:36:20.996451 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1100 | 2025.06.18 18:36:20.996632 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1101 | 2025.06.18 18:36:20.996686 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1102 | 2025.06.18 18:36:20.996788 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1103 | 2025.06.18 18:36:20.996816 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1104 | 2025.06.18 18:36:20.996833 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.996847 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1106 | 2025.06.18 18:36:20.996880 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1107 | 2025.06.18 18:36:20.996897 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1108 | 2025.06.18 18:36:20.997315 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00116 sec., 15517.241379310344 rows/sec., 634.77 KiB/sec. | ||
1109 | 2025.06.18 18:36:20.997395 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} <Debug> TCPHandler: Processed in 0.001371048 sec. | ||
1110 | 2025.06.18 18:36:21.003156 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2025.06.18 18:36:21.003294 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1112 | 2025.06.18 18:36:21.003503 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1113 | 2025.06.18 18:36:21.003536 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1114 | 2025.06.18 18:36:21.003722 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1115 | 2025.06.18 18:36:21.003774 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1116 | 2025.06.18 18:36:21.003873 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1117 | 2025.06.18 18:36:21.003901 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1118 | 2025.06.18 18:36:21.003919 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:21.003933 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1120 | 2025.06.18 18:36:21.003966 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1121 | 2025.06.18 18:36:21.003983 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1122 | 2025.06.18 18:36:21.004463 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001224 sec., 14705.882352941177 rows/sec., 601.58 KiB/sec. | ||
1123 | 2025.06.18 18:36:21.004543 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} <Debug> TCPHandler: Processed in 0.00143772 sec. | ||
1124 | 2025.06.18 18:36:21.010813 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2025.06.18 18:36:21.010926 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1126 | 2025.06.18 18:36:21.010967 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1127 | 2025.06.18 18:36:21.011638 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1128 | 2025.06.18 18:36:21.011680 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1129 | 2025.06.18 18:36:21.012180 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1130 | 2025.06.18 18:36:21.012598 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1131 | 2025.06.18 18:36:21.012744 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.00185 sec., 6486.486486486486 rows/sec., 2.31 MiB/sec. | ||
1132 | 2025.06.18 18:36:21.012782 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} <Debug> TCPHandler: Processed in 0.002018998 sec. | ||
1133 | 2025.06.18 18:36:21.012893 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1134 | 2025.06.18 18:36:21.012989 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1135 | 2025.06.18 18:36:21.013029 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1136 | 2025.06.18 18:36:21.014130 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1137 | 2025.06.18 18:36:21.014161 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1138 | 2025.06.18 18:36:21.014624 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1139 | 2025.06.18 18:36:21.015076 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1140 | 2025.06.18 18:36:21.015204 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002235 sec., 94854.58612975391 rows/sec., 6.03 MiB/sec. | ||
1141 | 2025.06.18 18:36:21.015238 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} <Debug> TCPHandler: Processed in 0.002392553 sec. | ||
1142 | 2025.06.18 18:36:21.015352 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1143 | 2025.06.18 18:36:21.015447 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1144 | 2025.06.18 18:36:21.015486 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1145 | 2025.06.18 18:36:21.016230 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2025.06.18 18:36:21.016264 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1147 | 2025.06.18 18:36:21.016765 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1148 | 2025.06.18 18:36:21.017239 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2025.06.18 18:36:21.017378 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.00195 sec., 316410.25641025644 rows/sec., 24.74 MiB/sec. | ||
1150 | 2025.06.18 18:36:21.017414 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} <Debug> TCPHandler: Processed in 0.002110949 sec. | ||
1151 | 2025.06.18 18:36:21.017533 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1152 | 2025.06.18 18:36:21.017629 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1153 | 2025.06.18 18:36:21.017668 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1154 | 2025.06.18 18:36:21.018082 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1155 | 2025.06.18 18:36:21.018116 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1156 | 2025.06.18 18:36:21.018612 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1157 | 2025.06.18 18:36:21.019111 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1158 | 2025.06.18 18:36:21.019241 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001631 sec., 64990.80318822808 rows/sec., 3.82 MiB/sec. | ||
1159 | 2025.06.18 18:36:21.019282 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} <Debug> TCPHandler: Processed in 0.001797544 sec. | ||
1160 | 2025.06.18 18:36:21.019397 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2025.06.18 18:36:21.019490 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1162 | 2025.06.18 18:36:21.019529 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1163 | 2025.06.18 18:36:21.019960 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1164 | 2025.06.18 18:36:21.019992 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1165 | 2025.06.18 18:36:21.020439 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1166 | 2025.06.18 18:36:21.020903 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1167 | 2025.06.18 18:36:21.021032 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00156 sec., 72435.89743589744 rows/sec., 4.69 MiB/sec. | ||
1168 | 2025.06.18 18:36:21.021073 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} <Debug> TCPHandler: Processed in 0.001724624 sec. | ||
1169 | 2025.06.18 18:36:21.021185 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1170 | 2025.06.18 18:36:21.021278 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1171 | 2025.06.18 18:36:21.021315 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1172 | 2025.06.18 18:36:21.021733 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1173 | 2025.06.18 18:36:21.021766 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1174 | 2025.06.18 18:36:21.022199 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1175 | 2025.06.18 18:36:21.022658 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1176 | 2025.06.18 18:36:21.022789 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. | ||
1177 | 2025.06.18 18:36:21.022828 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} <Debug> TCPHandler: Processed in 0.001691413 sec. | ||
1178 | 2025.06.18 18:36:21.022938 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1179 | 2025.06.18 18:36:21.023030 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1180 | 2025.06.18 18:36:21.023075 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1181 | 2025.06.18 18:36:21.023582 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1182 | 2025.06.18 18:36:21.023617 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1183 | 2025.06.18 18:36:21.024104 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1184 | 2025.06.18 18:36:21.024607 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1185 | 2025.06.18 18:36:21.024733 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001721 sec., 221963.9744334689 rows/sec., 15.65 MiB/sec. | ||
1186 | 2025.06.18 18:36:21.024775 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} <Debug> TCPHandler: Processed in 0.001884936 sec. | ||
1187 | 2025.06.18 18:36:21.024890 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1188 | 2025.06.18 18:36:21.024984 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1189 | 2025.06.18 18:36:21.025024 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1190 | 2025.06.18 18:36:21.025350 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1191 | 2025.06.18 18:36:21.025383 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1192 | 2025.06.18 18:36:21.025811 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1193 | 2025.06.18 18:36:21.026279 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1194 | 2025.06.18 18:36:21.026402 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
1195 | 2025.06.18 18:36:21.026444 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} <Debug> TCPHandler: Processed in 0.001601512 sec. | ||
1196 | 2025.06.18 18:36:21.026553 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1197 | 2025.06.18 18:36:21.026646 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1198 | 2025.06.18 18:36:21.026688 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1199 | 2025.06.18 18:36:21.027077 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1200 | 2025.06.18 18:36:21.027111 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1201 | 2025.06.18 18:36:21.027565 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1202 | 2025.06.18 18:36:21.028029 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1203 | 2025.06.18 18:36:21.028151 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec. | ||
1204 | 2025.06.18 18:36:21.028193 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} <Debug> TCPHandler: Processed in 0.001687413 sec. | ||
1205 | 2025.06.18 18:36:21.028306 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2025.06.18 18:36:21.028398 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1207 | 2025.06.18 18:36:21.028438 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1208 | 2025.06.18 18:36:21.028757 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1209 | 2025.06.18 18:36:21.028790 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1210 | 2025.06.18 18:36:21.029207 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1211 | 2025.06.18 18:36:21.029724 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1212 | 2025.06.18 18:36:21.029855 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. | ||
1213 | 2025.06.18 18:36:21.029891 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} <Debug> TCPHandler: Processed in 0.001633033 sec. | ||
1214 | 2025.06.18 18:36:21.029999 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1215 | 2025.06.18 18:36:21.030091 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1216 | 2025.06.18 18:36:21.030129 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1217 | 2025.06.18 18:36:21.030458 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1218 | 2025.06.18 18:36:21.030492 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1219 | 2025.06.18 18:36:21.030965 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1220 | 2025.06.18 18:36:21.031436 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1221 | 2025.06.18 18:36:21.031569 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
1222 | 2025.06.18 18:36:21.031602 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} <Debug> TCPHandler: Processed in 0.001651723 sec. | ||
1223 | 2025.06.18 18:36:21.535875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1224 | 2025.06.18 18:36:21.536355 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1225 | 2025.06.18 18:36:21.536407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1226 | 2025.06.18 18:36:21.536970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1227 | 2025.06.18 18:36:21.537223 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1228 | 2025.06.18 18:36:21.537371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1229 | 2025.06.18 18:36:21.650056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1230 | 2025.06.18 18:36:21.668794 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1231 | 2025.06.18 18:36:21.668869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1232 | 2025.06.18 18:36:21.675515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1233 | 2025.06.18 18:36:21.676303 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1234 | 2025.06.18 18:36:21.680185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1235 | 2025.06.18 18:36:24.034624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 188 | ||
1236 | 2025.06.18 18:36:24.037165 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1237 | 2025.06.18 18:36:24.037215 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1238 | 2025.06.18 18:36:24.038400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1239 | 2025.06.18 18:36:24.038670 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1240 | 2025.06.18 18:36:24.038908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188 | ||
1241 | 2025.06.18 18:36:25.955205 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1242 | 2025.06.18 18:36:25.955397 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1243 | 2025.06.18 18:36:25.955466 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1244 | 2025.06.18 18:36:25.956131 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1245 | 2025.06.18 18:36:25.956179 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1246 | 2025.06.18 18:36:25.956527 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1247 | 2025.06.18 18:36:25.956731 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1248 | 2025.06.18 18:36:25.956870 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.72 MiB/sec. | ||
1249 | 2025.06.18 18:36:25.956979 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} <Debug> TCPHandler: Processed in 0.001898756 sec. | ||
1250 | 2025.06.18 18:36:25.957113 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1251 | 2025.06.18 18:36:25.957243 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1252 | 2025.06.18 18:36:25.957285 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1253 | 2025.06.18 18:36:25.957724 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1254 | 2025.06.18 18:36:25.957761 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1255 | 2025.06.18 18:36:25.958046 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1256 | 2025.06.18 18:36:25.958235 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1257 | 2025.06.18 18:36:25.958347 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001155 sec., 55411.25541125541 rows/sec., 4.32 MiB/sec. | ||
1258 | 2025.06.18 18:36:25.958380 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} <Debug> TCPHandler: Processed in 0.001346989 sec. | ||
1259 | 2025.06.18 18:36:25.958492 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1260 | 2025.06.18 18:36:25.958604 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1261 | 2025.06.18 18:36:25.958646 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1262 | 2025.06.18 18:36:25.959141 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1263 | 2025.06.18 18:36:25.959179 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1264 | 2025.06.18 18:36:25.959515 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1265 | 2025.06.18 18:36:25.959744 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1266 | 2025.06.18 18:36:25.959895 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. | ||
1267 | 2025.06.18 18:36:25.959948 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} <Debug> TCPHandler: Processed in 0.001466041 sec. | ||
1268 | 2025.06.18 18:36:25.960073 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1269 | 2025.06.18 18:36:25.960184 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1270 | 2025.06.18 18:36:25.960225 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1271 | 2025.06.18 18:36:25.960568 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1272 | 2025.06.18 18:36:25.960603 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1273 | 2025.06.18 18:36:25.960954 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1274 | 2025.06.18 18:36:25.961166 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1275 | 2025.06.18 18:36:25.961293 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. | ||
1276 | 2025.06.18 18:36:25.961329 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} <Debug> TCPHandler: Processed in 0.001297458 sec. | ||
1277 | 2025.06.18 18:36:28.989398 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1278 | 2025.06.18 18:36:28.989453 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1279 | 2025.06.18 18:36:29.038413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1280 | 2025.06.18 18:36:29.038892 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1281 | 2025.06.18 18:36:29.038942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1282 | 2025.06.18 18:36:29.039496 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1283 | 2025.06.18 18:36:29.039742 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1284 | 2025.06.18 18:36:29.039884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1285 | 2025.06.18 18:36:29.039899 [ 90 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1286 | 2025.06.18 18:36:29.039981 [ 90 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1287 | 2025.06.18 18:36:29.040005 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1288 | 2025.06.18 18:36:29.042328 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1289 | 2025.06.18 18:36:29.042536 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1290 | 2025.06.18 18:36:29.042656 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1291 | 2025.06.18 18:36:29.042784 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1292 | 2025.06.18 18:36:29.042947 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1293 | 2025.06.18 18:36:29.043009 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1294 | 2025.06.18 18:36:29.043061 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1295 | 2025.06.18 18:36:29.043138 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
1296 | 2025.06.18 18:36:29.062478 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022275307 sec., 125969.08316460015 rows/sec., 1.80 MiB/sec. | ||
1297 | 2025.06.18 18:36:29.063365 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1298 | 2025.06.18 18:36:29.063745 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1299 | 2025.06.18 18:36:29.063832 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1300 | 2025.06.18 18:36:29.063957 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1301 | 2025.06.18 18:36:29.181239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1302 | 2025.06.18 18:36:29.200072 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1303 | 2025.06.18 18:36:29.200132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1304 | 2025.06.18 18:36:29.206288 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1305 | 2025.06.18 18:36:29.207000 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1306 | 2025.06.18 18:36:29.207285 [ 90 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1307 | 2025.06.18 18:36:29.207348 [ 90 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1308 | 2025.06.18 18:36:29.207370 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
1309 | 2025.06.18 18:36:29.207473 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1310 | 2025.06.18 18:36:29.210285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1311 | 2025.06.18 18:36:29.210662 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1312 | 2025.06.18 18:36:29.211463 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1313 | 2025.06.18 18:36:29.214996 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1314 | 2025.06.18 18:36:29.218439 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1315 | 2025.06.18 18:36:29.222429 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1316 | 2025.06.18 18:36:29.231452 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1317 | 2025.06.18 18:36:29.236073 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
1318 | 2025.06.18 18:36:29.297692 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090257905 sec., 509.65065054412685 rows/sec., 2.64 MiB/sec. | ||
1319 | 2025.06.18 18:36:29.299317 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1320 | 2025.06.18 18:36:29.301113 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1321 | 2025.06.18 18:36:29.301200 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1322 | 2025.06.18 18:36:29.302435 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1323 | 2025.06.18 18:36:30.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.61 MiB, peak 176.15 MiB, free memory in arenas 0.00 B, will set to 176.25 MiB (RSS), difference: 9.64 MiB | ||
1324 | 2025.06.18 18:36:30.961461 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2025.06.18 18:36:30.961672 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1326 | 2025.06.18 18:36:30.961750 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1327 | 2025.06.18 18:36:30.962556 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1328 | 2025.06.18 18:36:30.962599 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1329 | 2025.06.18 18:36:30.963019 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1330 | 2025.06.18 18:36:30.963254 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1331 | 2025.06.18 18:36:30.963402 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001783 sec., 118900.72910824453 rows/sec., 7.56 MiB/sec. | ||
1332 | 2025.06.18 18:36:30.963451 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} <Debug> TCPHandler: Processed in 0.002124729 sec. | ||
1333 | 2025.06.18 18:36:30.963575 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1334 | 2025.06.18 18:36:30.963679 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1335 | 2025.06.18 18:36:30.963723 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1336 | 2025.06.18 18:36:30.964396 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1337 | 2025.06.18 18:36:30.964432 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1338 | 2025.06.18 18:36:30.964798 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1339 | 2025.06.18 18:36:30.965011 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1340 | 2025.06.18 18:36:30.965144 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.00149 sec., 414093.9597315436 rows/sec., 32.37 MiB/sec. | ||
1341 | 2025.06.18 18:36:30.965183 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} <Debug> TCPHandler: Processed in 0.001660313 sec. | ||
1342 | 2025.06.18 18:36:30.965353 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1343 | 2025.06.18 18:36:30.965451 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1344 | 2025.06.18 18:36:30.965491 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1345 | 2025.06.18 18:36:30.965910 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1346 | 2025.06.18 18:36:30.965947 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1347 | 2025.06.18 18:36:30.966247 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1348 | 2025.06.18 18:36:30.966457 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1349 | 2025.06.18 18:36:30.966578 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001149 sec., 92254.13402959095 rows/sec., 5.43 MiB/sec. | ||
1350 | 2025.06.18 18:36:30.966616 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} <Debug> TCPHandler: Processed in 0.001314289 sec. | ||
1351 | 2025.06.18 18:36:30.966732 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1352 | 2025.06.18 18:36:30.966825 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1353 | 2025.06.18 18:36:30.966865 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1354 | 2025.06.18 18:36:30.967278 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1355 | 2025.06.18 18:36:30.967315 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1356 | 2025.06.18 18:36:30.967621 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1357 | 2025.06.18 18:36:30.967844 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1358 | 2025.06.18 18:36:30.967966 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001159 sec., 97497.84296807591 rows/sec., 6.31 MiB/sec. | ||
1359 | 2025.06.18 18:36:30.968003 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} <Debug> TCPHandler: Processed in 0.001322098 sec. | ||
1360 | 2025.06.18 18:36:30.968115 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1361 | 2025.06.18 18:36:30.968209 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1362 | 2025.06.18 18:36:30.968249 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1363 | 2025.06.18 18:36:30.968668 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1364 | 2025.06.18 18:36:30.968704 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1365 | 2025.06.18 18:36:30.969001 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1366 | 2025.06.18 18:36:30.969208 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1367 | 2025.06.18 18:36:30.969332 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001142 sec., 98073.55516637478 rows/sec., 5.59 MiB/sec. | ||
1368 | 2025.06.18 18:36:30.969370 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} <Debug> TCPHandler: Processed in 0.001303569 sec. | ||
1369 | 2025.06.18 18:36:30.969481 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1370 | 2025.06.18 18:36:30.969574 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1371 | 2025.06.18 18:36:30.969613 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1372 | 2025.06.18 18:36:30.970126 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1373 | 2025.06.18 18:36:30.970164 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1374 | 2025.06.18 18:36:30.970485 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1375 | 2025.06.18 18:36:30.970693 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1376 | 2025.06.18 18:36:30.970821 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001264 sec., 302215.1898734177 rows/sec., 21.31 MiB/sec. | ||
1377 | 2025.06.18 18:36:30.970859 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} <Debug> TCPHandler: Processed in 0.00142653 sec. | ||
1378 | 2025.06.18 18:36:30.970973 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1379 | 2025.06.18 18:36:30.971068 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1380 | 2025.06.18 18:36:30.971110 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1381 | 2025.06.18 18:36:30.971438 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1382 | 2025.06.18 18:36:30.971475 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1383 | 2025.06.18 18:36:30.971766 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1384 | 2025.06.18 18:36:30.971976 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1385 | 2025.06.18 18:36:30.972099 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. | ||
1386 | 2025.06.18 18:36:30.972134 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} <Debug> TCPHandler: Processed in 0.001211026 sec. | ||
1387 | 2025.06.18 18:36:30.972243 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1388 | 2025.06.18 18:36:30.972336 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1389 | 2025.06.18 18:36:30.972379 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1390 | 2025.06.18 18:36:30.972769 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1391 | 2025.06.18 18:36:30.972804 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1392 | 2025.06.18 18:36:30.973126 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1393 | 2025.06.18 18:36:30.973334 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1394 | 2025.06.18 18:36:30.973463 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001145 sec., 206986.8995633188 rows/sec., 13.87 MiB/sec. | ||
1395 | 2025.06.18 18:36:30.973500 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} <Debug> TCPHandler: Processed in 0.001305698 sec. | ||
1396 | 2025.06.18 18:36:30.973613 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1397 | 2025.06.18 18:36:30.973707 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1398 | 2025.06.18 18:36:30.973748 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1399 | 2025.06.18 18:36:30.974054 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1400 | 2025.06.18 18:36:30.974093 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1401 | 2025.06.18 18:36:30.974379 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1402 | 2025.06.18 18:36:30.974585 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1403 | 2025.06.18 18:36:30.974708 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. | ||
1404 | 2025.06.18 18:36:30.974743 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} <Debug> TCPHandler: Processed in 0.001180146 sec. | ||
1405 | 2025.06.18 18:36:30.974843 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1406 | 2025.06.18 18:36:30.974936 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1407 | 2025.06.18 18:36:30.974976 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1408 | 2025.06.18 18:36:30.975292 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1409 | 2025.06.18 18:36:30.975327 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1410 | 2025.06.18 18:36:30.975620 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1411 | 2025.06.18 18:36:30.975832 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1412 | 2025.06.18 18:36:30.975957 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001038 sec., 78998.07321772639 rows/sec., 5.02 MiB/sec. | ||
1413 | 2025.06.18 18:36:30.975991 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} <Debug> TCPHandler: Processed in 0.001195707 sec. | ||
1414 | 2025.06.18 18:36:34.039565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 216 | ||
1415 | 2025.06.18 18:36:34.041693 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1416 | 2025.06.18 18:36:34.041750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1417 | 2025.06.18 18:36:34.042888 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1418 | 2025.06.18 18:36:34.043175 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1419 | 2025.06.18 18:36:34.043495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216 | ||
1420 | 2025.06.18 18:36:35.949863 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1421 | 2025.06.18 18:36:35.950260 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1422 | 2025.06.18 18:36:35.950675 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1423 | 2025.06.18 18:36:35.950713 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1424 | 2025.06.18 18:36:35.950953 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1425 | 2025.06.18 18:36:35.951023 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1426 | 2025.06.18 18:36:35.951162 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1427 | 2025.06.18 18:36:35.951396 [ 289 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1428 | 2025.06.18 18:36:35.951407 [ 288 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1429 | 2025.06.18 18:36:35.951562 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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 | ||
1430 | 2025.06.18 18:36:35.951593 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1431 | 2025.06.18 18:36:35.955720 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1432 | 2025.06.18 18:36:35.955772 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1433 | 2025.06.18 18:36:35.955865 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1434 | 2025.06.18 18:36:35.955945 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1435 | 2025.06.18 18:36:35.957066 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.006968 sec., 4305.3960964408725 rows/sec., 161.31 KiB/sec. | ||
1436 | 2025.06.18 18:36:35.957165 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} <Debug> TCPHandler: Processed in 0.007489394 sec. | ||
1437 | 2025.06.18 18:36:35.963866 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1438 | 2025.06.18 18:36:35.964074 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1439 | 2025.06.18 18:36:35.964158 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1440 | 2025.06.18 18:36:35.964840 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1441 | 2025.06.18 18:36:35.964882 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1442 | 2025.06.18 18:36:35.965306 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1443 | 2025.06.18 18:36:35.965511 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1444 | 2025.06.18 18:36:35.965652 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001637 sec., 610.8735491753207 rows/sec., 91.27 KiB/sec. | ||
1445 | 2025.06.18 18:36:35.965690 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} <Debug> TCPHandler: Processed in 0.001928086 sec. | ||
1446 | 2025.06.18 18:36:35.965810 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2025.06.18 18:36:35.965908 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1448 | 2025.06.18 18:36:35.965949 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1449 | 2025.06.18 18:36:35.966381 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1450 | 2025.06.18 18:36:35.966419 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1451 | 2025.06.18 18:36:35.966724 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1452 | 2025.06.18 18:36:35.966930 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1453 | 2025.06.18 18:36:35.967034 [ 82 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1454 | 2025.06.18 18:36:35.967054 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001167 sec., 61696.65809768637 rows/sec., 5.01 MiB/sec. | ||
1455 | 2025.06.18 18:36:35.967099 [ 82 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1456 | 2025.06.18 18:36:35.967108 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} <Debug> TCPHandler: Processed in 0.001348659 sec. | ||
1457 | 2025.06.18 18:36:35.967129 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1458 | 2025.06.18 18:36:35.967239 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1459 | 2025.06.18 18:36:35.967250 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
1460 | 2025.06.18 18:36:35.967338 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1461 | 2025.06.18 18:36:35.967382 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1462 | 2025.06.18 18:36:35.967391 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1463 | 2025.06.18 18:36:35.967441 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
1464 | 2025.06.18 18:36:35.967538 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
1465 | 2025.06.18 18:36:35.967594 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 617 rows starting from the beginning of the part | ||
1466 | 2025.06.18 18:36:35.967643 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
1467 | 2025.06.18 18:36:35.967693 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 617 rows starting from the beginning of the part | ||
1468 | 2025.06.18 18:36:35.967768 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
1469 | 2025.06.18 18:36:35.967791 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1470 | 2025.06.18 18:36:35.967832 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1471 | 2025.06.18 18:36:35.968240 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1472 | 2025.06.18 18:36:35.968499 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1473 | 2025.06.18 18:36:35.968632 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001311 sec., 6102.212051868802 rows/sec., 458.86 KiB/sec. | ||
1474 | 2025.06.18 18:36:35.968669 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} <Debug> TCPHandler: Processed in 0.001480101 sec. | ||
1475 | 2025.06.18 18:36:35.968782 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1476 | 2025.06.18 18:36:35.968877 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1477 | 2025.06.18 18:36:35.968915 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1478 | 2025.06.18 18:36:35.969139 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 5 columns (5 merged, 0 gathered) in 0.001932877 sec., 762593.7915345881 rows/sec., 62.52 MiB/sec. | ||
1479 | 2025.06.18 18:36:35.969325 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1480 | 2025.06.18 18:36:35.969367 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1481 | 2025.06.18 18:36:35.969369 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1482 | 2025.06.18 18:36:35.969721 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1483 | 2025.06.18 18:36:35.969724 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1484 | 2025.06.18 18:36:35.969828 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1485 | 2025.06.18 18:36:35.969910 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
1486 | 2025.06.18 18:36:35.969957 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1487 | 2025.06.18 18:36:35.970062 [ 82 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1488 | 2025.06.18 18:36:35.970087 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001229 sec., 58584.21480878763 rows/sec., 4.57 MiB/sec. | ||
1489 | 2025.06.18 18:36:35.970097 [ 82 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1490 | 2025.06.18 18:36:35.970127 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1491 | 2025.06.18 18:36:35.970132 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} <Debug> TCPHandler: Processed in 0.0013998 sec. | ||
1492 | 2025.06.18 18:36:35.970188 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
1493 | 2025.06.18 18:36:35.970257 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1494 | 2025.06.18 18:36:35.970274 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1495 | 2025.06.18 18:36:35.970303 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
1496 | 2025.06.18 18:36:35.970348 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
1497 | 2025.06.18 18:36:35.970356 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1498 | 2025.06.18 18:36:35.970385 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part | ||
1499 | 2025.06.18 18:36:35.970403 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1500 | 2025.06.18 18:36:35.970423 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
1501 | 2025.06.18 18:36:35.970462 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
1502 | 2025.06.18 18:36:35.970496 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
1503 | 2025.06.18 18:36:35.970821 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1504 | 2025.06.18 18:36:35.970861 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1505 | 2025.06.18 18:36:35.971253 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1506 | 2025.06.18 18:36:35.971334 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 5 columns (5 merged, 0 gathered) in 0.001165176 sec., 882270.1463126601 rows/sec., 67.29 MiB/sec. | ||
1507 | 2025.06.18 18:36:35.971491 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1508 | 2025.06.18 18:36:35.971562 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1509 | 2025.06.18 18:36:35.971636 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. | ||
1510 | 2025.06.18 18:36:35.971640 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1511 | 2025.06.18 18:36:35.971687 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} <Debug> TCPHandler: Processed in 0.0014807 sec. | ||
1512 | 2025.06.18 18:36:35.971690 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1513 | 2025.06.18 18:36:35.971731 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1514 | 2025.06.18 18:36:35.971818 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1515 | 2025.06.18 18:36:35.971831 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1516 | 2025.06.18 18:36:35.971918 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1517 | 2025.06.18 18:36:35.971941 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1518 | 2025.06.18 18:36:35.971986 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1519 | 2025.06.18 18:36:35.972007 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1520 | 2025.06.18 18:36:35.972011 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1521 | 2025.06.18 18:36:35.972041 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1522 | 2025.06.18 18:36:35.972106 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
1523 | 2025.06.18 18:36:35.972142 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1524 | 2025.06.18 18:36:35.972204 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1525 | 2025.06.18 18:36:35.972254 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1526 | 2025.06.18 18:36:35.972300 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
1527 | 2025.06.18 18:36:35.972352 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
1528 | 2025.06.18 18:36:35.972863 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1529 | 2025.06.18 18:36:35.972903 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1530 | 2025.06.18 18:36:35.973515 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729673 sec., 625551.7661430802 rows/sec., 42.85 MiB/sec. | ||
1531 | 2025.06.18 18:36:35.973719 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1532 | 2025.06.18 18:36:35.973987 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2025.06.18 18:36:35.974057 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1534 | 2025.06.18 18:36:35.974129 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
1535 | 2025.06.18 18:36:35.976879 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1536 | 2025.06.18 18:36:35.977123 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1537 | 2025.06.18 18:36:35.977266 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005351 sec., 1495.0476546439918 rows/sec., 2.68 MiB/sec. | ||
1538 | 2025.06.18 18:36:35.977332 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} <Debug> TCPHandler: Processed in 0.005574677 sec. | ||
1539 | 2025.06.18 18:36:35.977449 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1540 | 2025.06.18 18:36:35.977544 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1541 | 2025.06.18 18:36:35.977585 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1542 | 2025.06.18 18:36:35.977921 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1543 | 2025.06.18 18:36:35.977956 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1544 | 2025.06.18 18:36:35.978282 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1545 | 2025.06.18 18:36:35.978490 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2025.06.18 18:36:35.978574 [ 79 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1547 | 2025.06.18 18:36:35.978598 [ 79 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1548 | 2025.06.18 18:36:35.978611 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. | ||
1549 | 2025.06.18 18:36:35.978613 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1550 | 2025.06.18 18:36:35.978645 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} <Debug> TCPHandler: Processed in 0.001243717 sec. | ||
1551 | 2025.06.18 18:36:35.978721 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1552 | 2025.06.18 18:36:35.978850 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1553 | 2025.06.18 18:36:35.978899 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1554 | 2025.06.18 18:36:35.978984 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1555 | 2025.06.18 18:36:35.979041 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1556 | 2025.06.18 18:36:35.979088 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1557 | 2025.06.18 18:36:35.979142 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
1558 | 2025.06.18 18:36:35.979186 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
1559 | 2025.06.18 18:36:35.980003 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001331749 sec., 294349.7611036314 rows/sec., 19.36 MiB/sec. | ||
1560 | 2025.06.18 18:36:35.980110 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1561 | 2025.06.18 18:36:35.980332 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1562 | 2025.06.18 18:36:35.980389 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1563 | 2025.06.18 18:36:35.980436 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1564 | 2025.06.18 18:36:36.540152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1565 | 2025.06.18 18:36:36.540665 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1566 | 2025.06.18 18:36:36.540719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1567 | 2025.06.18 18:36:36.541280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1568 | 2025.06.18 18:36:36.541546 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2025.06.18 18:36:36.541690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1570 | 2025.06.18 18:36:36.710563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1571 | 2025.06.18 18:36:36.728859 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2025.06.18 18:36:36.728937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1573 | 2025.06.18 18:36:36.734999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1574 | 2025.06.18 18:36:36.735757 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1575 | 2025.06.18 18:36:36.739607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1576 | 2025.06.18 18:36:40.955759 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1577 | 2025.06.18 18:36:40.955973 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1578 | 2025.06.18 18:36:40.956048 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1579 | 2025.06.18 18:36:40.956707 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1580 | 2025.06.18 18:36:40.956755 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1581 | 2025.06.18 18:36:40.957131 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1582 | 2025.06.18 18:36:40.957353 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1583 | 2025.06.18 18:36:40.957500 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.69 MiB/sec. | ||
1584 | 2025.06.18 18:36:40.957542 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} <Debug> TCPHandler: Processed in 0.001938316 sec. | ||
1585 | 2025.06.18 18:36:40.957654 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1586 | 2025.06.18 18:36:40.957749 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1587 | 2025.06.18 18:36:40.957797 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1588 | 2025.06.18 18:36:40.958263 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1589 | 2025.06.18 18:36:40.958301 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1590 | 2025.06.18 18:36:40.958604 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1591 | 2025.06.18 18:36:40.958816 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1592 | 2025.06.18 18:36:40.958943 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. | ||
1593 | 2025.06.18 18:36:40.958982 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} <Debug> TCPHandler: Processed in 0.001347539 sec. | ||
1594 | 2025.06.18 18:36:40.959095 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1595 | 2025.06.18 18:36:40.959191 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1596 | 2025.06.18 18:36:40.959236 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1597 | 2025.06.18 18:36:40.959632 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1598 | 2025.06.18 18:36:40.959671 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1599 | 2025.06.18 18:36:40.960011 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1600 | 2025.06.18 18:36:40.960232 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1601 | 2025.06.18 18:36:40.960362 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. | ||
1602 | 2025.06.18 18:36:40.960398 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} <Debug> TCPHandler: Processed in 0.001350518 sec. | ||
1603 | 2025.06.18 18:36:40.960498 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1604 | 2025.06.18 18:36:40.960593 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1605 | 2025.06.18 18:36:40.960635 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1606 | 2025.06.18 18:36:40.960956 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1607 | 2025.06.18 18:36:40.960993 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1608 | 2025.06.18 18:36:40.961292 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1609 | 2025.06.18 18:36:40.961498 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1610 | 2025.06.18 18:36:40.961624 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. | ||
1611 | 2025.06.18 18:36:40.961661 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} <Debug> TCPHandler: Processed in 0.001209777 sec. | ||
1612 | 2025.06.18 18:36:43.989506 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1613 | 2025.06.18 18:36:43.989558 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1614 | 2025.06.18 18:36:44.041774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1615 | 2025.06.18 18:36:44.042371 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2025.06.18 18:36:44.042428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1617 | 2025.06.18 18:36:44.042941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1618 | 2025.06.18 18:36:44.043187 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1619 | 2025.06.18 18:36:44.043334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1620 | 2025.06.18 18:36:44.043743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 240 | ||
1621 | 2025.06.18 18:36:44.045843 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1622 | 2025.06.18 18:36:44.045890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1623 | 2025.06.18 18:36:44.047046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1624 | 2025.06.18 18:36:44.047305 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1625 | 2025.06.18 18:36:44.047542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 240 | ||
1626 | 2025.06.18 18:36:44.239726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1627 | 2025.06.18 18:36:44.257941 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1628 | 2025.06.18 18:36:44.258007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1629 | 2025.06.18 18:36:44.264255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1630 | 2025.06.18 18:36:44.264979 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1631 | 2025.06.18 18:36:44.267957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1632 | 2025.06.18 18:36:45.956400 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1633 | 2025.06.18 18:36:45.956700 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1634 | 2025.06.18 18:36:45.956804 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1635 | 2025.06.18 18:36:45.957419 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1636 | 2025.06.18 18:36:45.957464 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1637 | 2025.06.18 18:36:45.957833 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1638 | 2025.06.18 18:36:45.958051 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1639 | 2025.06.18 18:36:45.958198 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001575 sec., 45714.28571428572 rows/sec., 3.71 MiB/sec. | ||
1640 | 2025.06.18 18:36:45.958237 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} <Debug> TCPHandler: Processed in 0.002021168 sec. | ||
1641 | 2025.06.18 18:36:45.958354 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1642 | 2025.06.18 18:36:45.958451 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1643 | 2025.06.18 18:36:45.958490 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1644 | 2025.06.18 18:36:45.958877 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1645 | 2025.06.18 18:36:45.958912 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1646 | 2025.06.18 18:36:45.959196 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1647 | 2025.06.18 18:36:45.959409 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1648 | 2025.06.18 18:36:45.959530 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001099 sec., 7279.344858962694 rows/sec., 547.37 KiB/sec. | ||
1649 | 2025.06.18 18:36:45.959567 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} <Debug> TCPHandler: Processed in 0.001261407 sec. | ||
1650 | 2025.06.18 18:36:45.959675 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1651 | 2025.06.18 18:36:45.959769 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1652 | 2025.06.18 18:36:45.959807 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1653 | 2025.06.18 18:36:45.960213 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1654 | 2025.06.18 18:36:45.960248 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1655 | 2025.06.18 18:36:45.960534 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1656 | 2025.06.18 18:36:45.960737 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1657 | 2025.06.18 18:36:45.960855 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001104 sec., 65217.39130434783 rows/sec., 5.09 MiB/sec. | ||
1658 | 2025.06.18 18:36:45.960889 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} <Debug> TCPHandler: Processed in 0.001261937 sec. | ||
1659 | 2025.06.18 18:36:45.960999 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1660 | 2025.06.18 18:36:45.961092 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1661 | 2025.06.18 18:36:45.961140 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1662 | 2025.06.18 18:36:45.961533 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1663 | 2025.06.18 18:36:45.961567 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1664 | 2025.06.18 18:36:45.961883 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1665 | 2025.06.18 18:36:45.962083 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1666 | 2025.06.18 18:36:45.962209 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. | ||
1667 | 2025.06.18 18:36:45.962243 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} <Debug> TCPHandler: Processed in 0.001292388 sec. | ||
1668 | 2025.06.18 18:36:45.962351 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1669 | 2025.06.18 18:36:45.962449 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1670 | 2025.06.18 18:36:45.962501 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1671 | 2025.06.18 18:36:45.963219 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1672 | 2025.06.18 18:36:45.963255 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1673 | 2025.06.18 18:36:45.964096 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1674 | 2025.06.18 18:36:45.964354 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1675 | 2025.06.18 18:36:45.964491 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00206 sec., 3883.4951456310678 rows/sec., 6.96 MiB/sec. | ||
1676 | 2025.06.18 18:36:45.964541 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} <Debug> TCPHandler: Processed in 0.00223774 sec. | ||
1677 | 2025.06.18 18:36:45.964660 [ 275 ] {} <Trace> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1678 | 2025.06.18 18:36:45.964756 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1679 | 2025.06.18 18:36:45.964798 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1680 | 2025.06.18 18:36:45.965124 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1681 | 2025.06.18 18:36:45.965160 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1682 | 2025.06.18 18:36:45.965464 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1683 | 2025.06.18 18:36:45.965668 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1684 | 2025.06.18 18:36:45.965794 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
1685 | 2025.06.18 18:36:45.965829 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} <Debug> TCPHandler: Processed in 0.001219896 sec. | ||
1686 | 2025.06.18 18:36:50.647665 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1687 | 2025.06.18 18:36:50.647762 [ 275 ] {} <Debug> TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2025.06.18 18:36:50.951213 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2025.06.18 18:36:50.951440 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) 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) | ||
1690 | 2025.06.18 18:36:50.951803 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1691 | 2025.06.18 18:36:50.951842 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <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 | ||
1692 | 2025.06.18 18:36:50.952101 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1693 | 2025.06.18 18:36:50.952173 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1694 | 2025.06.18 18:36:50.952327 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1695 | 2025.06.18 18:36:50.952505 [ 288 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1696 | 2025.06.18 18:36:50.952522 [ 289 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1697 | 2025.06.18 18:36:50.952550 [ 292 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1698 | 2025.06.18 18:36:50.952657 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1699 | 2025.06.18 18:36:50.952691 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1700 | 2025.06.18 18:36:50.952763 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1701 | 2025.06.18 18:36:50.952783 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1702 | 2025.06.18 18:36:50.952819 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <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'))" | ||
1703 | 2025.06.18 18:36:50.952861 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <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'))" | ||
1704 | 2025.06.18 18:36:50.953639 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002295 sec., 13071.8954248366 rows/sec., 489.77 KiB/sec. | ||
1705 | 2025.06.18 18:36:50.953756 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} <Debug> TCPHandler: Processed in 0.002676787 sec. | ||
1706 | 2025.06.18 18:36:50.954004 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1707 | 2025.06.18 18:36:50.954148 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) 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) | ||
1708 | 2025.06.18 18:36:50.954380 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1709 | 2025.06.18 18:36:50.954415 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <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 | ||
1710 | 2025.06.18 18:36:50.954615 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1711 | 2025.06.18 18:36:50.954670 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1712 | 2025.06.18 18:36:50.954776 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1713 | 2025.06.18 18:36:50.954846 [ 288 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1714 | 2025.06.18 18:36:50.954859 [ 292 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1715 | 2025.06.18 18:36:50.954853 [ 289 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1716 | 2025.06.18 18:36:50.954967 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1717 | 2025.06.18 18:36:50.954993 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1718 | 2025.06.18 18:36:50.955049 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1719 | 2025.06.18 18:36:50.955068 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1720 | 2025.06.18 18:36:50.955097 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <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'))" | ||
1721 | 2025.06.18 18:36:50.955128 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <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'))" | ||
1722 | 2025.06.18 18:36:50.955804 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.001718 sec., 17462.165308498254 rows/sec., 654.26 KiB/sec. | ||
1723 | 2025.06.18 18:36:50.955910 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} <Debug> TCPHandler: Processed in 0.001957276 sec. | ||
1724 | 2025.06.18 18:36:50.956115 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1725 | 2025.06.18 18:36:50.956274 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) 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) | ||
1726 | 2025.06.18 18:36:50.956490 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1727 | 2025.06.18 18:36:50.956526 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <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 | ||
1728 | 2025.06.18 18:36:50.956723 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1729 | 2025.06.18 18:36:50.956776 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1730 | 2025.06.18 18:36:50.956876 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1731 | 2025.06.18 18:36:50.956946 [ 292 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1732 | 2025.06.18 18:36:50.956948 [ 288 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1733 | 2025.06.18 18:36:50.956951 [ 289 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1734 | 2025.06.18 18:36:50.957061 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1735 | 2025.06.18 18:36:50.957087 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1736 | 2025.06.18 18:36:50.957141 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1737 | 2025.06.18 18:36:50.957159 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1738 | 2025.06.18 18:36:50.957187 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <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'))" | ||
1739 | 2025.06.18 18:36:50.957224 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <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'))" | ||
1740 | 2025.06.18 18:36:50.957790 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.001574 sec., 19059.72045743329 rows/sec., 714.12 KiB/sec. | ||
1741 | 2025.06.18 18:36:50.957892 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} <Debug> TCPHandler: Processed in 0.001825975 sec. | ||
1742 | 2025.06.18 18:36:50.965033 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1743 | 2025.06.18 18:36:50.965219 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1744 | 2025.06.18 18:36:50.965293 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1745 | 2025.06.18 18:36:50.966140 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1746 | 2025.06.18 18:36:50.966184 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1747 | 2025.06.18 18:36:50.966588 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1748 | 2025.06.18 18:36:50.966794 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1749 | 2025.06.18 18:36:50.966938 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001772 sec., 1693.0022573363433 rows/sec., 154.31 KiB/sec. | ||
1750 | 2025.06.18 18:36:50.966975 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} <Debug> TCPHandler: Processed in 0.002031698 sec. | ||
1751 | 2025.06.18 18:36:50.967095 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1752 | 2025.06.18 18:36:50.967188 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1753 | 2025.06.18 18:36:50.967229 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1754 | 2025.06.18 18:36:50.967671 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1755 | 2025.06.18 18:36:50.967709 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1756 | 2025.06.18 18:36:50.968011 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1757 | 2025.06.18 18:36:50.968217 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1758 | 2025.06.18 18:36:50.968341 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.001171 sec., 85397.09649871905 rows/sec., 7.12 MiB/sec. | ||
1759 | 2025.06.18 18:36:50.968376 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} <Debug> TCPHandler: Processed in 0.001329279 sec. | ||
1760 | 2025.06.18 18:36:50.968495 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1761 | 2025.06.18 18:36:50.968588 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1762 | 2025.06.18 18:36:50.968628 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1763 | 2025.06.18 18:36:50.969012 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1764 | 2025.06.18 18:36:50.969047 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1765 | 2025.06.18 18:36:50.969346 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1766 | 2025.06.18 18:36:50.969551 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1767 | 2025.06.18 18:36:50.969682 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001111 sec., 19801.980198019803 rows/sec., 1.45 MiB/sec. | ||
1768 | 2025.06.18 18:36:50.969717 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} <Debug> TCPHandler: Processed in 0.001274408 sec. | ||
1769 | 2025.06.18 18:36:50.969825 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1770 | 2025.06.18 18:36:50.969917 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1771 | 2025.06.18 18:36:50.969956 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1772 | 2025.06.18 18:36:50.970367 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1773 | 2025.06.18 18:36:50.970402 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1774 | 2025.06.18 18:36:50.970710 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1775 | 2025.06.18 18:36:50.970920 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1776 | 2025.06.18 18:36:50.971042 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001142 sec., 88441.33099824868 rows/sec., 6.91 MiB/sec. | ||
1777 | 2025.06.18 18:36:50.971079 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} <Debug> TCPHandler: Processed in 0.001301848 sec. | ||
1778 | 2025.06.18 18:36:50.971194 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1779 | 2025.06.18 18:36:50.971286 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1780 | 2025.06.18 18:36:50.971328 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1781 | 2025.06.18 18:36:50.971728 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2025.06.18 18:36:50.971765 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1783 | 2025.06.18 18:36:50.972083 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1784 | 2025.06.18 18:36:50.972287 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2025.06.18 18:36:50.972411 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. | ||
1786 | 2025.06.18 18:36:50.972446 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} <Debug> TCPHandler: Processed in 0.001299848 sec. | ||
1787 | 2025.06.18 18:36:50.972553 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2025.06.18 18:36:50.972645 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1789 | 2025.06.18 18:36:50.972699 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1790 | 2025.06.18 18:36:50.973472 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1791 | 2025.06.18 18:36:50.973507 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1792 | 2025.06.18 18:36:50.974014 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1793 | 2025.06.18 18:36:50.974233 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1794 | 2025.06.18 18:36:50.974362 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001735 sec., 12680.115273775216 rows/sec., 22.72 MiB/sec. | ||
1795 | 2025.06.18 18:36:50.974411 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} <Debug> TCPHandler: Processed in 0.001905407 sec. | ||
1796 | 2025.06.18 18:36:50.974524 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1797 | 2025.06.18 18:36:50.974617 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1798 | 2025.06.18 18:36:50.974657 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1799 | 2025.06.18 18:36:50.974971 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Trace> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1800 | 2025.06.18 18:36:50.975007 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1801 | 2025.06.18 18:36:50.975312 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1802 | 2025.06.18 18:36:50.975516 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Trace> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1803 | 2025.06.18 18:36:50.975640 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001041 sec., 23054.755043227666 rows/sec., 1.67 MiB/sec. | ||
1804 | 2025.06.18 18:36:50.975675 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} <Debug> TCPHandler: Processed in 0.001199216 sec. | ||
1805 | 2025.06.18 18:36:50.975781 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1806 | 2025.06.18 18:36:50.975874 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1807 | 2025.06.18 18:36:50.975913 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1808 | 2025.06.18 18:36:50.976229 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1809 | 2025.06.18 18:36:50.976265 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1810 | 2025.06.18 18:36:50.976571 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1811 | 2025.06.18 18:36:50.976780 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1812 | 2025.06.18 18:36:50.976907 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. | ||
1813 | 2025.06.18 18:36:50.976941 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} <Debug> TCPHandler: Processed in 0.001206397 sec. | ||
1814 | 2025.06.18 18:36:51.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.88 MiB, peak 182.24 MiB, free memory in arenas 0.00 B, will set to 179.27 MiB (RSS), difference: 1.38 MiB | ||
1815 | 2025.06.18 18:36:51.543550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1816 | 2025.06.18 18:36:51.543995 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1817 | 2025.06.18 18:36:51.544033 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1818 | 2025.06.18 18:36:51.544501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1819 | 2025.06.18 18:36:51.544728 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1820 | 2025.06.18 18:36:51.544862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1821 | 2025.06.18 18:36:51.768171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1822 | 2025.06.18 18:36:51.787911 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2025.06.18 18:36:51.787990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1824 | 2025.06.18 18:36:51.794670 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1825 | 2025.06.18 18:36:51.795516 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1826 | 2025.06.18 18:36:51.800385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1827 | 2025.06.18 18:36:52.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.80 MiB, peak 183.80 MiB, free memory in arenas 0.00 B, will set to 181.19 MiB (RSS), difference: 1.39 MiB | ||
1828 | 2025.06.18 18:36:54.047854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 274 | ||
1829 | 2025.06.18 18:36:54.050021 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1830 | 2025.06.18 18:36:54.050062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1831 | 2025.06.18 18:36:54.051190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1832 | 2025.06.18 18:36:54.051443 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1833 | 2025.06.18 18:36:54.051572 [ 48 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1834 | 2025.06.18 18:36:54.051644 [ 48 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2025.06.18 18:36:54.051667 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1836 | 2025.06.18 18:36:54.051681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274 | ||
1837 | 2025.06.18 18:36:54.051785 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
1838 | 2025.06.18 18:36:54.052452 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1839 | 2025.06.18 18:36:54.052656 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
1840 | 2025.06.18 18:36:54.053068 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
1841 | 2025.06.18 18:36:54.053472 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part | ||
1842 | 2025.06.18 18:36:54.053826 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1843 | 2025.06.18 18:36:54.054176 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
1844 | 2025.06.18 18:36:54.054526 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
1845 | 2025.06.18 18:36:54.061402 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 72 columns (72 merged, 0 gathered) in 0.009671623 sec., 28330.30195655889 rows/sec., 28.55 MiB/sec. | ||
1846 | 2025.06.18 18:36:54.062167 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1847 | 2025.06.18 18:36:54.062742 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1848 | 2025.06.18 18:36:54.062811 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1849 | 2025.06.18 18:36:54.062992 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
1850 | 2025.06.18 18:36:55.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.31 MiB, peak 185.84 MiB, free memory in arenas 0.00 B, will set to 182.39 MiB (RSS), difference: 1.08 MiB | ||
1851 | 2025.06.18 18:36:55.956142 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1852 | 2025.06.18 18:36:55.956347 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1853 | 2025.06.18 18:36:55.956420 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1854 | 2025.06.18 18:36:55.957103 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1855 | 2025.06.18 18:36:55.957149 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1856 | 2025.06.18 18:36:55.957538 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1857 | 2025.06.18 18:36:55.957774 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1858 | 2025.06.18 18:36:55.957950 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001654 sec., 43530.83434099153 rows/sec., 3.54 MiB/sec. | ||
1859 | 2025.06.18 18:36:55.957990 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} <Debug> TCPHandler: Processed in 0.001980177 sec. | ||
1860 | 2025.06.18 18:36:55.958117 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1861 | 2025.06.18 18:36:55.958213 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1862 | 2025.06.18 18:36:55.958254 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1863 | 2025.06.18 18:36:55.958647 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1864 | 2025.06.18 18:36:55.958682 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1865 | 2025.06.18 18:36:55.958974 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1866 | 2025.06.18 18:36:55.959186 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1867 | 2025.06.18 18:36:55.959274 [ 45 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1868 | 2025.06.18 18:36:55.959310 [ 45 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1869 | 2025.06.18 18:36:55.959314 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00112 sec., 7142.857142857143 rows/sec., 537.11 KiB/sec. | ||
1870 | 2025.06.18 18:36:55.959332 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1871 | 2025.06.18 18:36:55.959356 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} <Debug> TCPHandler: Processed in 0.001293658 sec. | ||
1872 | 2025.06.18 18:36:55.959456 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
1873 | 2025.06.18 18:36:55.959466 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1874 | 2025.06.18 18:36:55.959600 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1875 | 2025.06.18 18:36:55.959612 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1876 | 2025.06.18 18:36:55.959643 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1877 | 2025.06.18 18:36:55.959655 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part | ||
1878 | 2025.06.18 18:36:55.959765 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 106 rows starting from the beginning of the part | ||
1879 | 2025.06.18 18:36:55.959819 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
1880 | 2025.06.18 18:36:55.959867 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
1881 | 2025.06.18 18:36:55.959912 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
1882 | 2025.06.18 18:36:55.959952 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
1883 | 2025.06.18 18:36:55.960061 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2025.06.18 18:36:55.960103 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1885 | 2025.06.18 18:36:55.960583 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1886 | 2025.06.18 18:36:55.960817 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1887 | 2025.06.18 18:36:55.960946 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001364 sec., 52785.92375366569 rows/sec., 4.12 MiB/sec. | ||
1888 | 2025.06.18 18:36:55.960982 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} <Debug> TCPHandler: Processed in 0.001564032 sec. | ||
1889 | 2025.06.18 18:36:55.960988 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 5 columns (5 merged, 0 gathered) in 0.001588302 sec., 162437.62206431775 rows/sec., 10.60 MiB/sec. | ||
1890 | 2025.06.18 18:36:55.961094 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2025.06.18 18:36:55.961193 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1892 | 2025.06.18 18:36:55.961237 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1893 | 2025.06.18 18:36:55.961240 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1894 | 2025.06.18 18:36:55.961556 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1895 | 2025.06.18 18:36:55.961636 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1896 | 2025.06.18 18:36:55.961642 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1897 | 2025.06.18 18:36:55.961684 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1898 | 2025.06.18 18:36:55.961725 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1899 | 2025.06.18 18:36:55.962014 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1900 | 2025.06.18 18:36:55.962231 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1901 | 2025.06.18 18:36:55.962358 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. | ||
1902 | 2025.06.18 18:36:55.962394 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} <Debug> TCPHandler: Processed in 0.001347478 sec. | ||
1903 | 2025.06.18 18:36:55.962500 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1904 | 2025.06.18 18:36:55.962593 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1905 | 2025.06.18 18:36:55.962649 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1906 | 2025.06.18 18:36:55.963358 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1907 | 2025.06.18 18:36:55.963394 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1908 | 2025.06.18 18:36:55.963892 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1909 | 2025.06.18 18:36:55.964109 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1910 | 2025.06.18 18:36:55.964241 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001665 sec., 4804.804804804805 rows/sec., 8.61 MiB/sec. | ||
1911 | 2025.06.18 18:36:55.964290 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} <Debug> TCPHandler: Processed in 0.001838055 sec. | ||
1912 | 2025.06.18 18:36:55.964403 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1913 | 2025.06.18 18:36:55.964497 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1914 | 2025.06.18 18:36:55.964539 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1915 | 2025.06.18 18:36:55.964866 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1916 | 2025.06.18 18:36:55.964903 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1917 | 2025.06.18 18:36:55.965201 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1918 | 2025.06.18 18:36:55.965407 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1919 | 2025.06.18 18:36:55.965532 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. | ||
1920 | 2025.06.18 18:36:55.965568 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} <Debug> TCPHandler: Processed in 0.001212567 sec. | ||
1921 | 2025.06.18 18:36:58.989601 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1922 | 2025.06.18 18:36:58.989654 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1923 | 2025.06.18 18:36:59.045016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1924 | 2025.06.18 18:36:59.045559 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1925 | 2025.06.18 18:36:59.045603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1926 | 2025.06.18 18:36:59.046141 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1927 | 2025.06.18 18:36:59.046394 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1928 | 2025.06.18 18:36:59.046529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1929 | 2025.06.18 18:36:59.300552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1930 | 2025.06.18 18:36:59.318613 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1931 | 2025.06.18 18:36:59.318679 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1932 | 2025.06.18 18:36:59.324262 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1933 | 2025.06.18 18:36:59.324942 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1934 | 2025.06.18 18:36:59.328052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1935 | 2025.06.18 18:37:00.956460 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1936 | 2025.06.18 18:37:00.956675 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1937 | 2025.06.18 18:37:00.956750 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1938 | 2025.06.18 18:37:00.957464 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2025.06.18 18:37:00.957514 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1940 | 2025.06.18 18:37:00.957912 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1941 | 2025.06.18 18:37:00.958138 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2025.06.18 18:37:00.958292 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.001671 sec., 59844.404548174745 rows/sec., 4.99 MiB/sec. | ||
1943 | 2025.06.18 18:37:00.958319 [ 39 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1944 | 2025.06.18 18:37:00.958340 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} <Debug> TCPHandler: Processed in 0.002021768 sec. | ||
1945 | 2025.06.18 18:37:00.958421 [ 39 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1946 | 2025.06.18 18:37:00.958454 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1947 | 2025.06.18 18:37:00.958524 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1948 | 2025.06.18 18:37:00.958586 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
1949 | 2025.06.18 18:37:00.958631 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1950 | 2025.06.18 18:37:00.958681 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1951 | 2025.06.18 18:37:00.958735 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1952 | 2025.06.18 18:37:00.958776 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
1953 | 2025.06.18 18:37:00.958843 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
1954 | 2025.06.18 18:37:00.958891 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
1955 | 2025.06.18 18:37:00.958936 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
1956 | 2025.06.18 18:37:00.958976 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
1957 | 2025.06.18 18:37:00.959017 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
1958 | 2025.06.18 18:37:00.959100 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1959 | 2025.06.18 18:37:00.959142 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1960 | 2025.06.18 18:37:00.959489 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1961 | 2025.06.18 18:37:00.959724 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1962 | 2025.06.18 18:37:00.959858 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001251 sec., 17585.931254996005 rows/sec., 1.29 MiB/sec. | ||
1963 | 2025.06.18 18:37:00.959896 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} <Debug> TCPHandler: Processed in 0.00142446 sec. | ||
1964 | 2025.06.18 18:37:00.960003 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1965 | 2025.06.18 18:37:00.960099 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1966 | 2025.06.18 18:37:00.960122 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1033 rows, containing 5 columns (5 merged, 0 gathered) in 0.001598402 sec., 646270.4626245463 rows/sec., 54.05 MiB/sec. | ||
1967 | 2025.06.18 18:37:00.960139 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1968 | 2025.06.18 18:37:00.960401 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1969 | 2025.06.18 18:37:00.960560 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1970 | 2025.06.18 18:37:00.960602 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1971 | 2025.06.18 18:37:00.960754 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1972 | 2025.06.18 18:37:00.960852 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1973 | 2025.06.18 18:37:00.960940 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1974 | 2025.06.18 18:37:00.960946 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
1975 | 2025.06.18 18:37:00.961158 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1976 | 2025.06.18 18:37:00.961263 [ 39 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1977 | 2025.06.18 18:37:00.961291 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001211 sec., 71015.68951279933 rows/sec., 5.55 MiB/sec. | ||
1978 | 2025.06.18 18:37:00.961294 [ 39 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1979 | 2025.06.18 18:37:00.961330 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1980 | 2025.06.18 18:37:00.961333 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} <Debug> TCPHandler: Processed in 0.001378529 sec. | ||
1981 | 2025.06.18 18:37:00.961403 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
1982 | 2025.06.18 18:37:00.961461 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1983 | 2025.06.18 18:37:00.961498 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1984 | 2025.06.18 18:37:00.961528 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
1985 | 2025.06.18 18:37:00.961560 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1986 | 2025.06.18 18:37:00.961578 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
1987 | 2025.06.18 18:37:00.961607 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1988 | 2025.06.18 18:37:00.961622 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
1989 | 2025.06.18 18:37:00.961660 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 101 rows starting from the beginning of the part | ||
1990 | 2025.06.18 18:37:00.961695 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
1991 | 2025.06.18 18:37:00.961730 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 86 rows starting from the beginning of the part | ||
1992 | 2025.06.18 18:37:00.962003 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1993 | 2025.06.18 18:37:00.962042 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
1994 | 2025.06.18 18:37:00.962374 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1995 | 2025.06.18 18:37:00.962502 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 5 columns (5 merged, 0 gathered) in 0.001188866 sec., 660293.0860164224 rows/sec., 51.65 MiB/sec. | ||
1996 | 2025.06.18 18:37:00.962651 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1997 | 2025.06.18 18:37:00.962717 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1998 | 2025.06.18 18:37:00.962761 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1999 | 2025.06.18 18:37:00.962793 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2000 | 2025.06.18 18:37:00.962793 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. | ||
2001 | 2025.06.18 18:37:00.962815 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2002 | 2025.06.18 18:37:00.962847 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} <Debug> TCPHandler: Processed in 0.001432559 sec. | ||
2003 | 2025.06.18 18:37:00.962926 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2004 | 2025.06.18 18:37:00.962966 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2025.06.18 18:37:00.962992 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2006 | 2025.06.18 18:37:00.963026 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2007 | 2025.06.18 18:37:00.963059 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2008 | 2025.06.18 18:37:00.963072 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
2009 | 2025.06.18 18:37:00.963075 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2010 | 2025.06.18 18:37:00.963117 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2011 | 2025.06.18 18:37:00.963154 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2012 | 2025.06.18 18:37:00.963160 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2013 | 2025.06.18 18:37:00.963205 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2014 | 2025.06.18 18:37:00.963255 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2015 | 2025.06.18 18:37:00.963296 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2016 | 2025.06.18 18:37:00.963340 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2017 | 2025.06.18 18:37:00.963895 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2018 | 2025.06.18 18:37:00.963931 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2019 | 2025.06.18 18:37:00.964535 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2020 | 2025.06.18 18:37:00.964786 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 5 columns (5 merged, 0 gathered) in 0.001899966 sec., 990544.0413144235 rows/sec., 68.34 MiB/sec. | ||
2021 | 2025.06.18 18:37:00.964792 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2022 | 2025.06.18 18:37:00.964955 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001912 sec., 11506.276150627615 rows/sec., 20.62 MiB/sec. | ||
2023 | 2025.06.18 18:37:00.964988 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2024 | 2025.06.18 18:37:00.965020 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} <Debug> TCPHandler: Processed in 0.002102469 sec. | ||
2025 | 2025.06.18 18:37:00.965142 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2026 | 2025.06.18 18:37:00.965230 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2027 | 2025.06.18 18:37:00.965236 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2028 | 2025.06.18 18:37:00.965282 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2029 | 2025.06.18 18:37:00.965296 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2030 | 2025.06.18 18:37:00.965359 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
2031 | 2025.06.18 18:37:00.965642 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2032 | 2025.06.18 18:37:00.965677 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2033 | 2025.06.18 18:37:00.965989 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2034 | 2025.06.18 18:37:00.966193 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2035 | 2025.06.18 18:37:00.966293 [ 39 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2036 | 2025.06.18 18:37:00.966320 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. | ||
2037 | 2025.06.18 18:37:00.966326 [ 39 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2038 | 2025.06.18 18:37:00.966359 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2039 | 2025.06.18 18:37:00.966363 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} <Debug> TCPHandler: Processed in 0.001269617 sec. | ||
2040 | 2025.06.18 18:37:00.966429 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2041 | 2025.06.18 18:37:00.966520 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2042 | 2025.06.18 18:37:00.966545 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
2043 | 2025.06.18 18:37:00.966589 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2044 | 2025.06.18 18:37:00.966630 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2045 | 2025.06.18 18:37:00.966667 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2046 | 2025.06.18 18:37:00.966701 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2047 | 2025.06.18 18:37:00.966735 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2048 | 2025.06.18 18:37:00.967547 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.001147236 sec., 603188.8817993857 rows/sec., 40.10 MiB/sec. | ||
2049 | 2025.06.18 18:37:00.967783 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2050 | 2025.06.18 18:37:00.968124 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2051 | 2025.06.18 18:37:00.968212 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2052 | 2025.06.18 18:37:00.968296 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2053 | 2025.06.18 18:37:04.051988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 298 | ||
2054 | 2025.06.18 18:37:04.054176 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2055 | 2025.06.18 18:37:04.054232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2056 | 2025.06.18 18:37:04.055448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2057 | 2025.06.18 18:37:04.055764 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2058 | 2025.06.18 18:37:04.056091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
2059 | 2025.06.18 18:37:05.957351 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2060 | 2025.06.18 18:37:05.957559 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2061 | 2025.06.18 18:37:05.957629 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2062 | 2025.06.18 18:37:05.958319 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2063 | 2025.06.18 18:37:05.958371 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2064 | 2025.06.18 18:37:05.958776 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2065 | 2025.06.18 18:37:05.959003 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2066 | 2025.06.18 18:37:05.959158 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Debug> executeQuery: Read 88 rows, 7.51 KiB in 0.001654 sec., 53204.35308343409 rows/sec., 4.43 MiB/sec. | ||
2067 | 2025.06.18 18:37:05.959205 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} <Debug> TCPHandler: Processed in 0.001994168 sec. | ||
2068 | 2025.06.18 18:37:05.959337 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2069 | 2025.06.18 18:37:05.959437 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2070 | 2025.06.18 18:37:05.959482 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2071 | 2025.06.18 18:37:05.959899 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2072 | 2025.06.18 18:37:05.959936 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2073 | 2025.06.18 18:37:05.960240 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2074 | 2025.06.18 18:37:05.960476 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2075 | 2025.06.18 18:37:05.960600 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001187 sec., 13479.359730412807 rows/sec., 1013.58 KiB/sec. | ||
2076 | 2025.06.18 18:37:05.960637 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} <Debug> TCPHandler: Processed in 0.001350949 sec. | ||
2077 | 2025.06.18 18:37:05.960755 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2078 | 2025.06.18 18:37:05.960846 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2079 | 2025.06.18 18:37:05.960887 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2080 | 2025.06.18 18:37:05.961298 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2081 | 2025.06.18 18:37:05.961334 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2082 | 2025.06.18 18:37:05.961638 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2083 | 2025.06.18 18:37:05.961844 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2084 | 2025.06.18 18:37:05.961972 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001144 sec., 72552.44755244754 rows/sec., 5.67 MiB/sec. | ||
2085 | 2025.06.18 18:37:05.962008 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} <Debug> TCPHandler: Processed in 0.001302808 sec. | ||
2086 | 2025.06.18 18:37:05.962119 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2087 | 2025.06.18 18:37:05.962211 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2088 | 2025.06.18 18:37:05.962253 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2089 | 2025.06.18 18:37:05.962675 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2090 | 2025.06.18 18:37:05.962711 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2091 | 2025.06.18 18:37:05.963035 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2092 | 2025.06.18 18:37:05.963241 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2093 | 2025.06.18 18:37:05.963366 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. | ||
2094 | 2025.06.18 18:37:05.963402 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} <Debug> TCPHandler: Processed in 0.001330758 sec. | ||
2095 | 2025.06.18 18:37:05.963508 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2096 | 2025.06.18 18:37:05.963601 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2097 | 2025.06.18 18:37:05.963655 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2098 | 2025.06.18 18:37:05.964433 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2099 | 2025.06.18 18:37:05.964470 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2100 | 2025.06.18 18:37:05.965010 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2101 | 2025.06.18 18:37:05.965246 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2025.06.18 18:37:05.965354 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2103 | 2025.06.18 18:37:05.965381 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.001798 sec., 8898.776418242493 rows/sec., 15.95 MiB/sec. | ||
2104 | 2025.06.18 18:37:05.965424 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2105 | 2025.06.18 18:37:05.965444 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} <Debug> TCPHandler: Processed in 0.001984107 sec. | ||
2106 | 2025.06.18 18:37:05.965449 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2107 | 2025.06.18 18:37:05.965558 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
2108 | 2025.06.18 18:37:05.965572 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2109 | 2025.06.18 18:37:05.965677 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2110 | 2025.06.18 18:37:05.965718 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2111 | 2025.06.18 18:37:05.965765 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2112 | 2025.06.18 18:37:05.965825 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
2113 | 2025.06.18 18:37:05.965958 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
2114 | 2025.06.18 18:37:05.966034 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Trace> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2115 | 2025.06.18 18:37:05.966071 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2116 | 2025.06.18 18:37:05.966087 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
2117 | 2025.06.18 18:37:05.966204 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
2118 | 2025.06.18 18:37:05.966320 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
2119 | 2025.06.18 18:37:05.966368 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2120 | 2025.06.18 18:37:05.966433 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part | ||
2121 | 2025.06.18 18:37:05.966571 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Trace> oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2122 | 2025.06.18 18:37:05.966696 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001038 sec., 2890.173410404624 rows/sec., 204.16 KiB/sec. | ||
2123 | 2025.06.18 18:37:05.966731 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} <Debug> TCPHandler: Processed in 0.001206697 sec. | ||
2124 | 2025.06.18 18:37:05.966842 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2125 | 2025.06.18 18:37:05.966934 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2126 | 2025.06.18 18:37:05.966974 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2127 | 2025.06.18 18:37:05.967319 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2128 | 2025.06.18 18:37:05.967354 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2129 | 2025.06.18 18:37:05.967713 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2130 | 2025.06.18 18:37:05.967922 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2131 | 2025.06.18 18:37:05.968056 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. | ||
2132 | 2025.06.18 18:37:05.968091 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} <Debug> TCPHandler: Processed in 0.001297478 sec. | ||
2133 | 2025.06.18 18:37:05.968190 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.002671027 sec., 31448.57764447907 rows/sec., 56.35 MiB/sec. | ||
2134 | 2025.06.18 18:37:05.968630 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2135 | 2025.06.18 18:37:05.969064 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2025.06.18 18:37:05.969145 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2137 | 2025.06.18 18:37:05.969281 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
2138 | 2025.06.18 18:37:06.546724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
2139 | 2025.06.18 18:37:06.547425 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2140 | 2025.06.18 18:37:06.547488 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2141 | 2025.06.18 18:37:06.548184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2142 | 2025.06.18 18:37:06.548415 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2143 | 2025.06.18 18:37:06.548544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
2144 | 2025.06.18 18:37:06.548584 [ 11 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2145 | 2025.06.18 18:37:06.548666 [ 11 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2146 | 2025.06.18 18:37:06.548691 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2147 | 2025.06.18 18:37:06.548884 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2148 | 2025.06.18 18:37:06.549107 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2149 | 2025.06.18 18:37:06.549167 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2150 | 2025.06.18 18:37:06.549306 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2151 | 2025.06.18 18:37:06.549384 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2152 | 2025.06.18 18:37:06.549457 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2153 | 2025.06.18 18:37:06.549525 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2154 | 2025.06.18 18:37:06.549600 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2155 | 2025.06.18 18:37:06.551049 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002251821 sec., 2248402.5151199847 rows/sec., 32.16 MiB/sec. | ||
2156 | 2025.06.18 18:37:06.552086 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2157 | 2025.06.18 18:37:06.552389 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2158 | 2025.06.18 18:37:06.552470 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2159 | 2025.06.18 18:37:06.552564 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
2160 | 2025.06.18 18:37:06.828221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2161 | 2025.06.18 18:37:06.847120 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2025.06.18 18:37:06.847190 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2163 | 2025.06.18 18:37:06.853483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2164 | 2025.06.18 18:37:06.854141 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2025.06.18 18:37:06.854448 [ 11 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2166 | 2025.06.18 18:37:06.854514 [ 11 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2167 | 2025.06.18 18:37:06.854537 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2168 | 2025.06.18 18:37:06.854714 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2169 | 2025.06.18 18:37:06.857641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2170 | 2025.06.18 18:37:06.857655 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2171 | 2025.06.18 18:37:06.858360 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2172 | 2025.06.18 18:37:06.861566 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2173 | 2025.06.18 18:37:06.864735 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2174 | 2025.06.18 18:37:06.868302 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2175 | 2025.06.18 18:37:06.872625 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2176 | 2025.06.18 18:37:06.877045 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
2177 | 2025.06.18 18:37:06.929757 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.075089476 sec., 1105.3479717983382 rows/sec., 5.72 MiB/sec. | ||
2178 | 2025.06.18 18:37:06.931189 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2179 | 2025.06.18 18:37:06.932787 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2180 | 2025.06.18 18:37:06.932873 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2181 | 2025.06.18 18:37:06.934081 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2182 | 2025.06.18 18:37:07.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.88 MiB, peak 194.76 MiB, free memory in arenas 0.00 B, will set to 193.66 MiB (RSS), difference: 8.78 MiB | ||
2183 | 2025.06.18 18:37:10.949234 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2184 | 2025.06.18 18:37:10.949479 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) 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) | ||
2185 | 2025.06.18 18:37:10.949817 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2186 | 2025.06.18 18:37:10.949858 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <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 | ||
2187 | 2025.06.18 18:37:10.950129 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2188 | 2025.06.18 18:37:10.950200 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2189 | 2025.06.18 18:37:10.950343 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2190 | 2025.06.18 18:37:10.950529 [ 292 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2191 | 2025.06.18 18:37:10.950547 [ 289 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2192 | 2025.06.18 18:37:10.950597 [ 293 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2193 | 2025.06.18 18:37:10.950529 [ 288 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2194 | 2025.06.18 18:37:10.950739 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2195 | 2025.06.18 18:37:10.950772 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2196 | 2025.06.18 18:37:10.950862 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2197 | 2025.06.18 18:37:10.950884 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2198 | 2025.06.18 18:37:10.950926 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <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'))" | ||
2199 | 2025.06.18 18:37:10.950968 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <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'))" | ||
2200 | 2025.06.18 18:37:10.951006 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <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'))" | ||
2201 | 2025.06.18 18:37:10.951889 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.002505 sec., 13173.652694610779 rows/sec., 504.07 KiB/sec. | ||
2202 | 2025.06.18 18:37:10.952037 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} <Debug> TCPHandler: Processed in 0.00293082 sec. | ||
2203 | 2025.06.18 18:37:10.954314 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2204 | 2025.06.18 18:37:10.954570 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2205 | 2025.06.18 18:37:10.954979 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2206 | 2025.06.18 18:37:10.955047 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2207 | 2025.06.18 18:37:10.955280 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2208 | 2025.06.18 18:37:10.955336 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2209 | 2025.06.18 18:37:10.955444 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2210 | 2025.06.18 18:37:10.955515 [ 288 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2211 | 2025.06.18 18:37:10.955532 [ 292 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2212 | 2025.06.18 18:37:10.955519 [ 289 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2213 | 2025.06.18 18:37:10.955526 [ 293 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2214 | 2025.06.18 18:37:10.955670 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2215 | 2025.06.18 18:37:10.955698 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2216 | 2025.06.18 18:37:10.955773 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2217 | 2025.06.18 18:37:10.955793 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2218 | 2025.06.18 18:37:10.955824 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2219 | 2025.06.18 18:37:10.955856 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2220 | 2025.06.18 18:37:10.955887 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2221 | 2025.06.18 18:37:10.956468 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.002044 sec., 16144.81409001957 rows/sec., 617.76 KiB/sec. | ||
2222 | 2025.06.18 18:37:10.956589 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} <Debug> TCPHandler: Processed in 0.002403653 sec. | ||
2223 | 2025.06.18 18:37:10.956843 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2224 | 2025.06.18 18:37:10.956974 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2225 | 2025.06.18 18:37:10.957253 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2226 | 2025.06.18 18:37:10.957296 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2227 | 2025.06.18 18:37:10.957495 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2228 | 2025.06.18 18:37:10.957549 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2229 | 2025.06.18 18:37:10.957649 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2230 | 2025.06.18 18:37:10.957709 [ 289 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2231 | 2025.06.18 18:37:10.957717 [ 288 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2232 | 2025.06.18 18:37:10.957737 [ 293 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2233 | 2025.06.18 18:37:10.957717 [ 292 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2234 | 2025.06.18 18:37:10.957862 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2235 | 2025.06.18 18:37:10.957890 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2236 | 2025.06.18 18:37:10.957957 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2237 | 2025.06.18 18:37:10.957976 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2238 | 2025.06.18 18:37:10.958006 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2239 | 2025.06.18 18:37:10.958038 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2240 | 2025.06.18 18:37:10.958071 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2241 | 2025.06.18 18:37:10.958662 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.001686 sec., 19572.953736654803 rows/sec., 748.93 KiB/sec. | ||
2242 | 2025.06.18 18:37:10.958791 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} <Debug> TCPHandler: Processed in 0.001943877 sec. | ||
2243 | 2025.06.18 18:37:10.959019 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2244 | 2025.06.18 18:37:10.959156 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2245 | 2025.06.18 18:37:10.959368 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2246 | 2025.06.18 18:37:10.959403 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2247 | 2025.06.18 18:37:10.959609 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2248 | 2025.06.18 18:37:10.959663 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2249 | 2025.06.18 18:37:10.959766 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2250 | 2025.06.18 18:37:10.959827 [ 288 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2251 | 2025.06.18 18:37:10.959827 [ 292 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2252 | 2025.06.18 18:37:10.959835 [ 289 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2253 | 2025.06.18 18:37:10.959835 [ 293 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2254 | 2025.06.18 18:37:10.959962 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2255 | 2025.06.18 18:37:10.959989 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2256 | 2025.06.18 18:37:10.960056 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2257 | 2025.06.18 18:37:10.960074 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2258 | 2025.06.18 18:37:10.960101 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2259 | 2025.06.18 18:37:10.960130 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2260 | 2025.06.18 18:37:10.960156 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2261 | 2025.06.18 18:37:10.960704 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.001649 sec., 20012.128562765312 rows/sec., 765.73 KiB/sec. | ||
2262 | 2025.06.18 18:37:10.960827 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} <Debug> TCPHandler: Processed in 0.001907876 sec. | ||
2263 | 2025.06.18 18:37:10.961119 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2264 | 2025.06.18 18:37:10.961255 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2265 | 2025.06.18 18:37:10.961482 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2266 | 2025.06.18 18:37:10.961519 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2267 | 2025.06.18 18:37:10.961725 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2268 | 2025.06.18 18:37:10.961778 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2269 | 2025.06.18 18:37:10.961876 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2270 | 2025.06.18 18:37:10.961947 [ 288 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2271 | 2025.06.18 18:37:10.961949 [ 292 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2272 | 2025.06.18 18:37:10.961960 [ 289 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2273 | 2025.06.18 18:37:10.961956 [ 293 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2274 | 2025.06.18 18:37:10.962081 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2275 | 2025.06.18 18:37:10.962108 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2276 | 2025.06.18 18:37:10.962176 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2277 | 2025.06.18 18:37:10.962194 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2278 | 2025.06.18 18:37:10.962223 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2279 | 2025.06.18 18:37:10.962258 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2280 | 2025.06.18 18:37:10.962291 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2281 | 2025.06.18 18:37:10.962882 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.001685 sec., 19584.569732937685 rows/sec., 749.37 KiB/sec. | ||
2282 | 2025.06.18 18:37:10.963014 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} <Debug> TCPHandler: Processed in 0.001945597 sec. | ||
2283 | 2025.06.18 18:37:10.963253 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2284 | 2025.06.18 18:37:10.963390 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2285 | 2025.06.18 18:37:10.963605 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2286 | 2025.06.18 18:37:10.963642 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2287 | 2025.06.18 18:37:10.963843 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2288 | 2025.06.18 18:37:10.963895 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2289 | 2025.06.18 18:37:10.963994 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2290 | 2025.06.18 18:37:10.964056 [ 289 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2291 | 2025.06.18 18:37:10.964073 [ 293 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2292 | 2025.06.18 18:37:10.964073 [ 288 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2293 | 2025.06.18 18:37:10.964070 [ 292 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2294 | 2025.06.18 18:37:10.964189 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2295 | 2025.06.18 18:37:10.964215 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2296 | 2025.06.18 18:37:10.964278 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2297 | 2025.06.18 18:37:10.964295 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2298 | 2025.06.18 18:37:10.964323 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2299 | 2025.06.18 18:37:10.964352 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2300 | 2025.06.18 18:37:10.964381 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2301 | 2025.06.18 18:37:10.964925 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.00165 sec., 20000 rows/sec., 765.27 KiB/sec. | ||
2302 | 2025.06.18 18:37:10.965114 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} <Debug> TCPHandler: Processed in 0.001908236 sec. | ||
2303 | 2025.06.18 18:37:10.965342 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2304 | 2025.06.18 18:37:10.965478 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2305 | 2025.06.18 18:37:10.965695 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2306 | 2025.06.18 18:37:10.965732 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2307 | 2025.06.18 18:37:10.965937 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2308 | 2025.06.18 18:37:10.966051 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2309 | 2025.06.18 18:37:10.966150 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2310 | 2025.06.18 18:37:10.966210 [ 289 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2311 | 2025.06.18 18:37:10.966221 [ 293 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2312 | 2025.06.18 18:37:10.966227 [ 288 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2313 | 2025.06.18 18:37:10.966218 [ 292 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2314 | 2025.06.18 18:37:10.966336 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2315 | 2025.06.18 18:37:10.966449 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2316 | 2025.06.18 18:37:10.966518 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2317 | 2025.06.18 18:37:10.966536 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2318 | 2025.06.18 18:37:10.966566 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2319 | 2025.06.18 18:37:10.966598 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2320 | 2025.06.18 18:37:10.966628 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2321 | 2025.06.18 18:37:10.967203 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.001782 sec., 18518.51851851852 rows/sec., 708.58 KiB/sec. | ||
2322 | 2025.06.18 18:37:10.967332 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} <Debug> TCPHandler: Processed in 0.002038008 sec. | ||
2323 | 2025.06.18 18:37:10.985683 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2025.06.18 18:37:10.985791 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2325 | 2025.06.18 18:37:10.985833 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2326 | 2025.06.18 18:37:10.986393 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2327 | 2025.06.18 18:37:10.986435 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2328 | 2025.06.18 18:37:10.986891 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2329 | 2025.06.18 18:37:10.987089 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2330 | 2025.06.18 18:37:10.987233 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Debug> executeQuery: Read 7 rows, 3.07 KiB in 0.001472 sec., 4755.434782608696 rows/sec., 2.04 MiB/sec. | ||
2331 | 2025.06.18 18:37:10.987271 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} <Debug> TCPHandler: Processed in 0.001638563 sec. | ||
2332 | 2025.06.18 18:37:10.987385 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2333 | 2025.06.18 18:37:10.987478 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2334 | 2025.06.18 18:37:10.987519 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2335 | 2025.06.18 18:37:10.987950 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2025.06.18 18:37:10.987987 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2337 | 2025.06.18 18:37:10.988289 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2338 | 2025.06.18 18:37:10.988481 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2339 | 2025.06.18 18:37:10.988598 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001173 sec., 20460.358056265984 rows/sec., 1.70 MiB/sec. | ||
2340 | 2025.06.18 18:37:10.988633 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} <Debug> TCPHandler: Processed in 0.001334038 sec. | ||
2341 | 2025.06.18 18:37:10.988736 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2025.06.18 18:37:10.988822 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2343 | 2025.06.18 18:37:10.988859 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2344 | 2025.06.18 18:37:10.989307 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2345 | 2025.06.18 18:37:10.989341 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2346 | 2025.06.18 18:37:10.989691 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2347 | 2025.06.18 18:37:10.989895 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2348 | 2025.06.18 18:37:10.990019 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001163 sec., 6878.761822871883 rows/sec., 560.91 KiB/sec. | ||
2349 | 2025.06.18 18:37:10.990057 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} <Debug> TCPHandler: Processed in 0.001323268 sec. | ||
2350 | 2025.06.18 18:37:10.990167 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2025.06.18 18:37:10.990260 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2352 | 2025.06.18 18:37:10.990299 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2353 | 2025.06.18 18:37:10.990778 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2354 | 2025.06.18 18:37:10.990815 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2355 | 2025.06.18 18:37:10.991175 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2356 | 2025.06.18 18:37:10.991385 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2357 | 2025.06.18 18:37:10.991521 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Debug> executeQuery: Read 224 rows, 20.29 KiB in 0.001279 sec., 175136.8256450352 rows/sec., 15.49 MiB/sec. | ||
2358 | 2025.06.18 18:37:10.991558 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} <Debug> TCPHandler: Processed in 0.00143978 sec. | ||
2359 | 2025.06.18 18:37:10.991669 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2360 | 2025.06.18 18:37:10.991761 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2361 | 2025.06.18 18:37:10.991800 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2362 | 2025.06.18 18:37:10.992197 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2363 | 2025.06.18 18:37:10.992231 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2364 | 2025.06.18 18:37:10.992520 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2365 | 2025.06.18 18:37:10.992712 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2366 | 2025.06.18 18:37:10.992838 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Debug> executeQuery: Read 42 rows, 3.17 KiB in 0.001146 sec., 36649.21465968586 rows/sec., 2.70 MiB/sec. | ||
2367 | 2025.06.18 18:37:10.992874 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} <Debug> TCPHandler: Processed in 0.001306429 sec. | ||
2368 | 2025.06.18 18:37:10.992974 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2369 | 2025.06.18 18:37:10.993129 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2370 | 2025.06.18 18:37:10.993168 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2371 | 2025.06.18 18:37:10.993589 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2372 | 2025.06.18 18:37:10.993625 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2373 | 2025.06.18 18:37:10.993920 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2374 | 2025.06.18 18:37:10.994127 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2375 | 2025.06.18 18:37:10.994259 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001147 sec., 20924.149956408022 rows/sec., 1.74 MiB/sec. | ||
2376 | 2025.06.18 18:37:10.994296 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} <Debug> TCPHandler: Processed in 0.001307798 sec. | ||
2377 | 2025.06.18 18:37:10.994403 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2378 | 2025.06.18 18:37:10.994495 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2379 | 2025.06.18 18:37:10.994534 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2380 | 2025.06.18 18:37:10.994928 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2381 | 2025.06.18 18:37:10.994963 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2382 | 2025.06.18 18:37:10.995256 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2383 | 2025.06.18 18:37:10.995459 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2384 | 2025.06.18 18:37:10.995591 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. | ||
2385 | 2025.06.18 18:37:10.995629 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} <Debug> TCPHandler: Processed in 0.001274208 sec. | ||
2386 | 2025.06.18 18:37:10.995735 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2387 | 2025.06.18 18:37:10.995827 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2388 | 2025.06.18 18:37:10.995865 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2389 | 2025.06.18 18:37:10.996304 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2390 | 2025.06.18 18:37:10.996338 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2391 | 2025.06.18 18:37:10.996622 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2392 | 2025.06.18 18:37:10.996828 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2393 | 2025.06.18 18:37:10.996955 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Debug> executeQuery: Read 130 rows, 10.79 KiB in 0.001204 sec., 107973.4219269103 rows/sec., 8.75 MiB/sec. | ||
2394 | 2025.06.18 18:37:10.996991 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} <Debug> TCPHandler: Processed in 0.001365158 sec. | ||
2395 | 2025.06.18 18:37:10.997162 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2396 | 2025.06.18 18:37:10.997253 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2397 | 2025.06.18 18:37:10.997295 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2398 | 2025.06.18 18:37:10.997736 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2399 | 2025.06.18 18:37:10.997773 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2400 | 2025.06.18 18:37:10.998144 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2401 | 2025.06.18 18:37:10.998351 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2402 | 2025.06.18 18:37:10.998481 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Debug> executeQuery: Read 452 rows, 35.60 KiB in 0.001245 sec., 363052.2088353414 rows/sec., 27.92 MiB/sec. | ||
2403 | 2025.06.18 18:37:10.998517 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} <Debug> TCPHandler: Processed in 0.00140227 sec. | ||
2404 | 2025.06.18 18:37:10.998626 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2405 | 2025.06.18 18:37:10.998718 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2406 | 2025.06.18 18:37:10.998771 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2407 | 2025.06.18 18:37:10.999516 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2408 | 2025.06.18 18:37:10.999552 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2409 | 2025.06.18 18:37:11.000053 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2410 | 2025.06.18 18:37:11.000256 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2411 | 2025.06.18 18:37:11.000475 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001801 sec., 12215.435868961687 rows/sec., 21.89 MiB/sec. | ||
2412 | 2025.06.18 18:37:11.000523 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} <Debug> TCPHandler: Processed in 0.001975467 sec. | ||
2413 | 2025.06.18 18:37:11.000629 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2414 | 2025.06.18 18:37:11.000717 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2415 | 2025.06.18 18:37:11.000756 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2416 | 2025.06.18 18:37:11.001167 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2417 | 2025.06.18 18:37:11.001204 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2418 | 2025.06.18 18:37:11.001521 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2419 | 2025.06.18 18:37:11.001748 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2420 | 2025.06.18 18:37:11.001873 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. | ||
2421 | 2025.06.18 18:37:11.001909 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} <Debug> TCPHandler: Processed in 0.001289617 sec. | ||
2422 | 2025.06.18 18:37:14.048905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2423 | 2025.06.18 18:37:14.049636 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2424 | 2025.06.18 18:37:14.049685 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2425 | 2025.06.18 18:37:14.050292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2426 | 2025.06.18 18:37:14.050528 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2427 | 2025.06.18 18:37:14.050670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2428 | 2025.06.18 18:37:14.050655 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2429 | 2025.06.18 18:37:14.050732 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2430 | 2025.06.18 18:37:14.056516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 348 | ||
2431 | 2025.06.18 18:37:14.059029 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2432 | 2025.06.18 18:37:14.059068 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2433 | 2025.06.18 18:37:14.060332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2434 | 2025.06.18 18:37:14.060588 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2435 | 2025.06.18 18:37:14.060811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 348 | ||
2436 | 2025.06.18 18:37:14.357865 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2437 | 2025.06.18 18:37:14.373716 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2438 | 2025.06.18 18:37:14.373782 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2439 | 2025.06.18 18:37:14.379749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2440 | 2025.06.18 18:37:14.380533 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2441 | 2025.06.18 18:37:14.383288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2442 | 2025.06.18 18:37:15.955554 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2443 | 2025.06.18 18:37:15.955771 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2444 | 2025.06.18 18:37:15.955849 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2445 | 2025.06.18 18:37:15.956619 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2025.06.18 18:37:15.956666 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2447 | 2025.06.18 18:37:15.957061 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2448 | 2025.06.18 18:37:15.957295 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2449 | 2025.06.18 18:37:15.957459 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Debug> executeQuery: Read 88 rows, 7.51 KiB in 0.001742 sec., 50516.647531572904 rows/sec., 4.21 MiB/sec. | ||
2450 | 2025.06.18 18:37:15.957513 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} <Debug> TCPHandler: Processed in 0.002095619 sec. | ||
2451 | 2025.06.18 18:37:15.957648 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2452 | 2025.06.18 18:37:15.957753 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2453 | 2025.06.18 18:37:15.957798 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2454 | 2025.06.18 18:37:15.958226 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2455 | 2025.06.18 18:37:15.958262 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2456 | 2025.06.18 18:37:15.958567 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2457 | 2025.06.18 18:37:15.958777 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2458 | 2025.06.18 18:37:15.958907 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001179 sec., 13570.822731128075 rows/sec., 1020.46 KiB/sec. | ||
2459 | 2025.06.18 18:37:15.958945 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} <Debug> TCPHandler: Processed in 0.001348179 sec. | ||
2460 | 2025.06.18 18:37:15.959059 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2461 | 2025.06.18 18:37:15.959155 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2462 | 2025.06.18 18:37:15.959197 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2463 | 2025.06.18 18:37:15.959620 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2464 | 2025.06.18 18:37:15.959654 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2465 | 2025.06.18 18:37:15.959962 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2466 | 2025.06.18 18:37:15.960191 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2467 | 2025.06.18 18:37:15.960317 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001181 sec., 67739.20406435225 rows/sec., 5.29 MiB/sec. | ||
2468 | 2025.06.18 18:37:15.960355 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} <Debug> TCPHandler: Processed in 0.001344248 sec. | ||
2469 | 2025.06.18 18:37:15.960468 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2470 | 2025.06.18 18:37:15.960562 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2471 | 2025.06.18 18:37:15.960605 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2472 | 2025.06.18 18:37:15.961020 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2473 | 2025.06.18 18:37:15.961055 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2474 | 2025.06.18 18:37:15.961382 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2475 | 2025.06.18 18:37:15.961590 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2476 | 2025.06.18 18:37:15.961717 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
2477 | 2025.06.18 18:37:15.961754 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} <Debug> TCPHandler: Processed in 0.001334939 sec. | ||
2478 | 2025.06.18 18:37:15.961876 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2479 | 2025.06.18 18:37:15.961977 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2480 | 2025.06.18 18:37:15.962033 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2481 | 2025.06.18 18:37:15.962828 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2482 | 2025.06.18 18:37:15.962863 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2483 | 2025.06.18 18:37:15.963401 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2484 | 2025.06.18 18:37:15.963624 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2485 | 2025.06.18 18:37:15.963759 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.001801 sec., 8883.953359244864 rows/sec., 15.92 MiB/sec. | ||
2486 | 2025.06.18 18:37:15.963811 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} <Debug> TCPHandler: Processed in 0.001988138 sec. | ||
2487 | 2025.06.18 18:37:15.963927 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2488 | 2025.06.18 18:37:15.964023 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2489 | 2025.06.18 18:37:15.964066 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2490 | 2025.06.18 18:37:15.964413 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2491 | 2025.06.18 18:37:15.964448 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2492 | 2025.06.18 18:37:15.964752 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2493 | 2025.06.18 18:37:15.964964 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2494 | 2025.06.18 18:37:15.965088 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. | ||
2495 | 2025.06.18 18:37:15.965134 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} <Debug> TCPHandler: Processed in 0.001258857 sec. | ||
2496 | 2025.06.18 18:37:20.957521 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2497 | 2025.06.18 18:37:20.957716 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2498 | 2025.06.18 18:37:20.957785 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2499 | 2025.06.18 18:37:20.958438 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2500 | 2025.06.18 18:37:20.958489 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2501 | 2025.06.18 18:37:20.958894 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2502 | 2025.06.18 18:37:20.959128 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2503 | 2025.06.18 18:37:20.959284 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.001619 sec., 61766.52254478073 rows/sec., 5.15 MiB/sec. | ||
2504 | 2025.06.18 18:37:20.959334 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} <Debug> TCPHandler: Processed in 0.001953437 sec. | ||
2505 | 2025.06.18 18:37:20.959460 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2025.06.18 18:37:20.959590 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2507 | 2025.06.18 18:37:20.959639 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2508 | 2025.06.18 18:37:20.960056 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2025.06.18 18:37:20.960092 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2510 | 2025.06.18 18:37:20.960408 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2511 | 2025.06.18 18:37:20.960622 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2512 | 2025.06.18 18:37:20.960719 [ 149 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2513 | 2025.06.18 18:37:20.960752 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001188 sec., 18518.51851851852 rows/sec., 1.36 MiB/sec. | ||
2514 | 2025.06.18 18:37:20.960757 [ 149 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2515 | 2025.06.18 18:37:20.960786 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2516 | 2025.06.18 18:37:20.960792 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} <Debug> TCPHandler: Processed in 0.001383529 sec. | ||
2517 | 2025.06.18 18:37:20.960902 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2518 | 2025.06.18 18:37:20.960912 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
2519 | 2025.06.18 18:37:20.960999 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2520 | 2025.06.18 18:37:20.961047 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2521 | 2025.06.18 18:37:20.961065 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2522 | 2025.06.18 18:37:20.961105 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 136 rows starting from the beginning of the part | ||
2523 | 2025.06.18 18:37:20.961207 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
2524 | 2025.06.18 18:37:20.961265 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
2525 | 2025.06.18 18:37:20.961312 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
2526 | 2025.06.18 18:37:20.961358 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
2527 | 2025.06.18 18:37:20.961404 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
2528 | 2025.06.18 18:37:20.961540 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2529 | 2025.06.18 18:37:20.961583 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2530 | 2025.06.18 18:37:20.961932 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2531 | 2025.06.18 18:37:20.962181 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2532 | 2025.06.18 18:37:20.962310 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001331 sec., 64613.07287753569 rows/sec., 5.05 MiB/sec. | ||
2533 | 2025.06.18 18:37:20.962323 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146583 sec., 173280.66692590545 rows/sec., 12.34 MiB/sec. | ||
2534 | 2025.06.18 18:37:20.962349 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} <Debug> TCPHandler: Processed in 0.00149596 sec. | ||
2535 | 2025.06.18 18:37:20.962492 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2536 | 2025.06.18 18:37:20.962505 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2537 | 2025.06.18 18:37:20.962589 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2538 | 2025.06.18 18:37:20.962633 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2539 | 2025.06.18 18:37:20.962773 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2540 | 2025.06.18 18:37:20.962843 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2541 | 2025.06.18 18:37:20.962917 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2542 | 2025.06.18 18:37:20.963046 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2543 | 2025.06.18 18:37:20.963083 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2544 | 2025.06.18 18:37:20.963415 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2545 | 2025.06.18 18:37:20.963635 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2546 | 2025.06.18 18:37:20.963763 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. | ||
2547 | 2025.06.18 18:37:20.963801 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} <Debug> TCPHandler: Processed in 0.001357988 sec. | ||
2548 | 2025.06.18 18:37:20.963912 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2549 | 2025.06.18 18:37:20.964028 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2550 | 2025.06.18 18:37:20.964087 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2551 | 2025.06.18 18:37:20.964823 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2552 | 2025.06.18 18:37:20.964856 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2553 | 2025.06.18 18:37:20.965422 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2554 | 2025.06.18 18:37:20.965652 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2555 | 2025.06.18 18:37:20.965789 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001779 sec., 12366.498032602585 rows/sec., 22.16 MiB/sec. | ||
2556 | 2025.06.18 18:37:20.965841 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} <Debug> TCPHandler: Processed in 0.001979097 sec. | ||
2557 | 2025.06.18 18:37:20.965966 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2558 | 2025.06.18 18:37:20.966062 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2559 | 2025.06.18 18:37:20.966104 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2560 | 2025.06.18 18:37:20.966436 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2025.06.18 18:37:20.966473 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2562 | 2025.06.18 18:37:20.966777 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2563 | 2025.06.18 18:37:20.966991 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2025.06.18 18:37:20.967117 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
2565 | 2025.06.18 18:37:20.967154 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} <Debug> TCPHandler: Processed in 0.001237847 sec. | ||
2566 | 2025.06.18 18:37:21.551005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2567 | 2025.06.18 18:37:21.551528 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2568 | 2025.06.18 18:37:21.551575 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2569 | 2025.06.18 18:37:21.552053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2570 | 2025.06.18 18:37:21.552352 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2571 | 2025.06.18 18:37:21.552496 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2572 | 2025.06.18 18:37:21.883783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2573 | 2025.06.18 18:37:21.902018 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2574 | 2025.06.18 18:37:21.902087 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2575 | 2025.06.18 18:37:21.908069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2576 | 2025.06.18 18:37:21.908761 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2577 | 2025.06.18 18:37:21.911946 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2578 | 2025.06.18 18:37:22.082129 [ 147 ] {} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2579 | 2025.06.18 18:37:22.082193 [ 147 ] {} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2580 | 2025.06.18 18:37:22.082214 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2581 | 2025.06.18 18:37:22.082331 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::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 | ||
2582 | 2025.06.18 18:37:22.082607 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2583 | 2025.06.18 18:37:22.082649 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::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 | ||
2584 | 2025.06.18 18:37:22.082728 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::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 | ||
2585 | 2025.06.18 18:37:22.082792 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::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 | ||
2586 | 2025.06.18 18:37:22.082857 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
2587 | 2025.06.18 18:37:22.082916 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
2588 | 2025.06.18 18:37:22.084407 [ 200 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.00212776 sec., 19269.090498928454 rows/sec., 4.76 MiB/sec. | ||
2589 | 2025.06.18 18:37:22.084571 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2590 | 2025.06.18 18:37:22.084867 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2591 | 2025.06.18 18:37:22.084938 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2592 | 2025.06.18 18:37:22.085006 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2593 | 2025.06.18 18:37:24.061927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 372 | ||
2594 | 2025.06.18 18:37:24.063975 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2025.06.18 18:37:24.064032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2596 | 2025.06.18 18:37:24.065176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2597 | 2025.06.18 18:37:24.065483 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2025.06.18 18:37:24.065813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 372 | ||
2599 | 2025.06.18 18:37:25.957505 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2600 | 2025.06.18 18:37:25.957696 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2601 | 2025.06.18 18:37:25.957766 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2602 | 2025.06.18 18:37:25.958392 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2025.06.18 18:37:25.958440 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2604 | 2025.06.18 18:37:25.958820 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2605 | 2025.06.18 18:37:25.959068 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2025.06.18 18:37:25.959227 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00158 sec., 1265.8227848101264 rows/sec., 103.22 KiB/sec. | ||
2607 | 2025.06.18 18:37:25.959274 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} <Debug> TCPHandler: Processed in 0.001902156 sec. | ||
2608 | 2025.06.18 18:37:25.959411 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2609 | 2025.06.18 18:37:25.959516 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2610 | 2025.06.18 18:37:25.959560 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2611 | 2025.06.18 18:37:25.960054 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2025.06.18 18:37:25.960092 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2613 | 2025.06.18 18:37:25.960413 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2614 | 2025.06.18 18:37:25.960637 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2025.06.18 18:37:25.960747 [ 144 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2616 | 2025.06.18 18:37:25.960768 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001277 sec., 71260.76742364919 rows/sec., 5.95 MiB/sec. | ||
2617 | 2025.06.18 18:37:25.960819 [ 144 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2618 | 2025.06.18 18:37:25.960828 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} <Debug> TCPHandler: Processed in 0.00146837 sec. | ||
2619 | 2025.06.18 18:37:25.960848 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2620 | 2025.06.18 18:37:25.960966 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
2621 | 2025.06.18 18:37:25.960969 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2622 | 2025.06.18 18:37:25.961091 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2623 | 2025.06.18 18:37:25.961110 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2624 | 2025.06.18 18:37:25.961132 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2625 | 2025.06.18 18:37:25.961165 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 677 rows starting from the beginning of the part | ||
2626 | 2025.06.18 18:37:25.961269 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 88 rows starting from the beginning of the part | ||
2627 | 2025.06.18 18:37:25.961328 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 224 rows starting from the beginning of the part | ||
2628 | 2025.06.18 18:37:25.961374 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part | ||
2629 | 2025.06.18 18:37:25.961416 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
2630 | 2025.06.18 18:37:25.961461 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part | ||
2631 | 2025.06.18 18:37:25.961557 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2632 | 2025.06.18 18:37:25.961600 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2633 | 2025.06.18 18:37:25.961944 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2634 | 2025.06.18 18:37:25.962190 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2635 | 2025.06.18 18:37:25.962329 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001258 sec., 15103.338632750398 rows/sec., 1.10 MiB/sec. | ||
2636 | 2025.06.18 18:37:25.962367 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} <Debug> TCPHandler: Processed in 0.00144953 sec. | ||
2637 | 2025.06.18 18:37:25.962488 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2638 | 2025.06.18 18:37:25.962585 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2639 | 2025.06.18 18:37:25.962626 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2640 | 2025.06.18 18:37:25.962638 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1268 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717864 sec., 738125.9517633526 rows/sec., 63.48 MiB/sec. | ||
2641 | 2025.06.18 18:37:25.962882 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2642 | 2025.06.18 18:37:25.963089 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2643 | 2025.06.18 18:37:25.963126 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2644 | 2025.06.18 18:37:25.963153 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2645 | 2025.06.18 18:37:25.963220 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2646 | 2025.06.18 18:37:25.963297 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2647 | 2025.06.18 18:37:25.963437 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2648 | 2025.06.18 18:37:25.963649 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2025.06.18 18:37:25.963757 [ 144 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2650 | 2025.06.18 18:37:25.963776 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.00121 sec., 68595.04132231405 rows/sec., 5.36 MiB/sec. | ||
2651 | 2025.06.18 18:37:25.963796 [ 144 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2652 | 2025.06.18 18:37:25.963819 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} <Debug> TCPHandler: Processed in 0.001381499 sec. | ||
2653 | 2025.06.18 18:37:25.963820 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2654 | 2025.06.18 18:37:25.963899 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
2655 | 2025.06.18 18:37:25.963954 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2656 | 2025.06.18 18:37:25.963985 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2657 | 2025.06.18 18:37:25.964013 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part | ||
2658 | 2025.06.18 18:37:25.964055 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2659 | 2025.06.18 18:37:25.964059 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 83 rows starting from the beginning of the part | ||
2660 | 2025.06.18 18:37:25.964106 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2661 | 2025.06.18 18:37:25.964116 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 130 rows starting from the beginning of the part | ||
2662 | 2025.06.18 18:37:25.964161 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
2663 | 2025.06.18 18:37:25.964195 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part | ||
2664 | 2025.06.18 18:37:25.964238 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 83 rows starting from the beginning of the part | ||
2665 | 2025.06.18 18:37:25.964528 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2666 | 2025.06.18 18:37:25.964570 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2667 | 2025.06.18 18:37:25.964928 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2668 | 2025.06.18 18:37:25.965076 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 5 columns (5 merged, 0 gathered) in 0.001203717 sec., 738545.6880645534 rows/sec., 58.42 MiB/sec. | ||
2669 | 2025.06.18 18:37:25.965155 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2025.06.18 18:37:25.965242 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2671 | 2025.06.18 18:37:25.965270 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2672 | 2025.06.18 18:37:25.965297 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2673 | 2025.06.18 18:37:25.965297 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001262 sec., 127575.27733755943 rows/sec., 8.88 MiB/sec. | ||
2674 | 2025.06.18 18:37:25.965315 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2675 | 2025.06.18 18:37:25.965350 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} <Debug> TCPHandler: Processed in 0.0014454 sec. | ||
2676 | 2025.06.18 18:37:25.965409 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2677 | 2025.06.18 18:37:25.965472 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2678 | 2025.06.18 18:37:25.965521 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2679 | 2025.06.18 18:37:25.965539 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2680 | 2025.06.18 18:37:25.965572 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2681 | 2025.06.18 18:37:25.965579 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1882 rows starting from the beginning of the part | ||
2682 | 2025.06.18 18:37:25.965595 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2683 | 2025.06.18 18:37:25.965638 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2684 | 2025.06.18 18:37:25.965666 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2685 | 2025.06.18 18:37:25.965680 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2686 | 2025.06.18 18:37:25.965715 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 452 rows starting from the beginning of the part | ||
2687 | 2025.06.18 18:37:25.965764 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
2688 | 2025.06.18 18:37:25.965803 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
2689 | 2025.06.18 18:37:25.965841 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
2690 | 2025.06.18 18:37:25.966415 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2691 | 2025.06.18 18:37:25.966456 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2692 | 2025.06.18 18:37:25.967010 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2693 | 2025.06.18 18:37:25.967255 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2694 | 2025.06.18 18:37:25.967356 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2975 rows, containing 5 columns (5 merged, 0 gathered) in 0.001978857 sec., 1503393.1203720127 rows/sec., 105.74 MiB/sec. | ||
2695 | 2025.06.18 18:37:25.967409 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001856 sec., 9159.48275862069 rows/sec., 16.41 MiB/sec. | ||
2696 | 2025.06.18 18:37:25.967475 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} <Debug> TCPHandler: Processed in 0.002053988 sec. | ||
2697 | 2025.06.18 18:37:25.967594 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2698 | 2025.06.18 18:37:25.967632 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2699 | 2025.06.18 18:37:25.967690 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2700 | 2025.06.18 18:37:25.967741 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2701 | 2025.06.18 18:37:25.967900 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2702 | 2025.06.18 18:37:25.967978 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2703 | 2025.06.18 18:37:25.968051 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
2704 | 2025.06.18 18:37:25.968088 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2025.06.18 18:37:25.968129 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2706 | 2025.06.18 18:37:25.968449 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2707 | 2025.06.18 18:37:25.968661 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2708 | 2025.06.18 18:37:25.968765 [ 144 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2709 | 2025.06.18 18:37:25.968790 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. | ||
2710 | 2025.06.18 18:37:25.968798 [ 144 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2711 | 2025.06.18 18:37:25.968830 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2712 | 2025.06.18 18:37:25.968834 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} <Debug> TCPHandler: Processed in 0.001289278 sec. | ||
2713 | 2025.06.18 18:37:25.968896 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2714 | 2025.06.18 18:37:25.968984 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2715 | 2025.06.18 18:37:25.969010 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 692 rows starting from the beginning of the part | ||
2716 | 2025.06.18 18:37:25.969055 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2717 | 2025.06.18 18:37:25.969094 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2718 | 2025.06.18 18:37:25.969128 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2719 | 2025.06.18 18:37:25.969160 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2720 | 2025.06.18 18:37:25.969194 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
2721 | 2025.06.18 18:37:25.970000 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 4 columns (4 merged, 0 gathered) in 0.001131996 sec., 876328.1849052471 rows/sec., 58.50 MiB/sec. | ||
2722 | 2025.06.18 18:37:25.970238 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2723 | 2025.06.18 18:37:25.970536 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2724 | 2025.06.18 18:37:25.970610 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2725 | 2025.06.18 18:37:25.970695 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2726 | 2025.06.18 18:37:29.050773 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2727 | 2025.06.18 18:37:29.050823 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2728 | 2025.06.18 18:37:29.053204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
2729 | 2025.06.18 18:37:29.053668 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2730 | 2025.06.18 18:37:29.053707 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2731 | 2025.06.18 18:37:29.054212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2732 | 2025.06.18 18:37:29.054445 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2733 | 2025.06.18 18:37:29.054584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2734 | 2025.06.18 18:37:29.412614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2735 | 2025.06.18 18:37:29.430765 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2736 | 2025.06.18 18:37:29.430822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
2737 | 2025.06.18 18:37:29.436745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2738 | 2025.06.18 18:37:29.437466 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2739 | 2025.06.18 18:37:29.440938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2740 | 2025.06.18 18:37:30.957202 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2741 | 2025.06.18 18:37:30.957415 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2742 | 2025.06.18 18:37:30.957486 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2743 | 2025.06.18 18:37:30.958135 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2025.06.18 18:37:30.958186 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2745 | 2025.06.18 18:37:30.958616 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2746 | 2025.06.18 18:37:30.958858 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2747 | 2025.06.18 18:37:30.959019 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.001656 sec., 60386.47342995169 rows/sec., 5.03 MiB/sec. | ||
2748 | 2025.06.18 18:37:30.959067 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} <Debug> TCPHandler: Processed in 0.002009088 sec. | ||
2749 | 2025.06.18 18:37:30.959193 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2750 | 2025.06.18 18:37:30.959298 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2751 | 2025.06.18 18:37:30.959345 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2752 | 2025.06.18 18:37:30.959772 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2753 | 2025.06.18 18:37:30.959812 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2754 | 2025.06.18 18:37:30.960143 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2755 | 2025.06.18 18:37:30.960364 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2756 | 2025.06.18 18:37:30.960495 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001222 sec., 18003.273322422257 rows/sec., 1.32 MiB/sec. | ||
2757 | 2025.06.18 18:37:30.960532 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} <Debug> TCPHandler: Processed in 0.001391949 sec. | ||
2758 | 2025.06.18 18:37:30.960635 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2759 | 2025.06.18 18:37:30.960733 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2760 | 2025.06.18 18:37:30.960773 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2761 | 2025.06.18 18:37:30.961189 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2762 | 2025.06.18 18:37:30.961227 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2763 | 2025.06.18 18:37:30.961550 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2764 | 2025.06.18 18:37:30.961771 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2765 | 2025.06.18 18:37:30.961899 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001185 sec., 72573.83966244725 rows/sec., 5.67 MiB/sec. | ||
2766 | 2025.06.18 18:37:30.961936 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} <Debug> TCPHandler: Processed in 0.001350388 sec. | ||
2767 | 2025.06.18 18:37:30.962049 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2768 | 2025.06.18 18:37:30.962145 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2769 | 2025.06.18 18:37:30.962188 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2770 | 2025.06.18 18:37:30.962582 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2771 | 2025.06.18 18:37:30.962619 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2772 | 2025.06.18 18:37:30.962952 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2773 | 2025.06.18 18:37:30.963166 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2774 | 2025.06.18 18:37:30.963293 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. | ||
2775 | 2025.06.18 18:37:30.963330 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} <Debug> TCPHandler: Processed in 0.001331159 sec. | ||
2776 | 2025.06.18 18:37:30.963438 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2777 | 2025.06.18 18:37:30.963543 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2778 | 2025.06.18 18:37:30.963601 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2779 | 2025.06.18 18:37:30.964380 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2780 | 2025.06.18 18:37:30.964419 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2781 | 2025.06.18 18:37:30.964955 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2782 | 2025.06.18 18:37:30.965179 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2783 | 2025.06.18 18:37:30.965294 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2784 | 2025.06.18 18:37:30.965320 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001797 sec., 12242.626599888703 rows/sec., 21.94 MiB/sec. | ||
2785 | 2025.06.18 18:37:30.965369 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2786 | 2025.06.18 18:37:30.965394 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2787 | 2025.06.18 18:37:30.965399 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} <Debug> TCPHandler: Processed in 0.002011018 sec. | ||
2788 | 2025.06.18 18:37:30.965520 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
2789 | 2025.06.18 18:37:30.965524 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2790 | 2025.06.18 18:37:30.965667 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2791 | 2025.06.18 18:37:30.965711 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2792 | 2025.06.18 18:37:30.965831 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2793 | 2025.06.18 18:37:30.965907 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part | ||
2794 | 2025.06.18 18:37:30.966053 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2795 | 2025.06.18 18:37:30.966065 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
2796 | 2025.06.18 18:37:30.966096 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2797 | 2025.06.18 18:37:30.966217 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
2798 | 2025.06.18 18:37:30.966347 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part | ||
2799 | 2025.06.18 18:37:30.966434 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2800 | 2025.06.18 18:37:30.966457 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 17 rows starting from the beginning of the part | ||
2801 | 2025.06.18 18:37:30.966566 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
2802 | 2025.06.18 18:37:30.966653 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2803 | 2025.06.18 18:37:30.966785 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. | ||
2804 | 2025.06.18 18:37:30.966822 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} <Debug> TCPHandler: Processed in 0.001346899 sec. | ||
2805 | 2025.06.18 18:37:30.973556 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.008097192 sec., 22600.427407427167 rows/sec., 40.50 MiB/sec. | ||
2806 | 2025.06.18 18:37:30.974087 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2807 | 2025.06.18 18:37:30.974498 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2808 | 2025.06.18 18:37:30.974577 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2809 | 2025.06.18 18:37:30.974710 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
2810 | 2025.06.18 18:37:34.066009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 398 | ||
2811 | 2025.06.18 18:37:34.068035 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2812 | 2025.06.18 18:37:34.068083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2813 | 2025.06.18 18:37:34.069254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2814 | 2025.06.18 18:37:34.069519 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2815 | 2025.06.18 18:37:34.069763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
2816 | 2025.06.18 18:37:35.956846 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2817 | 2025.06.18 18:37:35.957038 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2818 | 2025.06.18 18:37:35.957110 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2819 | 2025.06.18 18:37:35.957763 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2820 | 2025.06.18 18:37:35.957810 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2821 | 2025.06.18 18:37:35.958215 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2822 | 2025.06.18 18:37:35.958454 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2823 | 2025.06.18 18:37:35.958610 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00162 sec., 55555.55555555556 rows/sec., 4.65 MiB/sec. | ||
2824 | 2025.06.18 18:37:35.958654 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} <Debug> TCPHandler: Processed in 0.001940067 sec. | ||
2825 | 2025.06.18 18:37:35.958786 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2826 | 2025.06.18 18:37:35.958883 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2827 | 2025.06.18 18:37:35.958924 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2828 | 2025.06.18 18:37:35.959333 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2829 | 2025.06.18 18:37:35.959370 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2830 | 2025.06.18 18:37:35.959675 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2831 | 2025.06.18 18:37:35.959891 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2832 | 2025.06.18 18:37:35.960023 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001161 sec., 14642.549526270457 rows/sec., 1.08 MiB/sec. | ||
2833 | 2025.06.18 18:37:35.960064 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} <Debug> TCPHandler: Processed in 0.001328439 sec. | ||
2834 | 2025.06.18 18:37:35.960184 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2835 | 2025.06.18 18:37:35.960279 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2836 | 2025.06.18 18:37:35.960321 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2837 | 2025.06.18 18:37:35.960740 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2838 | 2025.06.18 18:37:35.960776 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2839 | 2025.06.18 18:37:35.961077 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2840 | 2025.06.18 18:37:35.961286 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2841 | 2025.06.18 18:37:35.961416 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001155 sec., 70129.87012987013 rows/sec., 5.48 MiB/sec. | ||
2842 | 2025.06.18 18:37:35.961454 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} <Debug> TCPHandler: Processed in 0.001317408 sec. | ||
2843 | 2025.06.18 18:37:35.961567 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2844 | 2025.06.18 18:37:35.961661 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2845 | 2025.06.18 18:37:35.961705 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2846 | 2025.06.18 18:37:35.962104 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2847 | 2025.06.18 18:37:35.962140 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2848 | 2025.06.18 18:37:35.962463 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2849 | 2025.06.18 18:37:35.962673 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2850 | 2025.06.18 18:37:35.962803 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. | ||
2851 | 2025.06.18 18:37:35.962839 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} <Debug> TCPHandler: Processed in 0.001319798 sec. | ||
2852 | 2025.06.18 18:37:35.962946 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2853 | 2025.06.18 18:37:35.963040 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2854 | 2025.06.18 18:37:35.963096 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2855 | 2025.06.18 18:37:35.963840 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2856 | 2025.06.18 18:37:35.963877 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2857 | 2025.06.18 18:37:35.964385 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2858 | 2025.06.18 18:37:35.964606 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2859 | 2025.06.18 18:37:35.964740 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001718 sec., 9895.227008149011 rows/sec., 17.73 MiB/sec. | ||
2860 | 2025.06.18 18:37:35.964791 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} <Debug> TCPHandler: Processed in 0.001892166 sec. | ||
2861 | 2025.06.18 18:37:35.964911 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2862 | 2025.06.18 18:37:35.965006 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2863 | 2025.06.18 18:37:35.965048 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2864 | 2025.06.18 18:37:35.965405 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2865 | 2025.06.18 18:37:35.965444 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2866 | 2025.06.18 18:37:35.965747 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2867 | 2025.06.18 18:37:35.965952 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2868 | 2025.06.18 18:37:35.966084 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. | ||
2869 | 2025.06.18 18:37:35.966120 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} <Debug> TCPHandler: Processed in 0.001258307 sec. | ||
2870 | 2025.06.18 18:37:36.554800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
2871 | 2025.06.18 18:37:36.555264 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2872 | 2025.06.18 18:37:36.555308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2873 | 2025.06.18 18:37:36.555870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2874 | 2025.06.18 18:37:36.556097 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2875 | 2025.06.18 18:37:36.556223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
2876 | 2025.06.18 18:37:36.941163 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2877 | 2025.06.18 18:37:36.958144 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2878 | 2025.06.18 18:37:36.958202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2879 | 2025.06.18 18:37:36.963856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2880 | 2025.06.18 18:37:36.964538 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2881 | 2025.06.18 18:37:36.967452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2882 | 2025.06.18 18:37:40.958946 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2883 | 2025.06.18 18:37:40.959140 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2884 | 2025.06.18 18:37:40.959210 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2885 | 2025.06.18 18:37:40.959847 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2886 | 2025.06.18 18:37:40.959896 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2887 | 2025.06.18 18:37:40.960284 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2888 | 2025.06.18 18:37:40.960509 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2889 | 2025.06.18 18:37:40.960661 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001571 sec., 15276.89369828135 rows/sec., 1.27 MiB/sec. | ||
2890 | 2025.06.18 18:37:40.960710 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} <Debug> TCPHandler: Processed in 0.001896566 sec. | ||
2891 | 2025.06.18 18:37:40.960858 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2892 | 2025.06.18 18:37:40.961003 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2893 | 2025.06.18 18:37:40.961065 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2894 | 2025.06.18 18:37:40.961631 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2895 | 2025.06.18 18:37:40.961684 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2896 | 2025.06.18 18:37:40.962086 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2897 | 2025.06.18 18:37:40.962339 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2898 | 2025.06.18 18:37:40.962478 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001511 sec., 1323.6267372600926 rows/sec., 107.93 KiB/sec. | ||
2899 | 2025.06.18 18:37:40.962519 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} <Debug> TCPHandler: Processed in 0.001727954 sec. | ||
2900 | 2025.06.18 18:37:40.962626 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2901 | 2025.06.18 18:37:40.962726 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2902 | 2025.06.18 18:37:40.962766 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2903 | 2025.06.18 18:37:40.963278 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2904 | 2025.06.18 18:37:40.963314 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2905 | 2025.06.18 18:37:40.963649 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2906 | 2025.06.18 18:37:40.963866 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2907 | 2025.06.18 18:37:40.963996 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Debug> executeQuery: Read 221 rows, 20.07 KiB in 0.001292 sec., 171052.63157894736 rows/sec., 15.17 MiB/sec. | ||
2908 | 2025.06.18 18:37:40.964038 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} <Debug> TCPHandler: Processed in 0.00146133 sec. | ||
2909 | 2025.06.18 18:37:40.964154 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2910 | 2025.06.18 18:37:40.964250 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2911 | 2025.06.18 18:37:40.964292 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2912 | 2025.06.18 18:37:40.964694 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2913 | 2025.06.18 18:37:40.964734 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2914 | 2025.06.18 18:37:40.965038 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2915 | 2025.06.18 18:37:40.965254 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2916 | 2025.06.18 18:37:40.965386 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Debug> executeQuery: Read 36 rows, 2.75 KiB in 0.001155 sec., 31168.83116883117 rows/sec., 2.33 MiB/sec. | ||
2917 | 2025.06.18 18:37:40.965425 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} <Debug> TCPHandler: Processed in 0.001319958 sec. | ||
2918 | 2025.06.18 18:37:40.965532 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2919 | 2025.06.18 18:37:40.965626 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2920 | 2025.06.18 18:37:40.965666 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2921 | 2025.06.18 18:37:40.966058 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2922 | 2025.06.18 18:37:40.966097 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2923 | 2025.06.18 18:37:40.966395 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2924 | 2025.06.18 18:37:40.966612 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2025.06.18 18:37:40.966737 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. | ||
2926 | 2025.06.18 18:37:40.966775 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} <Debug> TCPHandler: Processed in 0.001291638 sec. | ||
2927 | 2025.06.18 18:37:40.966883 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2928 | 2025.06.18 18:37:40.966975 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2929 | 2025.06.18 18:37:40.967015 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2930 | 2025.06.18 18:37:40.967399 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2931 | 2025.06.18 18:37:40.967433 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2932 | 2025.06.18 18:37:40.967712 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2933 | 2025.06.18 18:37:40.967918 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2934 | 2025.06.18 18:37:40.968052 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001094 sec., 10968.92138939671 rows/sec., 856.95 KiB/sec. | ||
2935 | 2025.06.18 18:37:40.968096 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} <Debug> TCPHandler: Processed in 0.001262407 sec. | ||
2936 | 2025.06.18 18:37:40.968205 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2937 | 2025.06.18 18:37:40.968298 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2938 | 2025.06.18 18:37:40.968337 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2939 | 2025.06.18 18:37:40.968754 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2025.06.18 18:37:40.968791 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2941 | 2025.06.18 18:37:40.969092 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2942 | 2025.06.18 18:37:40.969297 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2943 | 2025.06.18 18:37:40.969421 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Debug> executeQuery: Read 124 rows, 10.30 KiB in 0.001141 sec., 108676.59947414548 rows/sec., 8.81 MiB/sec. | ||
2944 | 2025.06.18 18:37:40.969458 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} <Debug> TCPHandler: Processed in 0.001301158 sec. | ||
2945 | 2025.06.18 18:37:40.969568 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2946 | 2025.06.18 18:37:40.969662 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2947 | 2025.06.18 18:37:40.969703 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2948 | 2025.06.18 18:37:40.970104 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2949 | 2025.06.18 18:37:40.970140 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2950 | 2025.06.18 18:37:40.970464 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2951 | 2025.06.18 18:37:40.970673 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2952 | 2025.06.18 18:37:40.970797 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001153 sec., 170858.62966175197 rows/sec., 12.26 MiB/sec. | ||
2953 | 2025.06.18 18:37:40.970833 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} <Debug> TCPHandler: Processed in 0.001312899 sec. | ||
2954 | 2025.06.18 18:37:40.970944 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2025.06.18 18:37:40.971037 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2956 | 2025.06.18 18:37:40.971091 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2957 | 2025.06.18 18:37:40.971854 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2025.06.18 18:37:40.971891 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2959 | 2025.06.18 18:37:40.972411 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2960 | 2025.06.18 18:37:40.972639 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2961 | 2025.06.18 18:37:40.972778 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00176 sec., 12500 rows/sec., 22.40 MiB/sec. | ||
2962 | 2025.06.18 18:37:40.972831 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} <Debug> TCPHandler: Processed in 0.001935267 sec. | ||
2963 | 2025.06.18 18:37:40.972946 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2964 | 2025.06.18 18:37:40.973041 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2965 | 2025.06.18 18:37:40.973108 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2966 | 2025.06.18 18:37:40.973443 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2967 | 2025.06.18 18:37:40.973479 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2968 | 2025.06.18 18:37:40.973773 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2969 | 2025.06.18 18:37:40.973974 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2970 | 2025.06.18 18:37:40.974100 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
2971 | 2025.06.18 18:37:40.974140 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} <Debug> TCPHandler: Processed in 0.001243017 sec. | ||
2972 | 2025.06.18 18:37:44.051077 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2973 | 2025.06.18 18:37:44.051126 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2974 | 2025.06.18 18:37:44.056338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
2975 | 2025.06.18 18:37:44.056835 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2976 | 2025.06.18 18:37:44.056882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2977 | 2025.06.18 18:37:44.057365 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2978 | 2025.06.18 18:37:44.057598 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2979 | 2025.06.18 18:37:44.057746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
2980 | 2025.06.18 18:37:44.057749 [ 124 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2981 | 2025.06.18 18:37:44.057805 [ 124 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2025.06.18 18:37:44.057825 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2983 | 2025.06.18 18:37:44.057945 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2984 | 2025.06.18 18:37:44.058086 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2985 | 2025.06.18 18:37:44.058126 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2986 | 2025.06.18 18:37:44.058216 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2987 | 2025.06.18 18:37:44.058261 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2988 | 2025.06.18 18:37:44.058302 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2989 | 2025.06.18 18:37:44.058345 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2990 | 2025.06.18 18:37:44.058386 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
2991 | 2025.06.18 18:37:44.059822 [ 196 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001933767 sec., 3816902.449984926 rows/sec., 54.60 MiB/sec. | ||
2992 | 2025.06.18 18:37:44.060257 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2993 | 2025.06.18 18:37:44.060593 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2994 | 2025.06.18 18:37:44.060676 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2995 | 2025.06.18 18:37:44.060780 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
2996 | 2025.06.18 18:37:44.069986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 430 | ||
2997 | 2025.06.18 18:37:44.072226 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2998 | 2025.06.18 18:37:44.072273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
2999 | 2025.06.18 18:37:44.073410 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3000 | 2025.06.18 18:37:44.073684 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3001 | 2025.06.18 18:37:44.073828 [ 124 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3002 | 2025.06.18 18:37:44.073866 [ 124 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3003 | 2025.06.18 18:37:44.073888 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3004 | 2025.06.18 18:37:44.073979 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
3005 | 2025.06.18 18:37:44.074023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430 | ||
3006 | 2025.06.18 18:37:44.074538 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3007 | 2025.06.18 18:37:44.074690 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 274 rows starting from the beginning of the part | ||
3008 | 2025.06.18 18:37:44.075069 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
3009 | 2025.06.18 18:37:44.075441 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
3010 | 2025.06.18 18:37:44.075802 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
3011 | 2025.06.18 18:37:44.076168 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
3012 | 2025.06.18 18:37:44.076559 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
3013 | 2025.06.18 18:37:44.082609 [ 186 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 430 rows, containing 72 columns (72 merged, 0 gathered) in 0.00866825 sec., 49606.321921956565 rows/sec., 46.75 MiB/sec. | ||
3014 | 2025.06.18 18:37:44.083438 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3015 | 2025.06.18 18:37:44.083976 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3016 | 2025.06.18 18:37:44.084052 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3017 | 2025.06.18 18:37:44.084190 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
3018 | 2025.06.18 18:37:44.467554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
3019 | 2025.06.18 18:37:44.484993 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3020 | 2025.06.18 18:37:44.485051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3021 | 2025.06.18 18:37:44.491286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3022 | 2025.06.18 18:37:44.491975 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3023 | 2025.06.18 18:37:44.492282 [ 124 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3024 | 2025.06.18 18:37:44.492324 [ 124 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3025 | 2025.06.18 18:37:44.492349 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3026 | 2025.06.18 18:37:44.492482 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3027 | 2025.06.18 18:37:44.495308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
3028 | 2025.06.18 18:37:44.496921 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3029 | 2025.06.18 18:37:44.498470 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3030 | 2025.06.18 18:37:44.503289 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3031 | 2025.06.18 18:37:44.507512 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3032 | 2025.06.18 18:37:44.511615 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3033 | 2025.06.18 18:37:44.516160 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3034 | 2025.06.18 18:37:44.520264 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3035 | 2025.06.18 18:37:44.573252 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080832065 sec., 1496.930704417857 rows/sec., 7.74 MiB/sec. | ||
3036 | 2025.06.18 18:37:44.575906 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3037 | 2025.06.18 18:37:44.577897 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3038 | 2025.06.18 18:37:44.577976 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3039 | 2025.06.18 18:37:44.580597 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3040 | 2025.06.18 18:37:45.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.77 MiB, peak 208.73 MiB, free memory in arenas 0.00 B, will set to 208.95 MiB (RSS), difference: 10.19 MiB | ||
3041 | 2025.06.18 18:37:45.001287 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000869482 sec. | ||
3042 | 2025.06.18 18:37:45.957494 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3043 | 2025.06.18 18:37:45.957684 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3044 | 2025.06.18 18:37:45.957752 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3045 | 2025.06.18 18:37:45.958441 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3046 | 2025.06.18 18:37:45.958492 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3047 | 2025.06.18 18:37:45.958886 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3048 | 2025.06.18 18:37:45.959110 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3049 | 2025.06.18 18:37:45.959269 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001635 sec., 55045.87155963303 rows/sec., 4.60 MiB/sec. | ||
3050 | 2025.06.18 18:37:45.959318 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} <Debug> TCPHandler: Processed in 0.001964477 sec. | ||
3051 | 2025.06.18 18:37:45.959449 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3052 | 2025.06.18 18:37:45.959552 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3053 | 2025.06.18 18:37:45.959599 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3054 | 2025.06.18 18:37:45.960023 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3055 | 2025.06.18 18:37:45.960060 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3056 | 2025.06.18 18:37:45.960372 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3057 | 2025.06.18 18:37:45.960578 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3058 | 2025.06.18 18:37:45.960696 [ 120 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3059 | 2025.06.18 18:37:45.960712 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001184 sec., 14358.108108108108 rows/sec., 1.05 MiB/sec. | ||
3060 | 2025.06.18 18:37:45.960764 [ 120 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3061 | 2025.06.18 18:37:45.960772 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} <Debug> TCPHandler: Processed in 0.001374659 sec. | ||
3062 | 2025.06.18 18:37:45.960794 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3063 | 2025.06.18 18:37:45.960897 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3064 | 2025.06.18 18:37:45.960900 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
3065 | 2025.06.18 18:37:45.961000 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3066 | 2025.06.18 18:37:45.961035 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3067 | 2025.06.18 18:37:45.961048 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3068 | 2025.06.18 18:37:45.961076 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
3069 | 2025.06.18 18:37:45.961148 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part | ||
3070 | 2025.06.18 18:37:45.961192 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
3071 | 2025.06.18 18:37:45.961233 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part | ||
3072 | 2025.06.18 18:37:45.961276 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
3073 | 2025.06.18 18:37:45.961320 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part | ||
3074 | 2025.06.18 18:37:45.961508 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3075 | 2025.06.18 18:37:45.961550 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3076 | 2025.06.18 18:37:45.961952 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3077 | 2025.06.18 18:37:45.962189 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3078 | 2025.06.18 18:37:45.962233 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373299 sec., 200247.72463971796 rows/sec., 14.38 MiB/sec. | ||
3079 | 2025.06.18 18:37:45.962320 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.00134 sec., 60447.76119402985 rows/sec., 4.72 MiB/sec. | ||
3080 | 2025.06.18 18:37:45.962363 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} <Debug> TCPHandler: Processed in 0.001515391 sec. | ||
3081 | 2025.06.18 18:37:45.962477 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3082 | 2025.06.18 18:37:45.962482 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3083 | 2025.06.18 18:37:45.962574 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3084 | 2025.06.18 18:37:45.962623 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3085 | 2025.06.18 18:37:45.962823 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3086 | 2025.06.18 18:37:45.962905 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3087 | 2025.06.18 18:37:45.963000 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3088 | 2025.06.18 18:37:45.963052 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2025.06.18 18:37:45.963094 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3090 | 2025.06.18 18:37:45.963432 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3091 | 2025.06.18 18:37:45.963642 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3092 | 2025.06.18 18:37:45.963772 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. | ||
3093 | 2025.06.18 18:37:45.963808 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} <Debug> TCPHandler: Processed in 0.001378499 sec. | ||
3094 | 2025.06.18 18:37:45.963917 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3095 | 2025.06.18 18:37:45.964009 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3096 | 2025.06.18 18:37:45.964065 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3097 | 2025.06.18 18:37:45.964841 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3098 | 2025.06.18 18:37:45.964877 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3099 | 2025.06.18 18:37:45.965400 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3100 | 2025.06.18 18:37:45.965626 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3101 | 2025.06.18 18:37:45.965764 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001773 sec., 9588.268471517202 rows/sec., 17.18 MiB/sec. | ||
3102 | 2025.06.18 18:37:45.965816 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} <Debug> TCPHandler: Processed in 0.001948527 sec. | ||
3103 | 2025.06.18 18:37:45.965929 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3104 | 2025.06.18 18:37:45.966025 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3105 | 2025.06.18 18:37:45.966066 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3106 | 2025.06.18 18:37:45.966403 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3107 | 2025.06.18 18:37:45.966438 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3108 | 2025.06.18 18:37:45.966740 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3109 | 2025.06.18 18:37:45.966953 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3110 | 2025.06.18 18:37:45.967082 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. | ||
3111 | 2025.06.18 18:37:45.967117 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} <Debug> TCPHandler: Processed in 0.001236958 sec. | ||
3112 | 2025.06.18 18:37:50.957848 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3113 | 2025.06.18 18:37:50.958062 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3114 | 2025.06.18 18:37:50.958139 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3115 | 2025.06.18 18:37:50.958779 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3116 | 2025.06.18 18:37:50.958828 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3117 | 2025.06.18 18:37:50.959222 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3118 | 2025.06.18 18:37:50.959444 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3119 | 2025.06.18 18:37:50.959571 [ 36 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3120 | 2025.06.18 18:37:50.959593 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.001585 sec., 63091.48264984227 rows/sec., 5.26 MiB/sec. | ||
3121 | 2025.06.18 18:37:50.959640 [ 36 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3122 | 2025.06.18 18:37:50.959653 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} <Debug> TCPHandler: Processed in 0.001947707 sec. | ||
3123 | 2025.06.18 18:37:50.959669 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3124 | 2025.06.18 18:37:50.959789 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3125 | 2025.06.18 18:37:50.959797 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
3126 | 2025.06.18 18:37:50.959889 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3127 | 2025.06.18 18:37:50.959937 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3128 | 2025.06.18 18:37:50.959954 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3129 | 2025.06.18 18:37:50.959996 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part | ||
3130 | 2025.06.18 18:37:50.960102 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part | ||
3131 | 2025.06.18 18:37:50.960161 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
3132 | 2025.06.18 18:37:50.960216 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 221 rows starting from the beginning of the part | ||
3133 | 2025.06.18 18:37:50.960265 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part | ||
3134 | 2025.06.18 18:37:50.960307 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
3135 | 2025.06.18 18:37:50.960348 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3136 | 2025.06.18 18:37:50.960390 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3137 | 2025.06.18 18:37:50.960726 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3138 | 2025.06.18 18:37:50.960955 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3139 | 2025.06.18 18:37:50.961097 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001227 sec., 17929.91035044825 rows/sec., 1.32 MiB/sec. | ||
3140 | 2025.06.18 18:37:50.961135 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} <Debug> TCPHandler: Processed in 0.001397219 sec. | ||
3141 | 2025.06.18 18:37:50.961254 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3142 | 2025.06.18 18:37:50.961349 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3143 | 2025.06.18 18:37:50.961388 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3144 | 2025.06.18 18:37:50.961439 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001701304 sec., 835241.6734457804 rows/sec., 72.75 MiB/sec. | ||
3145 | 2025.06.18 18:37:50.961639 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3146 | 2025.06.18 18:37:50.961811 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3147 | 2025.06.18 18:37:50.961857 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3148 | 2025.06.18 18:37:50.961885 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3149 | 2025.06.18 18:37:50.961962 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3150 | 2025.06.18 18:37:50.962032 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
3151 | 2025.06.18 18:37:50.962186 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3152 | 2025.06.18 18:37:50.962410 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2025.06.18 18:37:50.962511 [ 36 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3154 | 2025.06.18 18:37:50.962539 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001208 sec., 71192.05298013244 rows/sec., 5.56 MiB/sec. | ||
3155 | 2025.06.18 18:37:50.962543 [ 36 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3156 | 2025.06.18 18:37:50.962579 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3157 | 2025.06.18 18:37:50.962585 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} <Debug> TCPHandler: Processed in 0.001387269 sec. | ||
3158 | 2025.06.18 18:37:50.962676 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
3159 | 2025.06.18 18:37:50.962710 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3160 | 2025.06.18 18:37:50.962812 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3161 | 2025.06.18 18:37:50.962817 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3162 | 2025.06.18 18:37:50.962861 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3163 | 2025.06.18 18:37:50.962866 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 485 rows starting from the beginning of the part | ||
3164 | 2025.06.18 18:37:50.962941 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part | ||
3165 | 2025.06.18 18:37:50.962987 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 81 rows starting from the beginning of the part | ||
3166 | 2025.06.18 18:37:50.963027 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 124 rows starting from the beginning of the part | ||
3167 | 2025.06.18 18:37:50.963062 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 81 rows starting from the beginning of the part | ||
3168 | 2025.06.18 18:37:50.963101 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 86 rows starting from the beginning of the part | ||
3169 | 2025.06.18 18:37:50.963289 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3170 | 2025.06.18 18:37:50.963330 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3171 | 2025.06.18 18:37:50.963699 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3172 | 2025.06.18 18:37:50.963920 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3173 | 2025.06.18 18:37:50.964023 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3174 | 2025.06.18 18:37:50.964052 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. | ||
3175 | 2025.06.18 18:37:50.964054 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3176 | 2025.06.18 18:37:50.964083 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 943 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145556 sec., 647860.6172194894 rows/sec., 51.61 MiB/sec. | ||
3177 | 2025.06.18 18:37:50.964096 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} <Debug> TCPHandler: Processed in 0.00143551 sec. | ||
3178 | 2025.06.18 18:37:50.964092 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3179 | 2025.06.18 18:37:50.964185 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3180 | 2025.06.18 18:37:50.964217 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3181 | 2025.06.18 18:37:50.964276 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3182 | 2025.06.18 18:37:50.964281 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3183 | 2025.06.18 18:37:50.964308 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2975 rows starting from the beginning of the part | ||
3184 | 2025.06.18 18:37:50.964319 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3185 | 2025.06.18 18:37:50.964366 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
3186 | 2025.06.18 18:37:50.964383 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3187 | 2025.06.18 18:37:50.964413 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
3188 | 2025.06.18 18:37:50.964454 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
3189 | 2025.06.18 18:37:50.964492 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3190 | 2025.06.18 18:37:50.964529 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3191 | 2025.06.18 18:37:50.964626 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3192 | 2025.06.18 18:37:50.964718 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3193 | 2025.06.18 18:37:50.964807 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3194 | 2025.06.18 18:37:50.965177 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3195 | 2025.06.18 18:37:50.965220 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3196 | 2025.06.18 18:37:50.965756 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3197 | 2025.06.18 18:37:50.965980 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2025.06.18 18:37:50.966116 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3812 rows, containing 5 columns (5 merged, 0 gathered) in 0.001960388 sec., 1944513.0249726074 rows/sec., 136.68 MiB/sec. | ||
3199 | 2025.06.18 18:37:50.966119 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.001818 sec., 12101.210121012102 rows/sec., 21.68 MiB/sec. | ||
3200 | 2025.06.18 18:37:50.966198 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} <Debug> TCPHandler: Processed in 0.002032158 sec. | ||
3201 | 2025.06.18 18:37:50.966324 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3202 | 2025.06.18 18:37:50.966418 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3203 | 2025.06.18 18:37:50.966461 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3204 | 2025.06.18 18:37:50.966589 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3205 | 2025.06.18 18:37:50.966898 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3206 | 2025.06.18 18:37:50.966921 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3207 | 2025.06.18 18:37:50.966941 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3208 | 2025.06.18 18:37:50.967017 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3209 | 2025.06.18 18:37:50.967123 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
3210 | 2025.06.18 18:37:50.967263 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3211 | 2025.06.18 18:37:50.967481 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2025.06.18 18:37:50.967604 [ 36 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3213 | 2025.06.18 18:37:50.967616 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. | ||
3214 | 2025.06.18 18:37:50.967655 [ 36 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3215 | 2025.06.18 18:37:50.967686 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} <Debug> TCPHandler: Processed in 0.001412459 sec. | ||
3216 | 2025.06.18 18:37:50.967691 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3217 | 2025.06.18 18:37:50.967794 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3218 | 2025.06.18 18:37:50.967909 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3219 | 2025.06.18 18:37:50.967942 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 992 rows starting from the beginning of the part | ||
3220 | 2025.06.18 18:37:50.968004 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
3221 | 2025.06.18 18:37:50.968052 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
3222 | 2025.06.18 18:37:50.968096 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3223 | 2025.06.18 18:37:50.968135 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3224 | 2025.06.18 18:37:50.968173 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3225 | 2025.06.18 18:37:50.969031 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274958 sec., 1013366.7148251157 rows/sec., 67.79 MiB/sec. | ||
3226 | 2025.06.18 18:37:50.969263 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3227 | 2025.06.18 18:37:50.969526 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3228 | 2025.06.18 18:37:50.969598 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3229 | 2025.06.18 18:37:50.969673 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3230 | 2025.06.18 18:37:51.557949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
3231 | 2025.06.18 18:37:51.558694 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3232 | 2025.06.18 18:37:51.558758 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3233 | 2025.06.18 18:37:51.559500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3234 | 2025.06.18 18:37:51.559725 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2025.06.18 18:37:51.559853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
3236 | 2025.06.18 18:37:51.995484 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3237 | 2025.06.18 18:37:52.010634 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3238 | 2025.06.18 18:37:52.010682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3239 | 2025.06.18 18:37:52.016003 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3240 | 2025.06.18 18:37:52.016699 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3241 | 2025.06.18 18:37:52.019257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3242 | 2025.06.18 18:37:54.074294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 454 | ||
3243 | 2025.06.18 18:37:54.076388 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3244 | 2025.06.18 18:37:54.076432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3245 | 2025.06.18 18:37:54.077539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3246 | 2025.06.18 18:37:54.077792 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3247 | 2025.06.18 18:37:54.078049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
3248 | 2025.06.18 18:37:55.956869 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3249 | 2025.06.18 18:37:55.957074 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3250 | 2025.06.18 18:37:55.957150 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3251 | 2025.06.18 18:37:55.957819 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3252 | 2025.06.18 18:37:55.957863 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3253 | 2025.06.18 18:37:55.958249 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3254 | 2025.06.18 18:37:55.958473 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3255 | 2025.06.18 18:37:55.958636 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 201.84 KiB/sec. | ||
3256 | 2025.06.18 18:37:55.958686 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} <Debug> TCPHandler: Processed in 0.001961567 sec. | ||
3257 | 2025.06.18 18:37:55.958806 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3258 | 2025.06.18 18:37:55.958911 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3259 | 2025.06.18 18:37:55.958954 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3260 | 2025.06.18 18:37:55.959400 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3261 | 2025.06.18 18:37:55.959436 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3262 | 2025.06.18 18:37:55.959750 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3263 | 2025.06.18 18:37:55.959962 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3264 | 2025.06.18 18:37:55.960094 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001207 sec., 76222.03811101906 rows/sec., 6.35 MiB/sec. | ||
3265 | 2025.06.18 18:37:55.960132 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} <Debug> TCPHandler: Processed in 0.001378659 sec. | ||
3266 | 2025.06.18 18:37:55.960252 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2025.06.18 18:37:55.960352 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3268 | 2025.06.18 18:37:55.960394 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3269 | 2025.06.18 18:37:55.960793 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2025.06.18 18:37:55.960825 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3271 | 2025.06.18 18:37:55.961112 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3272 | 2025.06.18 18:37:55.961304 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3273 | 2025.06.18 18:37:55.961505 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001173 sec., 17902.813299232737 rows/sec., 1.30 MiB/sec. | ||
3274 | 2025.06.18 18:37:55.961542 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} <Debug> TCPHandler: Processed in 0.001339228 sec. | ||
3275 | 2025.06.18 18:37:55.961659 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3276 | 2025.06.18 18:37:55.961756 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3277 | 2025.06.18 18:37:55.961798 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3278 | 2025.06.18 18:37:55.962211 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3279 | 2025.06.18 18:37:55.962246 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3280 | 2025.06.18 18:37:55.962552 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3281 | 2025.06.18 18:37:55.962758 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3282 | 2025.06.18 18:37:55.962886 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001149 sec., 73977.37162750217 rows/sec., 5.78 MiB/sec. | ||
3283 | 2025.06.18 18:37:55.962926 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} <Debug> TCPHandler: Processed in 0.001315498 sec. | ||
3284 | 2025.06.18 18:37:55.963043 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3285 | 2025.06.18 18:37:55.963138 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3286 | 2025.06.18 18:37:55.963182 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3287 | 2025.06.18 18:37:55.963591 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3288 | 2025.06.18 18:37:55.963628 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3289 | 2025.06.18 18:37:55.963958 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3290 | 2025.06.18 18:37:55.964171 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3291 | 2025.06.18 18:37:55.964303 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001184 sec., 136824.32432432432 rows/sec., 9.53 MiB/sec. | ||
3292 | 2025.06.18 18:37:55.964340 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} <Debug> TCPHandler: Processed in 0.001346609 sec. | ||
3293 | 2025.06.18 18:37:55.964458 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3294 | 2025.06.18 18:37:55.964553 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3295 | 2025.06.18 18:37:55.964608 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3296 | 2025.06.18 18:37:55.965372 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3297 | 2025.06.18 18:37:55.965409 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3298 | 2025.06.18 18:37:55.965932 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3299 | 2025.06.18 18:37:55.966167 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3300 | 2025.06.18 18:37:55.966282 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3301 | 2025.06.18 18:37:55.966307 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001772 sec., 9593.679458239278 rows/sec., 17.19 MiB/sec. | ||
3302 | 2025.06.18 18:37:55.966355 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3303 | 2025.06.18 18:37:55.966380 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3304 | 2025.06.18 18:37:55.966388 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} <Debug> TCPHandler: Processed in 0.001979207 sec. | ||
3305 | 2025.06.18 18:37:55.966478 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
3306 | 2025.06.18 18:37:55.966517 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3307 | 2025.06.18 18:37:55.966613 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3308 | 2025.06.18 18:37:55.966653 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3309 | 2025.06.18 18:37:55.966689 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3310 | 2025.06.18 18:37:55.966748 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
3311 | 2025.06.18 18:37:55.966864 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part | ||
3312 | 2025.06.18 18:37:55.966967 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
3313 | 2025.06.18 18:37:55.967000 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2025.06.18 18:37:55.967039 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3315 | 2025.06.18 18:37:55.967072 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part | ||
3316 | 2025.06.18 18:37:55.967172 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part | ||
3317 | 2025.06.18 18:37:55.967270 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part | ||
3318 | 2025.06.18 18:37:55.967344 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3319 | 2025.06.18 18:37:55.967636 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:55.967777 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. | ||
3321 | 2025.06.18 18:37:55.967815 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} <Debug> TCPHandler: Processed in 0.001340589 sec. | ||
3322 | 2025.06.18 18:37:55.970670 [ 201 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 19 columns (19 merged, 0 gathered) in 0.004226948 sec., 65768.49301197933 rows/sec., 117.85 MiB/sec. | ||
3323 | 2025.06.18 18:37:55.971577 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3324 | 2025.06.18 18:37:55.971937 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3325 | 2025.06.18 18:37:55.972003 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3326 | 2025.06.18 18:37:55.972113 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
3327 | 2025.06.18 18:37:59.051190 [ 7 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3328 | 2025.06.18 18:37:59.051240 [ 7 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3329 | 2025.06.18 18:37:59.060359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
3330 | 2025.06.18 18:37:59.060823 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3331 | 2025.06.18 18:37:59.060859 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3332 | 2025.06.18 18:37:59.061393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3333 | 2025.06.18 18:37:59.061630 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3334 | 2025.06.18 18:37:59.061774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3335 | 2025.06.18 18:37:59.519771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3336 | 2025.06.18 18:37:59.535608 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3337 | 2025.06.18 18:37:59.535658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3338 | 2025.06.18 18:37:59.541282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3339 | 2025.06.18 18:37:59.542005 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3340 | 2025.06.18 18:37:59.544696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3341 | 2025.06.18 18:38:00.958419 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3342 | 2025.06.18 18:38:00.958613 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3343 | 2025.06.18 18:38:00.958680 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3344 | 2025.06.18 18:38:00.959358 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3345 | 2025.06.18 18:38:00.959406 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3346 | 2025.06.18 18:38:00.959805 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3347 | 2025.06.18 18:38:00.960029 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3348 | 2025.06.18 18:38:00.960177 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001613 sec., 63236.20582765034 rows/sec., 5.28 MiB/sec. | ||
3349 | 2025.06.18 18:38:00.960220 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} <Debug> TCPHandler: Processed in 0.001939127 sec. | ||
3350 | 2025.06.18 18:38:00.960344 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3351 | 2025.06.18 18:38:00.960441 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3352 | 2025.06.18 18:38:00.960482 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3353 | 2025.06.18 18:38:00.960887 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3354 | 2025.06.18 18:38:00.960924 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3355 | 2025.06.18 18:38:00.961227 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3356 | 2025.06.18 18:38:00.961443 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3357 | 2025.06.18 18:38:00.961571 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001151 sec., 19982.623805386622 rows/sec., 1.47 MiB/sec. | ||
3358 | 2025.06.18 18:38:00.961610 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} <Debug> TCPHandler: Processed in 0.001317068 sec. | ||
3359 | 2025.06.18 18:38:00.961721 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3360 | 2025.06.18 18:38:00.961816 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3361 | 2025.06.18 18:38:00.961856 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3362 | 2025.06.18 18:38:00.962281 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3363 | 2025.06.18 18:38:00.962317 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3364 | 2025.06.18 18:38:00.962621 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3365 | 2025.06.18 18:38:00.962831 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3366 | 2025.06.18 18:38:00.962965 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001167 sec., 74550.12853470436 rows/sec., 5.82 MiB/sec. | ||
3367 | 2025.06.18 18:38:00.963003 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} <Debug> TCPHandler: Processed in 0.001331328 sec. | ||
3368 | 2025.06.18 18:38:00.963116 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3369 | 2025.06.18 18:38:00.963209 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3370 | 2025.06.18 18:38:00.963252 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3371 | 2025.06.18 18:38:00.963678 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2025.06.18 18:38:00.963714 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3373 | 2025.06.18 18:38:00.964052 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3374 | 2025.06.18 18:38:00.964272 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3375 | 2025.06.18 18:38:00.964401 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. | ||
3376 | 2025.06.18 18:38:00.964438 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} <Debug> TCPHandler: Processed in 0.001370639 sec. | ||
3377 | 2025.06.18 18:38:00.964551 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3378 | 2025.06.18 18:38:00.964654 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3379 | 2025.06.18 18:38:00.964709 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3380 | 2025.06.18 18:38:00.965499 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3381 | 2025.06.18 18:38:00.965543 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3382 | 2025.06.18 18:38:00.966148 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3383 | 2025.06.18 18:38:00.966377 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2025.06.18 18:38:00.966512 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001886 sec., 12195.121951219511 rows/sec., 21.85 MiB/sec. | ||
3385 | 2025.06.18 18:38:00.966565 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} <Debug> TCPHandler: Processed in 0.002063198 sec. | ||
3386 | 2025.06.18 18:38:00.966699 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3387 | 2025.06.18 18:38:00.966794 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3388 | 2025.06.18 18:38:00.966836 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3389 | 2025.06.18 18:38:00.967175 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3390 | 2025.06.18 18:38:00.967209 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3391 | 2025.06.18 18:38:00.967510 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3392 | 2025.06.18 18:38:00.967718 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3393 | 2025.06.18 18:38:00.967845 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
3394 | 2025.06.18 18:38:00.967882 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} <Debug> TCPHandler: Processed in 0.001237617 sec. | ||
3395 | 2025.06.18 18:38:04.078592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 480 | ||
3396 | 2025.06.18 18:38:04.080985 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3397 | 2025.06.18 18:38:04.081025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3398 | 2025.06.18 18:38:04.082173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3399 | 2025.06.18 18:38:04.082427 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3400 | 2025.06.18 18:38:04.082667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
3401 | 2025.06.18 18:38:05.957467 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3402 | 2025.06.18 18:38:05.957662 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3403 | 2025.06.18 18:38:05.957731 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3404 | 2025.06.18 18:38:05.958373 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3405 | 2025.06.18 18:38:05.958419 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3406 | 2025.06.18 18:38:05.958819 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3407 | 2025.06.18 18:38:05.959040 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3408 | 2025.06.18 18:38:05.959193 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001582 sec., 56890.01264222503 rows/sec., 4.76 MiB/sec. | ||
3409 | 2025.06.18 18:38:05.959235 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} <Debug> TCPHandler: Processed in 0.001903046 sec. | ||
3410 | 2025.06.18 18:38:05.959361 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3411 | 2025.06.18 18:38:05.959464 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3412 | 2025.06.18 18:38:05.959506 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3413 | 2025.06.18 18:38:05.959911 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3414 | 2025.06.18 18:38:05.959948 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3415 | 2025.06.18 18:38:05.960248 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3416 | 2025.06.18 18:38:05.960454 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3417 | 2025.06.18 18:38:05.960583 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001138 sec., 14938.488576449914 rows/sec., 1.10 MiB/sec. | ||
3418 | 2025.06.18 18:38:05.960620 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} <Debug> TCPHandler: Processed in 0.001310138 sec. | ||
3419 | 2025.06.18 18:38:05.960730 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3420 | 2025.06.18 18:38:05.960823 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3421 | 2025.06.18 18:38:05.960862 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3422 | 2025.06.18 18:38:05.961275 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3423 | 2025.06.18 18:38:05.961313 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3424 | 2025.06.18 18:38:05.961606 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3425 | 2025.06.18 18:38:05.961828 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3426 | 2025.06.18 18:38:05.961956 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001151 sec., 70373.58818418767 rows/sec., 5.50 MiB/sec. | ||
3427 | 2025.06.18 18:38:05.961994 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} <Debug> TCPHandler: Processed in 0.001313728 sec. | ||
3428 | 2025.06.18 18:38:05.962106 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2025.06.18 18:38:05.962200 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3430 | 2025.06.18 18:38:05.962243 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3431 | 2025.06.18 18:38:05.962638 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3432 | 2025.06.18 18:38:05.962675 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3433 | 2025.06.18 18:38:05.963009 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3434 | 2025.06.18 18:38:05.963213 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3435 | 2025.06.18 18:38:05.963341 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. | ||
3436 | 2025.06.18 18:38:05.963377 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} <Debug> TCPHandler: Processed in 0.001321348 sec. | ||
3437 | 2025.06.18 18:38:05.963483 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3438 | 2025.06.18 18:38:05.963576 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3439 | 2025.06.18 18:38:05.963631 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3440 | 2025.06.18 18:38:05.964373 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3441 | 2025.06.18 18:38:05.964409 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3442 | 2025.06.18 18:38:05.964927 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3443 | 2025.06.18 18:38:05.965140 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3444 | 2025.06.18 18:38:05.965277 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001719 sec., 9889.470622454915 rows/sec., 17.72 MiB/sec. | ||
3445 | 2025.06.18 18:38:05.965329 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} <Debug> TCPHandler: Processed in 0.001895406 sec. | ||
3446 | 2025.06.18 18:38:05.965474 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3447 | 2025.06.18 18:38:05.965593 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3448 | 2025.06.18 18:38:05.965645 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3449 | 2025.06.18 18:38:05.966036 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2025.06.18 18:38:05.966074 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3451 | 2025.06.18 18:38:05.966397 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3452 | 2025.06.18 18:38:05.966606 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2025.06.18 18:38:05.966736 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. | ||
3454 | 2025.06.18 18:38:05.966774 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} <Debug> TCPHandler: Processed in 0.001361259 sec. | ||
3455 | 2025.06.18 18:38:06.562816 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3456 | 2025.06.18 18:38:06.563303 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3457 | 2025.06.18 18:38:06.563342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3458 | 2025.06.18 18:38:06.563812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3459 | 2025.06.18 18:38:06.564048 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3460 | 2025.06.18 18:38:06.564185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3461 | 2025.06.18 18:38:07.045728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3462 | 2025.06.18 18:38:07.063376 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3463 | 2025.06.18 18:38:07.063438 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3464 | 2025.06.18 18:38:07.069536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3465 | 2025.06.18 18:38:07.070271 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3466 | 2025.06.18 18:38:07.073212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3467 | 2025.06.18 18:38:10.960196 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3468 | 2025.06.18 18:38:10.960397 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3469 | 2025.06.18 18:38:10.960468 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3470 | 2025.06.18 18:38:10.961116 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2025.06.18 18:38:10.961164 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3472 | 2025.06.18 18:38:10.961578 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3473 | 2025.06.18 18:38:10.961814 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2025.06.18 18:38:10.961970 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001622 sec., 14796.547472256474 rows/sec., 1.23 MiB/sec. | ||
3475 | 2025.06.18 18:38:10.962019 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} <Debug> TCPHandler: Processed in 0.001967678 sec. | ||
3476 | 2025.06.18 18:38:10.962146 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3477 | 2025.06.18 18:38:10.962253 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3478 | 2025.06.18 18:38:10.962299 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3479 | 2025.06.18 18:38:10.962724 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3480 | 2025.06.18 18:38:10.962762 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3481 | 2025.06.18 18:38:10.963098 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3482 | 2025.06.18 18:38:10.963318 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3483 | 2025.06.18 18:38:10.963455 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001227 sec., 6519.967400162999 rows/sec., 531.66 KiB/sec. | ||
3484 | 2025.06.18 18:38:10.963495 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} <Debug> TCPHandler: Processed in 0.001400839 sec. | ||
3485 | 2025.06.18 18:38:10.963600 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3486 | 2025.06.18 18:38:10.963697 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3487 | 2025.06.18 18:38:10.963740 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3488 | 2025.06.18 18:38:10.964226 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3489 | 2025.06.18 18:38:10.964263 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3490 | 2025.06.18 18:38:10.964604 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3491 | 2025.06.18 18:38:10.964824 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3492 | 2025.06.18 18:38:10.964957 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Debug> executeQuery: Read 226 rows, 20.48 KiB in 0.00128 sec., 176562.5 rows/sec., 15.62 MiB/sec. | ||
3493 | 2025.06.18 18:38:10.964995 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} <Debug> TCPHandler: Processed in 0.001444811 sec. | ||
3494 | 2025.06.18 18:38:10.965107 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3495 | 2025.06.18 18:38:10.965201 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3496 | 2025.06.18 18:38:10.965243 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3497 | 2025.06.18 18:38:10.965642 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3498 | 2025.06.18 18:38:10.965679 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3499 | 2025.06.18 18:38:10.965975 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3500 | 2025.06.18 18:38:10.966184 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3501 | 2025.06.18 18:38:10.966308 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Debug> executeQuery: Read 43 rows, 3.25 KiB in 0.001124 sec., 38256.22775800712 rows/sec., 2.82 MiB/sec. | ||
3502 | 2025.06.18 18:38:10.966306 [ 92 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3503 | 2025.06.18 18:38:10.966346 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} <Debug> TCPHandler: Processed in 0.001288118 sec. | ||
3504 | 2025.06.18 18:38:10.966387 [ 92 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3505 | 2025.06.18 18:38:10.966414 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3506 | 2025.06.18 18:38:10.966474 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3507 | 2025.06.18 18:38:10.966516 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
3508 | 2025.06.18 18:38:10.966573 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3509 | 2025.06.18 18:38:10.966620 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3510 | 2025.06.18 18:38:10.966643 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3511 | 2025.06.18 18:38:10.966682 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 169 rows starting from the beginning of the part | ||
3512 | 2025.06.18 18:38:10.966752 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
3513 | 2025.06.18 18:38:10.966798 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part | ||
3514 | 2025.06.18 18:38:10.966850 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
3515 | 2025.06.18 18:38:10.966907 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part | ||
3516 | 2025.06.18 18:38:10.966959 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 43 rows starting from the beginning of the part | ||
3517 | 2025.06.18 18:38:10.967035 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3518 | 2025.06.18 18:38:10.967078 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3519 | 2025.06.18 18:38:10.967505 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3520 | 2025.06.18 18:38:10.967756 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3521 | 2025.06.18 18:38:10.967921 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001364 sec., 17595.307917888564 rows/sec., 1.46 MiB/sec. | ||
3522 | 2025.06.18 18:38:10.967933 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145445 sec., 202825.8104438104 rows/sec., 14.60 MiB/sec. | ||
3523 | 2025.06.18 18:38:10.967973 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} <Debug> TCPHandler: Processed in 0.001549361 sec. | ||
3524 | 2025.06.18 18:38:10.968136 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3525 | 2025.06.18 18:38:10.968173 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3526 | 2025.06.18 18:38:10.968259 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3527 | 2025.06.18 18:38:10.968310 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3528 | 2025.06.18 18:38:10.968512 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3529 | 2025.06.18 18:38:10.968600 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3530 | 2025.06.18 18:38:10.968702 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3531 | 2025.06.18 18:38:10.968727 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3532 | 2025.06.18 18:38:10.968771 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3533 | 2025.06.18 18:38:10.969087 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3534 | 2025.06.18 18:38:10.969315 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3535 | 2025.06.18 18:38:10.969444 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001218 sec., 9852.216748768473 rows/sec., 769.70 KiB/sec. | ||
3536 | 2025.06.18 18:38:10.969486 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} <Debug> TCPHandler: Processed in 0.001408679 sec. | ||
3537 | 2025.06.18 18:38:10.969600 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3538 | 2025.06.18 18:38:10.969695 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3539 | 2025.06.18 18:38:10.969737 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3540 | 2025.06.18 18:38:10.970214 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2025.06.18 18:38:10.970251 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3542 | 2025.06.18 18:38:10.970578 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3543 | 2025.06.18 18:38:10.970797 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3544 | 2025.06.18 18:38:10.970932 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Debug> executeQuery: Read 131 rows, 10.87 KiB in 0.001256 sec., 104299.36305732484 rows/sec., 8.45 MiB/sec. | ||
3545 | 2025.06.18 18:38:10.970972 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} <Debug> TCPHandler: Processed in 0.00142133 sec. | ||
3546 | 2025.06.18 18:38:10.971083 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3547 | 2025.06.18 18:38:10.971177 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3548 | 2025.06.18 18:38:10.971223 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3549 | 2025.06.18 18:38:10.971635 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3550 | 2025.06.18 18:38:10.971673 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3551 | 2025.06.18 18:38:10.972004 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3552 | 2025.06.18 18:38:10.972232 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3553 | 2025.06.18 18:38:10.972368 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.00121 sec., 165289.2561983471 rows/sec., 11.85 MiB/sec. | ||
3554 | 2025.06.18 18:38:10.972407 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} <Debug> TCPHandler: Processed in 0.001374519 sec. | ||
3555 | 2025.06.18 18:38:10.972525 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3556 | 2025.06.18 18:38:10.972619 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3557 | 2025.06.18 18:38:10.972676 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3558 | 2025.06.18 18:38:10.973412 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3559 | 2025.06.18 18:38:10.973446 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3560 | 2025.06.18 18:38:10.974033 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3561 | 2025.06.18 18:38:10.974264 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3562 | 2025.06.18 18:38:10.974407 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001804 sec., 12749.445676274945 rows/sec., 22.85 MiB/sec. | ||
3563 | 2025.06.18 18:38:10.974470 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} <Debug> TCPHandler: Processed in 0.001993127 sec. | ||
3564 | 2025.06.18 18:38:10.974586 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3565 | 2025.06.18 18:38:10.974680 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3566 | 2025.06.18 18:38:10.974722 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3567 | 2025.06.18 18:38:10.975057 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3568 | 2025.06.18 18:38:10.975094 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3569 | 2025.06.18 18:38:10.975401 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3570 | 2025.06.18 18:38:10.975614 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3571 | 2025.06.18 18:38:10.975747 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. | ||
3572 | 2025.06.18 18:38:10.975784 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} <Debug> TCPHandler: Processed in 0.001247597 sec. | ||
3573 | 2025.06.18 18:38:14.051315 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3574 | 2025.06.18 18:38:14.051412 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3575 | 2025.06.18 18:38:14.064452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3576 | 2025.06.18 18:38:14.064955 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2025.06.18 18:38:14.065002 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3578 | 2025.06.18 18:38:14.065481 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3579 | 2025.06.18 18:38:14.065723 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2025.06.18 18:38:14.065874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3581 | 2025.06.18 18:38:14.083001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 512 | ||
3582 | 2025.06.18 18:38:14.085307 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3583 | 2025.06.18 18:38:14.085354 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3584 | 2025.06.18 18:38:14.086513 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3585 | 2025.06.18 18:38:14.086783 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3586 | 2025.06.18 18:38:14.087027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512 | ||
3587 | 2025.06.18 18:38:14.573479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3588 | 2025.06.18 18:38:14.592151 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3589 | 2025.06.18 18:38:14.592208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3590 | 2025.06.18 18:38:14.598485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3591 | 2025.06.18 18:38:14.599215 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3592 | 2025.06.18 18:38:14.602735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3593 | 2025.06.18 18:38:15.958592 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3594 | 2025.06.18 18:38:15.958802 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3595 | 2025.06.18 18:38:15.958877 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3596 | 2025.06.18 18:38:15.959580 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2025.06.18 18:38:15.959622 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3598 | 2025.06.18 18:38:15.960018 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3599 | 2025.06.18 18:38:15.960245 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3600 | 2025.06.18 18:38:15.960368 [ 77 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3601 | 2025.06.18 18:38:15.960400 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00165 sec., 54545.454545454544 rows/sec., 4.56 MiB/sec. | ||
3602 | 2025.06.18 18:38:15.960405 [ 77 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3603 | 2025.06.18 18:38:15.960432 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3604 | 2025.06.18 18:38:15.960451 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} <Debug> TCPHandler: Processed in 0.001998607 sec. | ||
3605 | 2025.06.18 18:38:15.960548 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
3606 | 2025.06.18 18:38:15.960581 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2025.06.18 18:38:15.960691 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3608 | 2025.06.18 18:38:15.960694 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3609 | 2025.06.18 18:38:15.960740 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3610 | 2025.06.18 18:38:15.960746 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 821 rows starting from the beginning of the part | ||
3611 | 2025.06.18 18:38:15.960824 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
3612 | 2025.06.18 18:38:15.960869 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 102 rows starting from the beginning of the part | ||
3613 | 2025.06.18 18:38:15.960913 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part | ||
3614 | 2025.06.18 18:38:15.960954 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 226 rows starting from the beginning of the part | ||
3615 | 2025.06.18 18:38:15.960996 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
3616 | 2025.06.18 18:38:15.961172 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3617 | 2025.06.18 18:38:15.961214 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3618 | 2025.06.18 18:38:15.961544 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3619 | 2025.06.18 18:38:15.961787 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3620 | 2025.06.18 18:38:15.961924 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001256 sec., 13535.031847133758 rows/sec., 1017.77 KiB/sec. | ||
3621 | 2025.06.18 18:38:15.961962 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} <Debug> TCPHandler: Processed in 0.00143326 sec. | ||
3622 | 2025.06.18 18:38:15.962074 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3623 | 2025.06.18 18:38:15.962168 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3624 | 2025.06.18 18:38:15.962182 [ 189 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691203 sec., 840230.2976047228 rows/sec., 73.18 MiB/sec. | ||
3625 | 2025.06.18 18:38:15.962209 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3626 | 2025.06.18 18:38:15.962447 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3627 | 2025.06.18 18:38:15.962638 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3628 | 2025.06.18 18:38:15.962680 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3629 | 2025.06.18 18:38:15.962813 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3630 | 2025.06.18 18:38:15.962924 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3631 | 2025.06.18 18:38:15.963020 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3632 | 2025.06.18 18:38:15.963028 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3633 | 2025.06.18 18:38:15.963245 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2025.06.18 18:38:15.963381 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001231 sec., 65800.16246953695 rows/sec., 5.14 MiB/sec. | ||
3635 | 2025.06.18 18:38:15.963385 [ 78 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3636 | 2025.06.18 18:38:15.963422 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} <Debug> TCPHandler: Processed in 0.001397479 sec. | ||
3637 | 2025.06.18 18:38:15.963481 [ 78 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2025.06.18 18:38:15.963510 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3639 | 2025.06.18 18:38:15.963580 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3640 | 2025.06.18 18:38:15.963595 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
3641 | 2025.06.18 18:38:15.963688 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3642 | 2025.06.18 18:38:15.963715 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3643 | 2025.06.18 18:38:15.963736 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3644 | 2025.06.18 18:38:15.963748 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
3645 | 2025.06.18 18:38:15.963811 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 85 rows starting from the beginning of the part | ||
3646 | 2025.06.18 18:38:15.963854 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 87 rows starting from the beginning of the part | ||
3647 | 2025.06.18 18:38:15.963893 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 81 rows starting from the beginning of the part | ||
3648 | 2025.06.18 18:38:15.963930 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 131 rows starting from the beginning of the part | ||
3649 | 2025.06.18 18:38:15.963972 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 81 rows starting from the beginning of the part | ||
3650 | 2025.06.18 18:38:15.964162 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2025.06.18 18:38:15.964206 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3652 | 2025.06.18 18:38:15.964560 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3653 | 2025.06.18 18:38:15.964790 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3654 | 2025.06.18 18:38:15.964902 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3655 | 2025.06.18 18:38:15.964924 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. | ||
3656 | 2025.06.18 18:38:15.964932 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3657 | 2025.06.18 18:38:15.964930 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374959 sec., 692384.2820040452 rows/sec., 55.18 MiB/sec. | ||
3658 | 2025.06.18 18:38:15.964966 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} <Debug> TCPHandler: Processed in 0.00144068 sec. | ||
3659 | 2025.06.18 18:38:15.964961 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3660 | 2025.06.18 18:38:15.965094 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3661 | 2025.06.18 18:38:15.965108 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3662 | 2025.06.18 18:38:15.965128 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3663 | 2025.06.18 18:38:15.965205 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3664 | 2025.06.18 18:38:15.965209 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3665 | 2025.06.18 18:38:15.965236 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3812 rows starting from the beginning of the part | ||
3666 | 2025.06.18 18:38:15.965272 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3667 | 2025.06.18 18:38:15.965302 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part | ||
3668 | 2025.06.18 18:38:15.965351 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3669 | 2025.06.18 18:38:15.965392 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
3670 | 2025.06.18 18:38:15.965399 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3671 | 2025.06.18 18:38:15.965437 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 200 rows starting from the beginning of the part | ||
3672 | 2025.06.18 18:38:15.965471 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3673 | 2025.06.18 18:38:15.965503 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
3674 | 2025.06.18 18:38:15.965542 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3675 | 2025.06.18 18:38:15.966096 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3676 | 2025.06.18 18:38:15.966138 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3677 | 2025.06.18 18:38:15.966693 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3678 | 2025.06.18 18:38:15.966947 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3679 | 2025.06.18 18:38:15.967095 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001881 sec., 9037.745879851143 rows/sec., 16.20 MiB/sec. | ||
3680 | 2025.06.18 18:38:15.967167 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} <Debug> TCPHandler: Processed in 0.002091309 sec. | ||
3681 | 2025.06.18 18:38:15.967170 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4654 rows, containing 5 columns (5 merged, 0 gathered) in 0.002102189 sec., 2213882.7669633892 rows/sec., 155.55 MiB/sec. | ||
3682 | 2025.06.18 18:38:15.967286 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3683 | 2025.06.18 18:38:15.967385 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3684 | 2025.06.18 18:38:15.967427 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3685 | 2025.06.18 18:38:15.967577 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3686 | 2025.06.18 18:38:15.967766 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3687 | 2025.06.18 18:38:15.967808 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3688 | 2025.06.18 18:38:15.967825 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:15.967900 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3690 | 2025.06.18 18:38:15.967969 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
3691 | 2025.06.18 18:38:15.968147 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3692 | 2025.06.18 18:38:15.968366 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3693 | 2025.06.18 18:38:15.968475 [ 78 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3694 | 2025.06.18 18:38:15.968499 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. | ||
3695 | 2025.06.18 18:38:15.968514 [ 78 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3696 | 2025.06.18 18:38:15.968541 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} <Debug> TCPHandler: Processed in 0.001304128 sec. | ||
3697 | 2025.06.18 18:38:15.968541 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3698 | 2025.06.18 18:38:15.968628 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3699 | 2025.06.18 18:38:15.968717 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3700 | 2025.06.18 18:38:15.968741 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1292 rows starting from the beginning of the part | ||
3701 | 2025.06.18 18:38:15.968785 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3702 | 2025.06.18 18:38:15.968819 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3703 | 2025.06.18 18:38:15.968851 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
3704 | 2025.06.18 18:38:15.968884 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
3705 | 2025.06.18 18:38:15.968917 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
3706 | 2025.06.18 18:38:15.969793 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1592 rows, containing 4 columns (4 merged, 0 gathered) in 0.001193686 sec., 1333684.067669387 rows/sec., 89.35 MiB/sec. | ||
3707 | 2025.06.18 18:38:15.970041 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3708 | 2025.06.18 18:38:15.970335 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3709 | 2025.06.18 18:38:15.970412 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3710 | 2025.06.18 18:38:15.970511 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
3711 | 2025.06.18 18:38:20.957765 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3712 | 2025.06.18 18:38:20.957959 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3713 | 2025.06.18 18:38:20.958026 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3714 | 2025.06.18 18:38:20.958720 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3715 | 2025.06.18 18:38:20.958764 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3716 | 2025.06.18 18:38:20.959177 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3717 | 2025.06.18 18:38:20.959414 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2025.06.18 18:38:20.959580 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001669 sec., 61114.43978430198 rows/sec., 5.10 MiB/sec. | ||
3719 | 2025.06.18 18:38:20.959643 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} <Debug> TCPHandler: Processed in 0.002010018 sec. | ||
3720 | 2025.06.18 18:38:20.959774 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3721 | 2025.06.18 18:38:20.959878 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3722 | 2025.06.18 18:38:20.959926 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3723 | 2025.06.18 18:38:20.960357 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3724 | 2025.06.18 18:38:20.960392 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3725 | 2025.06.18 18:38:20.960713 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3726 | 2025.06.18 18:38:20.960930 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3727 | 2025.06.18 18:38:20.961060 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001206 sec., 19071.310116086235 rows/sec., 1.40 MiB/sec. | ||
3728 | 2025.06.18 18:38:20.961099 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} <Debug> TCPHandler: Processed in 0.001377459 sec. | ||
3729 | 2025.06.18 18:38:20.961210 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3730 | 2025.06.18 18:38:20.961310 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3731 | 2025.06.18 18:38:20.961351 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3732 | 2025.06.18 18:38:20.961779 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3733 | 2025.06.18 18:38:20.961813 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3734 | 2025.06.18 18:38:20.962130 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3735 | 2025.06.18 18:38:20.962349 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3736 | 2025.06.18 18:38:20.962476 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001188 sec., 73232.32323232324 rows/sec., 5.72 MiB/sec. | ||
3737 | 2025.06.18 18:38:20.962513 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} <Debug> TCPHandler: Processed in 0.001353118 sec. | ||
3738 | 2025.06.18 18:38:20.962635 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3739 | 2025.06.18 18:38:20.962729 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3740 | 2025.06.18 18:38:20.962774 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3741 | 2025.06.18 18:38:20.963198 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3742 | 2025.06.18 18:38:20.963232 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3743 | 2025.06.18 18:38:20.963565 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3744 | 2025.06.18 18:38:20.963781 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3745 | 2025.06.18 18:38:20.963911 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
3746 | 2025.06.18 18:38:20.963951 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} <Debug> TCPHandler: Processed in 0.001366149 sec. | ||
3747 | 2025.06.18 18:38:20.964072 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3748 | 2025.06.18 18:38:20.964167 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3749 | 2025.06.18 18:38:20.964222 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3750 | 2025.06.18 18:38:20.965049 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3751 | 2025.06.18 18:38:20.965087 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3752 | 2025.06.18 18:38:20.965734 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3753 | 2025.06.18 18:38:20.965974 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2025.06.18 18:38:20.966096 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3755 | 2025.06.18 18:38:20.966120 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001971 sec., 11669.203450025367 rows/sec., 20.91 MiB/sec. | ||
3756 | 2025.06.18 18:38:20.966169 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3757 | 2025.06.18 18:38:20.966195 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3758 | 2025.06.18 18:38:20.966220 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} <Debug> TCPHandler: Processed in 0.00219683 sec. | ||
3759 | 2025.06.18 18:38:20.966302 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
3760 | 2025.06.18 18:38:20.966349 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3761 | 2025.06.18 18:38:20.966450 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3762 | 2025.06.18 18:38:20.966493 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3763 | 2025.06.18 18:38:20.966563 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3764 | 2025.06.18 18:38:20.966631 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 278 rows starting from the beginning of the part | ||
3765 | 2025.06.18 18:38:20.966760 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
3766 | 2025.06.18 18:38:20.966849 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3767 | 2025.06.18 18:38:20.966864 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part | ||
3768 | 2025.06.18 18:38:20.966893 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3769 | 2025.06.18 18:38:20.966978 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
3770 | 2025.06.18 18:38:20.967080 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part | ||
3771 | 2025.06.18 18:38:20.967187 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
3772 | 2025.06.18 18:38:20.967229 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3773 | 2025.06.18 18:38:20.967458 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3774 | 2025.06.18 18:38:20.967603 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. | ||
3775 | 2025.06.18 18:38:20.967643 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} <Debug> TCPHandler: Processed in 0.001345388 sec. | ||
3776 | 2025.06.18 18:38:20.970476 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 381 rows, containing 19 columns (19 merged, 0 gathered) in 0.004220178 sec., 90280.5521473265 rows/sec., 161.78 MiB/sec. | ||
3777 | 2025.06.18 18:38:20.971118 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3778 | 2025.06.18 18:38:20.971467 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3779 | 2025.06.18 18:38:20.971545 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3780 | 2025.06.18 18:38:20.971664 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
3781 | 2025.06.18 18:38:21.566000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
3782 | 2025.06.18 18:38:21.566474 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3783 | 2025.06.18 18:38:21.566517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3784 | 2025.06.18 18:38:21.567016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3785 | 2025.06.18 18:38:21.567247 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3786 | 2025.06.18 18:38:21.567380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
3787 | 2025.06.18 18:38:21.567393 [ 112 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3788 | 2025.06.18 18:38:21.567464 [ 112 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3789 | 2025.06.18 18:38:21.567489 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3790 | 2025.06.18 18:38:21.567596 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3791 | 2025.06.18 18:38:21.567728 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3792 | 2025.06.18 18:38:21.567768 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3793 | 2025.06.18 18:38:21.567836 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3794 | 2025.06.18 18:38:21.567885 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3795 | 2025.06.18 18:38:21.567930 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3796 | 2025.06.18 18:38:21.567970 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3797 | 2025.06.18 18:38:21.568024 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
3798 | 2025.06.18 18:38:21.570269 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721278 sec., 3541718.2661969853 rows/sec., 50.66 MiB/sec. | ||
3799 | 2025.06.18 18:38:21.570494 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3800 | 2025.06.18 18:38:21.570773 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3801 | 2025.06.18 18:38:21.570852 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3802 | 2025.06.18 18:38:21.570933 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3803 | 2025.06.18 18:38:21.934793 [ 112 ] {} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3804 | 2025.06.18 18:38:21.934855 [ 112 ] {} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3805 | 2025.06.18 18:38:21.934876 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3806 | 2025.06.18 18:38:21.934997 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
3807 | 2025.06.18 18:38:21.935139 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3808 | 2025.06.18 18:38:21.935173 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
3809 | 2025.06.18 18:38:21.935267 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
3810 | 2025.06.18 18:38:21.935319 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
3811 | 2025.06.18 18:38:21.935363 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
3812 | 2025.06.18 18:38:21.935407 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
3813 | 2025.06.18 18:38:21.936391 [ 188 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145147 sec., 205309.10042922004 rows/sec., 14.98 MiB/sec. | ||
3814 | 2025.06.18 18:38:21.936575 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3815 | 2025.06.18 18:38:21.936890 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3816 | 2025.06.18 18:38:21.936970 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3817 | 2025.06.18 18:38:21.937075 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3818 | 2025.06.18 18:38:22.026381 [ 111 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3819 | 2025.06.18 18:38:22.026453 [ 111 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3820 | 2025.06.18 18:38:22.026478 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3821 | 2025.06.18 18:38:22.026584 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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 | ||
3822 | 2025.06.18 18:38:22.026720 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3823 | 2025.06.18 18:38:22.026756 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
3824 | 2025.06.18 18:38:22.026833 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3825 | 2025.06.18 18:38:22.026883 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3826 | 2025.06.18 18:38:22.026935 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3827 | 2025.06.18 18:38:22.026982 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
3828 | 2025.06.18 18:38:22.027877 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334968 sec., 17977.959022238734 rows/sec., 1.50 MiB/sec. | ||
3829 | 2025.06.18 18:38:22.028037 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3830 | 2025.06.18 18:38:22.028305 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3831 | 2025.06.18 18:38:22.028374 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3832 | 2025.06.18 18:38:22.028444 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3833 | 2025.06.18 18:38:22.102829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
3834 | 2025.06.18 18:38:22.120342 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3835 | 2025.06.18 18:38:22.120392 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3836 | 2025.06.18 18:38:22.126033 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3837 | 2025.06.18 18:38:22.126733 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3838 | 2025.06.18 18:38:22.127022 [ 111 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3839 | 2025.06.18 18:38:22.127060 [ 111 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3840 | 2025.06.18 18:38:22.127077 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3841 | 2025.06.18 18:38:22.127171 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3842 | 2025.06.18 18:38:22.129623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
3843 | 2025.06.18 18:38:22.130027 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3844 | 2025.06.18 18:38:22.130724 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3845 | 2025.06.18 18:38:22.133929 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3846 | 2025.06.18 18:38:22.137054 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3847 | 2025.06.18 18:38:22.140687 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3848 | 2025.06.18 18:38:22.144926 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3849 | 2025.06.18 18:38:22.149129 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
3850 | 2025.06.18 18:38:22.199327 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072187835 sec., 2202.5871810672807 rows/sec., 11.39 MiB/sec. | ||
3851 | 2025.06.18 18:38:22.202065 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3852 | 2025.06.18 18:38:22.204298 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3853 | 2025.06.18 18:38:22.204411 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3854 | 2025.06.18 18:38:22.206744 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
3855 | 2025.06.18 18:38:22.430853 [ 111 ] {} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3856 | 2025.06.18 18:38:22.430947 [ 111 ] {} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3857 | 2025.06.18 18:38:22.430984 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3858 | 2025.06.18 18:38:22.431169 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
3859 | 2025.06.18 18:38:22.431381 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3860 | 2025.06.18 18:38:22.431436 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
3861 | 2025.06.18 18:38:22.431545 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
3862 | 2025.06.18 18:38:22.431629 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
3863 | 2025.06.18 18:38:22.431711 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
3864 | 2025.06.18 18:38:22.431789 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
3865 | 2025.06.18 18:38:22.432733 [ 199 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642053 sec., 302060.89572017465 rows/sec., 21.21 MiB/sec. | ||
3866 | 2025.06.18 18:38:22.432894 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3867 | 2025.06.18 18:38:22.433148 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3868 | 2025.06.18 18:38:22.433215 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3869 | 2025.06.18 18:38:22.433278 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3870 | 2025.06.18 18:38:23.001260 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.03 MiB, peak 225.54 MiB, free memory in arenas 0.00 B, will set to 219.91 MiB (RSS), difference: 4.89 MiB | ||
3871 | 2025.06.18 18:38:23.018245 [ 110 ] {} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3872 | 2025.06.18 18:38:23.018301 [ 110 ] {} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3873 | 2025.06.18 18:38:23.018321 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3874 | 2025.06.18 18:38:23.018419 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
3875 | 2025.06.18 18:38:23.018533 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3876 | 2025.06.18 18:38:23.018566 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
3877 | 2025.06.18 18:38:23.018631 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
3878 | 2025.06.18 18:38:23.018674 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
3879 | 2025.06.18 18:38:23.018713 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
3880 | 2025.06.18 18:38:23.018751 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
3881 | 2025.06.18 18:38:23.019552 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001173906 sec., 221482.81037834377 rows/sec., 14.05 MiB/sec. | ||
3882 | 2025.06.18 18:38:23.019729 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3883 | 2025.06.18 18:38:23.019995 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3884 | 2025.06.18 18:38:23.020064 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3885 | 2025.06.18 18:38:23.020132 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3886 | 2025.06.18 18:38:24.087197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 536 | ||
3887 | 2025.06.18 18:38:24.089255 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3888 | 2025.06.18 18:38:24.089301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3889 | 2025.06.18 18:38:24.090434 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3890 | 2025.06.18 18:38:24.090696 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3891 | 2025.06.18 18:38:24.090939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536 | ||
3892 | 2025.06.18 18:38:25.959689 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3893 | 2025.06.18 18:38:25.959891 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3894 | 2025.06.18 18:38:25.959962 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3895 | 2025.06.18 18:38:25.960602 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3896 | 2025.06.18 18:38:25.960651 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3897 | 2025.06.18 18:38:25.961049 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3898 | 2025.06.18 18:38:25.961290 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3899 | 2025.06.18 18:38:25.961456 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001615 sec., 1238.390092879257 rows/sec., 100.98 KiB/sec. | ||
3900 | 2025.06.18 18:38:25.961511 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} <Debug> TCPHandler: Processed in 0.001957747 sec. | ||
3901 | 2025.06.18 18:38:25.961643 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3902 | 2025.06.18 18:38:25.961749 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3903 | 2025.06.18 18:38:25.961797 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3904 | 2025.06.18 18:38:25.962292 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2025.06.18 18:38:25.962333 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3906 | 2025.06.18 18:38:25.962672 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3907 | 2025.06.18 18:38:25.962894 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3908 | 2025.06.18 18:38:25.963034 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001309 sec., 69518.71657754011 rows/sec., 5.80 MiB/sec. | ||
3909 | 2025.06.18 18:38:25.963075 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} <Debug> TCPHandler: Processed in 0.00148353 sec. | ||
3910 | 2025.06.18 18:38:25.963195 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3911 | 2025.06.18 18:38:25.963296 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3912 | 2025.06.18 18:38:25.963341 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3913 | 2025.06.18 18:38:25.963758 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3914 | 2025.06.18 18:38:25.963795 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3915 | 2025.06.18 18:38:25.964104 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3916 | 2025.06.18 18:38:25.964338 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3917 | 2025.06.18 18:38:25.964472 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001198 sec., 15859.766277128547 rows/sec., 1.16 MiB/sec. | ||
3918 | 2025.06.18 18:38:25.964513 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} <Debug> TCPHandler: Processed in 0.001368159 sec. | ||
3919 | 2025.06.18 18:38:25.964624 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3920 | 2025.06.18 18:38:25.964731 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3921 | 2025.06.18 18:38:25.964776 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3922 | 2025.06.18 18:38:25.965229 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3923 | 2025.06.18 18:38:25.965269 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3924 | 2025.06.18 18:38:25.965617 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3925 | 2025.06.18 18:38:25.965862 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3926 | 2025.06.18 18:38:25.966000 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001291 sec., 64291.24709527498 rows/sec., 5.02 MiB/sec. | ||
3927 | 2025.06.18 18:38:25.966040 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} <Debug> TCPHandler: Processed in 0.00146756 sec. | ||
3928 | 2025.06.18 18:38:25.966163 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3929 | 2025.06.18 18:38:25.966261 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3930 | 2025.06.18 18:38:25.966306 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3931 | 2025.06.18 18:38:25.966729 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3932 | 2025.06.18 18:38:25.966767 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3933 | 2025.06.18 18:38:25.967110 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3934 | 2025.06.18 18:38:25.967331 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3935 | 2025.06.18 18:38:25.967465 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001224 sec., 131535.9477124183 rows/sec., 9.16 MiB/sec. | ||
3936 | 2025.06.18 18:38:25.967504 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} <Debug> TCPHandler: Processed in 0.001391329 sec. | ||
3937 | 2025.06.18 18:38:25.967617 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3938 | 2025.06.18 18:38:25.967714 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3939 | 2025.06.18 18:38:25.967773 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3940 | 2025.06.18 18:38:25.968577 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3941 | 2025.06.18 18:38:25.968616 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3942 | 2025.06.18 18:38:25.969149 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3943 | 2025.06.18 18:38:25.969398 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3944 | 2025.06.18 18:38:25.969545 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00185 sec., 9189.189189189188 rows/sec., 16.47 MiB/sec. | ||
3945 | 2025.06.18 18:38:25.969621 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} <Debug> TCPHandler: Processed in 0.002052578 sec. | ||
3946 | 2025.06.18 18:38:25.969737 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3947 | 2025.06.18 18:38:25.969836 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3948 | 2025.06.18 18:38:25.969880 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3949 | 2025.06.18 18:38:25.970228 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3950 | 2025.06.18 18:38:25.970268 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3951 | 2025.06.18 18:38:25.970588 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3952 | 2025.06.18 18:38:25.970812 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3953 | 2025.06.18 18:38:25.970952 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. | ||
3954 | 2025.06.18 18:38:25.970990 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} <Debug> TCPHandler: Processed in 0.001303588 sec. | ||
3955 | 2025.06.18 18:38:29.051471 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3956 | 2025.06.18 18:38:29.051519 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3957 | 2025.06.18 18:38:29.067519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
3958 | 2025.06.18 18:38:29.068061 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3959 | 2025.06.18 18:38:29.068103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3960 | 2025.06.18 18:38:29.068737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3961 | 2025.06.18 18:38:29.068975 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3962 | 2025.06.18 18:38:29.069107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
3963 | 2025.06.18 18:38:29.629770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
3964 | 2025.06.18 18:38:29.645299 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3965 | 2025.06.18 18:38:29.645366 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
3966 | 2025.06.18 18:38:29.651874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3967 | 2025.06.18 18:38:29.652594 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3968 | 2025.06.18 18:38:29.655364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
3969 | 2025.06.18 18:38:30.958534 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3970 | 2025.06.18 18:38:30.958753 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3971 | 2025.06.18 18:38:30.958831 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3972 | 2025.06.18 18:38:30.959585 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3973 | 2025.06.18 18:38:30.959642 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
3974 | 2025.06.18 18:38:30.960087 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3975 | 2025.06.18 18:38:30.960332 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3976 | 2025.06.18 18:38:30.960496 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001798 sec., 56729.699666295885 rows/sec., 4.74 MiB/sec. | ||
3977 | 2025.06.18 18:38:30.960554 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} <Debug> TCPHandler: Processed in 0.00215974 sec. | ||
3978 | 2025.06.18 18:38:30.960687 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3979 | 2025.06.18 18:38:30.960806 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3980 | 2025.06.18 18:38:30.960855 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3981 | 2025.06.18 18:38:30.961299 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3982 | 2025.06.18 18:38:30.961337 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
3983 | 2025.06.18 18:38:30.961697 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3984 | 2025.06.18 18:38:30.961969 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3985 | 2025.06.18 18:38:30.962130 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001353 sec., 16999.260901699927 rows/sec., 1.25 MiB/sec. | ||
3986 | 2025.06.18 18:38:30.962175 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} <Debug> TCPHandler: Processed in 0.001540381 sec. | ||
3987 | 2025.06.18 18:38:30.962301 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3988 | 2025.06.18 18:38:30.962411 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3989 | 2025.06.18 18:38:30.962458 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3990 | 2025.06.18 18:38:30.962946 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2025.06.18 18:38:30.962990 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
3992 | 2025.06.18 18:38:30.963335 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3993 | 2025.06.18 18:38:30.963553 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3994 | 2025.06.18 18:38:30.963686 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001301 sec., 66871.63720215218 rows/sec., 5.22 MiB/sec. | ||
3995 | 2025.06.18 18:38:30.963724 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} <Debug> TCPHandler: Processed in 0.001478211 sec. | ||
3996 | 2025.06.18 18:38:30.963847 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3997 | 2025.06.18 18:38:30.963947 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3998 | 2025.06.18 18:38:30.963994 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3999 | 2025.06.18 18:38:30.964444 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4000 | 2025.06.18 18:38:30.964479 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4001 | 2025.06.18 18:38:30.964827 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4002 | 2025.06.18 18:38:30.965046 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4003 | 2025.06.18 18:38:30.965177 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. | ||
4004 | 2025.06.18 18:38:30.965215 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} <Debug> TCPHandler: Processed in 0.00141971 sec. | ||
4005 | 2025.06.18 18:38:30.965331 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4006 | 2025.06.18 18:38:30.965428 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4007 | 2025.06.18 18:38:30.965485 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4008 | 2025.06.18 18:38:30.966324 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4009 | 2025.06.18 18:38:30.966360 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4010 | 2025.06.18 18:38:30.966920 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4011 | 2025.06.18 18:38:30.967149 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4012 | 2025.06.18 18:38:30.967299 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00189 sec., 12169.31216931217 rows/sec., 21.81 MiB/sec. | ||
4013 | 2025.06.18 18:38:30.967369 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} <Debug> TCPHandler: Processed in 0.002088859 sec. | ||
4014 | 2025.06.18 18:38:30.967491 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4015 | 2025.06.18 18:38:30.967588 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4016 | 2025.06.18 18:38:30.967633 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4017 | 2025.06.18 18:38:30.967977 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4018 | 2025.06.18 18:38:30.968012 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4019 | 2025.06.18 18:38:30.968317 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4020 | 2025.06.18 18:38:30.968532 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4021 | 2025.06.18 18:38:30.968654 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. | ||
4022 | 2025.06.18 18:38:30.968690 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} <Debug> TCPHandler: Processed in 0.001293888 sec. | ||
4023 | 2025.06.18 18:38:34.091266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 562 | ||
4024 | 2025.06.18 18:38:34.093572 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4025 | 2025.06.18 18:38:34.093618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4026 | 2025.06.18 18:38:34.094842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4027 | 2025.06.18 18:38:34.095111 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4028 | 2025.06.18 18:38:34.095250 [ 89 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4029 | 2025.06.18 18:38:34.095316 [ 89 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4030 | 2025.06.18 18:38:34.095336 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4031 | 2025.06.18 18:38:34.095430 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
4032 | 2025.06.18 18:38:34.095438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
4033 | 2025.06.18 18:38:34.096101 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4034 | 2025.06.18 18:38:34.096257 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 430 rows starting from the beginning of the part | ||
4035 | 2025.06.18 18:38:34.096640 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
4036 | 2025.06.18 18:38:34.097064 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
4037 | 2025.06.18 18:38:34.097446 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
4038 | 2025.06.18 18:38:34.097792 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
4039 | 2025.06.18 18:38:34.098143 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
4040 | 2025.06.18 18:38:34.105085 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 72 columns (72 merged, 0 gathered) in 0.009689524 sec., 58000.78517788903 rows/sec., 51.47 MiB/sec. | ||
4041 | 2025.06.18 18:38:34.106175 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4042 | 2025.06.18 18:38:34.106819 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4043 | 2025.06.18 18:38:34.106907 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4044 | 2025.06.18 18:38:34.107250 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
4045 | 2025.06.18 18:38:35.958334 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4046 | 2025.06.18 18:38:35.958544 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4047 | 2025.06.18 18:38:35.958621 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4048 | 2025.06.18 18:38:35.959345 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4049 | 2025.06.18 18:38:35.959392 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4050 | 2025.06.18 18:38:35.959807 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4051 | 2025.06.18 18:38:35.960043 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4052 | 2025.06.18 18:38:35.960211 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001721 sec., 52295.177222545026 rows/sec., 4.37 MiB/sec. | ||
4053 | 2025.06.18 18:38:35.960258 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} <Debug> TCPHandler: Processed in 0.002064858 sec. | ||
4054 | 2025.06.18 18:38:35.960387 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4055 | 2025.06.18 18:38:35.960489 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4056 | 2025.06.18 18:38:35.960534 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4057 | 2025.06.18 18:38:35.961009 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4058 | 2025.06.18 18:38:35.961048 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4059 | 2025.06.18 18:38:35.961391 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4060 | 2025.06.18 18:38:35.961608 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2025.06.18 18:38:35.961726 [ 87 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4062 | 2025.06.18 18:38:35.961765 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001301 sec., 13066.871637202152 rows/sec., 982.57 KiB/sec. | ||
4063 | 2025.06.18 18:38:35.961796 [ 87 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4064 | 2025.06.18 18:38:35.961812 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} <Debug> TCPHandler: Processed in 0.001476481 sec. | ||
4065 | 2025.06.18 18:38:35.961822 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4066 | 2025.06.18 18:38:35.961937 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
4067 | 2025.06.18 18:38:35.961941 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4068 | 2025.06.18 18:38:35.962063 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4069 | 2025.06.18 18:38:35.962067 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4070 | 2025.06.18 18:38:35.962114 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4071 | 2025.06.18 18:38:35.962119 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 174 rows starting from the beginning of the part | ||
4072 | 2025.06.18 18:38:35.962203 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part | ||
4073 | 2025.06.18 18:38:35.962249 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
4074 | 2025.06.18 18:38:35.962289 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part | ||
4075 | 2025.06.18 18:38:35.962330 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
4076 | 2025.06.18 18:38:35.962369 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part | ||
4077 | 2025.06.18 18:38:35.962555 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4078 | 2025.06.18 18:38:35.962598 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4079 | 2025.06.18 18:38:35.963095 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4080 | 2025.06.18 18:38:35.963337 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4081 | 2025.06.18 18:38:35.963397 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150267 sec., 181676.61562418894 rows/sec., 12.98 MiB/sec. | ||
4082 | 2025.06.18 18:38:35.963473 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.00143 sec., 56643.35664335664 rows/sec., 4.42 MiB/sec. | ||
4083 | 2025.06.18 18:38:35.963519 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} <Debug> TCPHandler: Processed in 0.001630102 sec. | ||
4084 | 2025.06.18 18:38:35.963603 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4085 | 2025.06.18 18:38:35.963643 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4086 | 2025.06.18 18:38:35.963745 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4087 | 2025.06.18 18:38:35.963792 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4088 | 2025.06.18 18:38:35.963937 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2025.06.18 18:38:35.964026 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4090 | 2025.06.18 18:38:35.964122 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4091 | 2025.06.18 18:38:35.964225 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4092 | 2025.06.18 18:38:35.964267 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4093 | 2025.06.18 18:38:35.964610 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4094 | 2025.06.18 18:38:35.964827 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4095 | 2025.06.18 18:38:35.964958 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. | ||
4096 | 2025.06.18 18:38:35.964997 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} <Debug> TCPHandler: Processed in 0.00140384 sec. | ||
4097 | 2025.06.18 18:38:35.965108 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4098 | 2025.06.18 18:38:35.965204 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4099 | 2025.06.18 18:38:35.965259 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4100 | 2025.06.18 18:38:35.966035 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2025.06.18 18:38:35.966072 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4102 | 2025.06.18 18:38:35.966599 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4103 | 2025.06.18 18:38:35.966835 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4104 | 2025.06.18 18:38:35.966973 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001788 sec., 9507.829977628635 rows/sec., 17.04 MiB/sec. | ||
4105 | 2025.06.18 18:38:35.967027 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} <Debug> TCPHandler: Processed in 0.001967977 sec. | ||
4106 | 2025.06.18 18:38:35.967141 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4107 | 2025.06.18 18:38:35.967236 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4108 | 2025.06.18 18:38:35.967281 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4109 | 2025.06.18 18:38:35.967644 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2025.06.18 18:38:35.967681 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4111 | 2025.06.18 18:38:35.967989 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4112 | 2025.06.18 18:38:35.968204 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4113 | 2025.06.18 18:38:35.968331 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. | ||
4114 | 2025.06.18 18:38:35.968368 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} <Debug> TCPHandler: Processed in 0.001277107 sec. | ||
4115 | 2025.06.18 18:38:36.569331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
4116 | 2025.06.18 18:38:36.569857 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4117 | 2025.06.18 18:38:36.569904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4118 | 2025.06.18 18:38:36.570427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4119 | 2025.06.18 18:38:36.570659 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4120 | 2025.06.18 18:38:36.570791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
4121 | 2025.06.18 18:38:37.155579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4122 | 2025.06.18 18:38:37.173556 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4123 | 2025.06.18 18:38:37.173605 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4124 | 2025.06.18 18:38:37.179264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4125 | 2025.06.18 18:38:37.179956 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4126 | 2025.06.18 18:38:37.182941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4127 | 2025.06.18 18:38:40.960602 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4128 | 2025.06.18 18:38:40.960798 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4129 | 2025.06.18 18:38:40.960869 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4130 | 2025.06.18 18:38:40.961523 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4131 | 2025.06.18 18:38:40.961572 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4132 | 2025.06.18 18:38:40.961963 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4133 | 2025.06.18 18:38:40.962191 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4134 | 2025.06.18 18:38:40.962354 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 1.24 MiB/sec. | ||
4135 | 2025.06.18 18:38:40.962409 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} <Debug> TCPHandler: Processed in 0.001946116 sec. | ||
4136 | 2025.06.18 18:38:40.962547 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4137 | 2025.06.18 18:38:40.962652 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4138 | 2025.06.18 18:38:40.962700 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4139 | 2025.06.18 18:38:40.963144 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4140 | 2025.06.18 18:38:40.963183 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4141 | 2025.06.18 18:38:40.963489 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4142 | 2025.06.18 18:38:40.963711 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2025.06.18 18:38:40.963849 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001221 sec., 1638.001638001638 rows/sec., 133.57 KiB/sec. | ||
4144 | 2025.06.18 18:38:40.963888 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} <Debug> TCPHandler: Processed in 0.001395509 sec. | ||
4145 | 2025.06.18 18:38:40.964009 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4146 | 2025.06.18 18:38:40.964107 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4147 | 2025.06.18 18:38:40.964149 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4148 | 2025.06.18 18:38:40.964684 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2025.06.18 18:38:40.964721 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4150 | 2025.06.18 18:38:40.965049 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4151 | 2025.06.18 18:38:40.965259 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4152 | 2025.06.18 18:38:40.965381 [ 84 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4153 | 2025.06.18 18:38:40.965393 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Debug> executeQuery: Read 223 rows, 20.26 KiB in 0.001307 sec., 170619.73986228002 rows/sec., 15.13 MiB/sec. | ||
4154 | 2025.06.18 18:38:40.965455 [ 84 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4155 | 2025.06.18 18:38:40.965473 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} <Debug> TCPHandler: Processed in 0.001513011 sec. | ||
4156 | 2025.06.18 18:38:40.965483 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4157 | 2025.06.18 18:38:40.965592 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
4158 | 2025.06.18 18:38:40.965598 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4159 | 2025.06.18 18:38:40.965707 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4160 | 2025.06.18 18:38:40.965717 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4161 | 2025.06.18 18:38:40.965746 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 825 rows starting from the beginning of the part | ||
4162 | 2025.06.18 18:38:40.965769 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4163 | 2025.06.18 18:38:40.965817 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 102 rows starting from the beginning of the part | ||
4164 | 2025.06.18 18:38:40.965867 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 91 rows starting from the beginning of the part | ||
4165 | 2025.06.18 18:38:40.965908 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 102 rows starting from the beginning of the part | ||
4166 | 2025.06.18 18:38:40.965944 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part | ||
4167 | 2025.06.18 18:38:40.965982 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 223 rows starting from the beginning of the part | ||
4168 | 2025.06.18 18:38:40.966214 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4169 | 2025.06.18 18:38:40.966258 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4170 | 2025.06.18 18:38:40.966578 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4171 | 2025.06.18 18:38:40.966803 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4172 | 2025.06.18 18:38:40.966960 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Debug> executeQuery: Read 37 rows, 2.83 KiB in 0.001263 sec., 29295.32858273951 rows/sec., 2.19 MiB/sec. | ||
4173 | 2025.06.18 18:38:40.966999 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} <Debug> TCPHandler: Processed in 0.00145089 sec. | ||
4174 | 2025.06.18 18:38:40.967071 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1433 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525881 sec., 939129.5913639399 rows/sec., 81.82 MiB/sec. | ||
4175 | 2025.06.18 18:38:40.967104 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4176 | 2025.06.18 18:38:40.967204 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4177 | 2025.06.18 18:38:40.967249 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4178 | 2025.06.18 18:38:40.967249 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4179 | 2025.06.18 18:38:40.967543 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2025.06.18 18:38:40.967617 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4181 | 2025.06.18 18:38:40.967681 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4182 | 2025.06.18 18:38:40.967688 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4183 | 2025.06.18 18:38:40.967733 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4184 | 2025.06.18 18:38:40.968037 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4185 | 2025.06.18 18:38:40.968257 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4186 | 2025.06.18 18:38:40.968378 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001192 sec., 20134.228187919463 rows/sec., 1.67 MiB/sec. | ||
4187 | 2025.06.18 18:38:40.968415 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} <Debug> TCPHandler: Processed in 0.001361549 sec. | ||
4188 | 2025.06.18 18:38:40.968519 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4189 | 2025.06.18 18:38:40.968612 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4190 | 2025.06.18 18:38:40.968653 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4191 | 2025.06.18 18:38:40.969044 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4192 | 2025.06.18 18:38:40.969078 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4193 | 2025.06.18 18:38:40.969371 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4194 | 2025.06.18 18:38:40.969577 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4195 | 2025.06.18 18:38:40.969701 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. | ||
4196 | 2025.06.18 18:38:40.969740 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} <Debug> TCPHandler: Processed in 0.001270058 sec. | ||
4197 | 2025.06.18 18:38:40.969846 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4198 | 2025.06.18 18:38:40.969939 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4199 | 2025.06.18 18:38:40.969980 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4200 | 2025.06.18 18:38:40.970409 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4201 | 2025.06.18 18:38:40.970444 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4202 | 2025.06.18 18:38:40.970749 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4203 | 2025.06.18 18:38:40.970954 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2025.06.18 18:38:40.971049 [ 81 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4205 | 2025.06.18 18:38:40.971078 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Debug> executeQuery: Read 125 rows, 10.38 KiB in 0.001157 sec., 108038.02938634399 rows/sec., 8.76 MiB/sec. | ||
4206 | 2025.06.18 18:38:40.971089 [ 81 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2025.06.18 18:38:40.971110 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4208 | 2025.06.18 18:38:40.971118 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} <Debug> TCPHandler: Processed in 0.001320588 sec. | ||
4209 | 2025.06.18 18:38:40.971220 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
4210 | 2025.06.18 18:38:40.971230 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4211 | 2025.06.18 18:38:40.971367 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4212 | 2025.06.18 18:38:40.971367 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4213 | 2025.06.18 18:38:40.971409 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 492 rows starting from the beginning of the part | ||
4214 | 2025.06.18 18:38:40.971430 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4215 | 2025.06.18 18:38:40.971482 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 87 rows starting from the beginning of the part | ||
4216 | 2025.06.18 18:38:40.971532 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 83 rows starting from the beginning of the part | ||
4217 | 2025.06.18 18:38:40.971575 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part | ||
4218 | 2025.06.18 18:38:40.971620 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 81 rows starting from the beginning of the part | ||
4219 | 2025.06.18 18:38:40.971663 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 125 rows starting from the beginning of the part | ||
4220 | 2025.06.18 18:38:40.971858 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4221 | 2025.06.18 18:38:40.971898 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4222 | 2025.06.18 18:38:40.972263 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4223 | 2025.06.18 18:38:40.972497 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4224 | 2025.06.18 18:38:40.972598 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4225 | 2025.06.18 18:38:40.972625 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4226 | 2025.06.18 18:38:40.972631 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001283 sec., 153546.37568199533 rows/sec., 11.01 MiB/sec. | ||
4227 | 2025.06.18 18:38:40.972641 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4228 | 2025.06.18 18:38:40.972668 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} <Debug> TCPHandler: Processed in 0.00148761 sec. | ||
4229 | 2025.06.18 18:38:40.972716 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4230 | 2025.06.18 18:38:40.972717 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553552 sec., 614720.3312151766 rows/sec., 48.99 MiB/sec. | ||
4231 | 2025.06.18 18:38:40.972786 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4232 | 2025.06.18 18:38:40.972823 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4233 | 2025.06.18 18:38:40.972856 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4654 rows starting from the beginning of the part | ||
4234 | 2025.06.18 18:38:40.972886 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4235 | 2025.06.18 18:38:40.972912 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4236 | 2025.06.18 18:38:40.972928 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
4237 | 2025.06.18 18:38:40.972948 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4238 | 2025.06.18 18:38:40.972981 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part | ||
4239 | 2025.06.18 18:38:40.973029 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
4240 | 2025.06.18 18:38:40.973070 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
4241 | 2025.06.18 18:38:40.973110 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
4242 | 2025.06.18 18:38:40.973213 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4243 | 2025.06.18 18:38:40.973293 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4244 | 2025.06.18 18:38:40.973391 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4245 | 2025.06.18 18:38:40.973786 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4246 | 2025.06.18 18:38:40.973828 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4247 | 2025.06.18 18:38:40.974389 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4248 | 2025.06.18 18:38:40.974615 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4249 | 2025.06.18 18:38:40.974757 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00189 sec., 12169.31216931217 rows/sec., 21.81 MiB/sec. | ||
4250 | 2025.06.18 18:38:40.974812 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} <Debug> TCPHandler: Processed in 0.002075179 sec. | ||
4251 | 2025.06.18 18:38:40.974927 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4252 | 2025.06.18 18:38:40.975021 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4253 | 2025.06.18 18:38:40.975063 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4254 | 2025.06.18 18:38:40.975161 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5492 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479154 sec., 2215271.8225652785 rows/sec., 155.61 MiB/sec. | ||
4255 | 2025.06.18 18:38:40.975402 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2025.06.18 18:38:40.975441 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4257 | 2025.06.18 18:38:40.975624 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4258 | 2025.06.18 18:38:40.975768 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4259 | 2025.06.18 18:38:40.975927 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4260 | 2025.06.18 18:38:40.976012 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4261 | 2025.06.18 18:38:40.976039 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4262 | 2025.06.18 18:38:40.976088 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
4263 | 2025.06.18 18:38:40.976142 [ 81 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4264 | 2025.06.18 18:38:40.976176 [ 81 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4265 | 2025.06.18 18:38:40.976182 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. | ||
4266 | 2025.06.18 18:38:40.976194 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4267 | 2025.06.18 18:38:40.976220 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} <Debug> TCPHandler: Processed in 0.001341038 sec. | ||
4268 | 2025.06.18 18:38:40.976281 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4269 | 2025.06.18 18:38:40.976386 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4270 | 2025.06.18 18:38:40.976413 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1592 rows starting from the beginning of the part | ||
4271 | 2025.06.18 18:38:40.976484 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4272 | 2025.06.18 18:38:40.976536 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4273 | 2025.06.18 18:38:40.976585 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4274 | 2025.06.18 18:38:40.976627 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4275 | 2025.06.18 18:38:40.976669 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
4276 | 2025.06.18 18:38:40.977724 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 4 columns (4 merged, 0 gathered) in 0.001484991 sec., 1274081.7957819274 rows/sec., 85.44 MiB/sec. | ||
4277 | 2025.06.18 18:38:40.977949 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4278 | 2025.06.18 18:38:40.978251 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4279 | 2025.06.18 18:38:40.978340 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4280 | 2025.06.18 18:38:40.978418 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4281 | 2025.06.18 18:38:44.051566 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4282 | 2025.06.18 18:38:44.051634 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4283 | 2025.06.18 18:38:44.070948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
4284 | 2025.06.18 18:38:44.071494 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4285 | 2025.06.18 18:38:44.071555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4286 | 2025.06.18 18:38:44.072039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4287 | 2025.06.18 18:38:44.072276 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4288 | 2025.06.18 18:38:44.072416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4289 | 2025.06.18 18:38:44.095746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 594 | ||
4290 | 2025.06.18 18:38:44.098128 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4291 | 2025.06.18 18:38:44.098182 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4292 | 2025.06.18 18:38:44.099379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4293 | 2025.06.18 18:38:44.099653 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4294 | 2025.06.18 18:38:44.100001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594 | ||
4295 | 2025.06.18 18:38:44.683088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4296 | 2025.06.18 18:38:44.700486 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2025.06.18 18:38:44.700548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4298 | 2025.06.18 18:38:44.706115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4299 | 2025.06.18 18:38:44.706836 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2025.06.18 18:38:44.709870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4301 | 2025.06.18 18:38:45.957300 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4302 | 2025.06.18 18:38:45.957514 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4303 | 2025.06.18 18:38:45.957589 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4304 | 2025.06.18 18:38:45.958263 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4305 | 2025.06.18 18:38:45.958317 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4306 | 2025.06.18 18:38:45.958721 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4307 | 2025.06.18 18:38:45.958951 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4308 | 2025.06.18 18:38:45.959134 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001674 sec., 53763.44086021506 rows/sec., 4.50 MiB/sec. | ||
4309 | 2025.06.18 18:38:45.959186 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} <Debug> TCPHandler: Processed in 0.002030077 sec. | ||
4310 | 2025.06.18 18:38:45.959314 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4311 | 2025.06.18 18:38:45.959419 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4312 | 2025.06.18 18:38:45.959465 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4313 | 2025.06.18 18:38:45.959888 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4314 | 2025.06.18 18:38:45.959927 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4315 | 2025.06.18 18:38:45.960255 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4316 | 2025.06.18 18:38:45.960471 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4317 | 2025.06.18 18:38:45.960621 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001226 sec., 13866.231647634582 rows/sec., 1.02 MiB/sec. | ||
4318 | 2025.06.18 18:38:45.960661 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} <Debug> TCPHandler: Processed in 0.001398099 sec. | ||
4319 | 2025.06.18 18:38:45.960781 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4320 | 2025.06.18 18:38:45.960881 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4321 | 2025.06.18 18:38:45.960922 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4322 | 2025.06.18 18:38:45.961355 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4323 | 2025.06.18 18:38:45.961393 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4324 | 2025.06.18 18:38:45.961703 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4325 | 2025.06.18 18:38:45.961912 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4326 | 2025.06.18 18:38:45.962040 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001182 sec., 68527.91878172588 rows/sec., 5.35 MiB/sec. | ||
4327 | 2025.06.18 18:38:45.962077 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} <Debug> TCPHandler: Processed in 0.001347068 sec. | ||
4328 | 2025.06.18 18:38:45.962217 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4329 | 2025.06.18 18:38:45.962314 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4330 | 2025.06.18 18:38:45.962357 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4331 | 2025.06.18 18:38:45.962763 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4332 | 2025.06.18 18:38:45.962797 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4333 | 2025.06.18 18:38:45.963106 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4334 | 2025.06.18 18:38:45.963395 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2025.06.18 18:38:45.963554 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. | ||
4336 | 2025.06.18 18:38:45.963592 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} <Debug> TCPHandler: Processed in 0.001425169 sec. | ||
4337 | 2025.06.18 18:38:45.963703 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4338 | 2025.06.18 18:38:45.963799 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4339 | 2025.06.18 18:38:45.963854 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4340 | 2025.06.18 18:38:45.964647 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4341 | 2025.06.18 18:38:45.964683 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4342 | 2025.06.18 18:38:45.965214 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4343 | 2025.06.18 18:38:45.965463 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2025.06.18 18:38:45.965606 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001827 sec., 9304.871373836892 rows/sec., 16.67 MiB/sec. | ||
4345 | 2025.06.18 18:38:45.965627 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4346 | 2025.06.18 18:38:45.965676 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} <Debug> TCPHandler: Processed in 0.002022068 sec. | ||
4347 | 2025.06.18 18:38:45.965697 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4348 | 2025.06.18 18:38:45.965722 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4349 | 2025.06.18 18:38:45.965795 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2025.06.18 18:38:45.965836 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
4351 | 2025.06.18 18:38:45.965894 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4352 | 2025.06.18 18:38:45.965942 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4353 | 2025.06.18 18:38:45.966097 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4354 | 2025.06.18 18:38:45.966162 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 381 rows starting from the beginning of the part | ||
4355 | 2025.06.18 18:38:45.966300 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4356 | 2025.06.18 18:38:45.966303 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part | ||
4357 | 2025.06.18 18:38:45.966343 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4358 | 2025.06.18 18:38:45.966442 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
4359 | 2025.06.18 18:38:45.966555 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part | ||
4360 | 2025.06.18 18:38:45.966649 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
4361 | 2025.06.18 18:38:45.966675 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4362 | 2025.06.18 18:38:45.966739 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part | ||
4363 | 2025.06.18 18:38:45.966907 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4364 | 2025.06.18 18:38:45.967042 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. | ||
4365 | 2025.06.18 18:38:45.967082 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} <Debug> TCPHandler: Processed in 0.001336318 sec. | ||
4366 | 2025.06.18 18:38:45.970323 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 19 columns (19 merged, 0 gathered) in 0.004534322 sec., 105418.18600443461 rows/sec., 188.90 MiB/sec. | ||
4367 | 2025.06.18 18:38:45.971208 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4368 | 2025.06.18 18:38:45.971617 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4369 | 2025.06.18 18:38:45.971700 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4370 | 2025.06.18 18:38:45.971841 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
4371 | 2025.06.18 18:38:50.964153 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4372 | 2025.06.18 18:38:50.964346 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4373 | 2025.06.18 18:38:50.964414 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4374 | 2025.06.18 18:38:50.965187 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4375 | 2025.06.18 18:38:50.965235 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4376 | 2025.06.18 18:38:50.965645 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4377 | 2025.06.18 18:38:50.965886 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4378 | 2025.06.18 18:38:50.966082 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001781 sec., 119034.25042111173 rows/sec., 7.57 MiB/sec. | ||
4379 | 2025.06.18 18:38:50.966155 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} <Debug> TCPHandler: Processed in 0.00213149 sec. | ||
4380 | 2025.06.18 18:38:50.966288 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4381 | 2025.06.18 18:38:50.966395 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4382 | 2025.06.18 18:38:50.966441 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4383 | 2025.06.18 18:38:50.967204 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4384 | 2025.06.18 18:38:50.967244 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4385 | 2025.06.18 18:38:50.967602 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4386 | 2025.06.18 18:38:50.967830 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4387 | 2025.06.18 18:38:50.967975 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001607 sec., 412570.0062227754 rows/sec., 32.64 MiB/sec. | ||
4388 | 2025.06.18 18:38:50.968016 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} <Debug> TCPHandler: Processed in 0.001781384 sec. | ||
4389 | 2025.06.18 18:38:50.968189 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4390 | 2025.06.18 18:38:50.968302 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4391 | 2025.06.18 18:38:50.968346 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4392 | 2025.06.18 18:38:50.968829 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4393 | 2025.06.18 18:38:50.968867 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4394 | 2025.06.18 18:38:50.969195 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4395 | 2025.06.18 18:38:50.969411 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4396 | 2025.06.18 18:38:50.969552 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001274 sec., 101255.8869701727 rows/sec., 6.22 MiB/sec. | ||
4397 | 2025.06.18 18:38:50.969591 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} <Debug> TCPHandler: Processed in 0.00145319 sec. | ||
4398 | 2025.06.18 18:38:50.969716 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4399 | 2025.06.18 18:38:50.969815 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4400 | 2025.06.18 18:38:50.969857 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4401 | 2025.06.18 18:38:50.970313 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4402 | 2025.06.18 18:38:50.970355 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4403 | 2025.06.18 18:38:50.970666 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4404 | 2025.06.18 18:38:50.970882 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4405 | 2025.06.18 18:38:50.971018 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001223 sec., 92395.74816026166 rows/sec., 5.98 MiB/sec. | ||
4406 | 2025.06.18 18:38:50.971059 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} <Debug> TCPHandler: Processed in 0.001393339 sec. | ||
4407 | 2025.06.18 18:38:50.971178 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4408 | 2025.06.18 18:38:50.971276 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4409 | 2025.06.18 18:38:50.971317 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4410 | 2025.06.18 18:38:50.971748 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4411 | 2025.06.18 18:38:50.971785 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4412 | 2025.06.18 18:38:50.972082 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4413 | 2025.06.18 18:38:50.972301 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4414 | 2025.06.18 18:38:50.972443 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001187 sec., 94355.51811288965 rows/sec., 5.37 MiB/sec. | ||
4415 | 2025.06.18 18:38:50.972484 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} <Debug> TCPHandler: Processed in 0.001355818 sec. | ||
4416 | 2025.06.18 18:38:50.972601 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4417 | 2025.06.18 18:38:50.972698 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4418 | 2025.06.18 18:38:50.972739 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4419 | 2025.06.18 18:38:50.973290 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4420 | 2025.06.18 18:38:50.973328 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4421 | 2025.06.18 18:38:50.973664 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4422 | 2025.06.18 18:38:50.973870 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4423 | 2025.06.18 18:38:50.974002 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001324 sec., 305891.2386706948 rows/sec., 21.70 MiB/sec. | ||
4424 | 2025.06.18 18:38:50.974042 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} <Debug> TCPHandler: Processed in 0.001490391 sec. | ||
4425 | 2025.06.18 18:38:50.974166 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4426 | 2025.06.18 18:38:50.974261 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4427 | 2025.06.18 18:38:50.974303 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4428 | 2025.06.18 18:38:50.974649 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4429 | 2025.06.18 18:38:50.974684 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4430 | 2025.06.18 18:38:50.974980 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4431 | 2025.06.18 18:38:50.975187 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4432 | 2025.06.18 18:38:50.975314 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. | ||
4433 | 2025.06.18 18:38:50.975352 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} <Debug> TCPHandler: Processed in 0.001236307 sec. | ||
4434 | 2025.06.18 18:38:50.975462 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4435 | 2025.06.18 18:38:50.975556 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4436 | 2025.06.18 18:38:50.975598 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4437 | 2025.06.18 18:38:50.976001 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4438 | 2025.06.18 18:38:50.976037 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4439 | 2025.06.18 18:38:50.976381 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4440 | 2025.06.18 18:38:50.976597 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4441 | 2025.06.18 18:38:50.976730 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001191 sec., 198992.44332493702 rows/sec., 13.34 MiB/sec. | ||
4442 | 2025.06.18 18:38:50.976767 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} <Debug> TCPHandler: Processed in 0.001353718 sec. | ||
4443 | 2025.06.18 18:38:50.976877 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4444 | 2025.06.18 18:38:50.976970 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4445 | 2025.06.18 18:38:50.977012 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4446 | 2025.06.18 18:38:50.977327 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4447 | 2025.06.18 18:38:50.977363 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4448 | 2025.06.18 18:38:50.977665 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4449 | 2025.06.18 18:38:50.977873 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4450 | 2025.06.18 18:38:50.978001 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. | ||
4451 | 2025.06.18 18:38:50.978039 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} <Debug> TCPHandler: Processed in 0.001210867 sec. | ||
4452 | 2025.06.18 18:38:50.978144 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4453 | 2025.06.18 18:38:50.978238 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4454 | 2025.06.18 18:38:50.978294 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4455 | 2025.06.18 18:38:50.979120 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4456 | 2025.06.18 18:38:50.979158 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4457 | 2025.06.18 18:38:50.979682 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4458 | 2025.06.18 18:38:50.979905 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4459 | 2025.06.18 18:38:50.980046 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001826 sec., 12595.837897042717 rows/sec., 22.57 MiB/sec. | ||
4460 | 2025.06.18 18:38:50.980122 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} <Debug> TCPHandler: Processed in 0.002027268 sec. | ||
4461 | 2025.06.18 18:38:50.980252 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4462 | 2025.06.18 18:38:50.980349 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4463 | 2025.06.18 18:38:50.980392 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4464 | 2025.06.18 18:38:50.980736 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4465 | 2025.06.18 18:38:50.980772 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4466 | 2025.06.18 18:38:50.981082 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4467 | 2025.06.18 18:38:50.981290 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4468 | 2025.06.18 18:38:50.981430 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001099 sec., 74613.2848043676 rows/sec., 4.74 MiB/sec. | ||
4469 | 2025.06.18 18:38:50.981466 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} <Debug> TCPHandler: Processed in 0.001265168 sec. | ||
4470 | 2025.06.18 18:38:51.572584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4471 | 2025.06.18 18:38:51.573090 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4472 | 2025.06.18 18:38:51.573138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4473 | 2025.06.18 18:38:51.573615 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4474 | 2025.06.18 18:38:51.573845 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4475 | 2025.06.18 18:38:51.573987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4476 | 2025.06.18 18:38:52.210036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4477 | 2025.06.18 18:38:52.228368 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4478 | 2025.06.18 18:38:52.228428 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4479 | 2025.06.18 18:38:52.233978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4480 | 2025.06.18 18:38:52.234656 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4481 | 2025.06.18 18:38:52.237655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4482 | 2025.06.18 18:38:54.100346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 628 | ||
4483 | 2025.06.18 18:38:54.102718 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4484 | 2025.06.18 18:38:54.102775 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4485 | 2025.06.18 18:38:54.103975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4486 | 2025.06.18 18:38:54.104265 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4487 | 2025.06.18 18:38:54.104623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
4488 | 2025.06.18 18:38:55.957712 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4489 | 2025.06.18 18:38:55.957921 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4490 | 2025.06.18 18:38:55.957992 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4491 | 2025.06.18 18:38:55.958601 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4492 | 2025.06.18 18:38:55.958644 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4493 | 2025.06.18 18:38:55.959018 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4494 | 2025.06.18 18:38:55.959235 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4495 | 2025.06.18 18:38:55.959382 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001516 sec., 2638.5224274406332 rows/sec., 215.15 KiB/sec. | ||
4496 | 2025.06.18 18:38:55.959425 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} <Debug> TCPHandler: Processed in 0.001847746 sec. | ||
4497 | 2025.06.18 18:38:55.959546 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4498 | 2025.06.18 18:38:55.959640 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4499 | 2025.06.18 18:38:55.959679 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4500 | 2025.06.18 18:38:55.960103 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4501 | 2025.06.18 18:38:55.960139 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4502 | 2025.06.18 18:38:55.960439 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4503 | 2025.06.18 18:38:55.960648 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4504 | 2025.06.18 18:38:55.960775 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001154 sec., 79722.70363951473 rows/sec., 6.65 MiB/sec. | ||
4505 | 2025.06.18 18:38:55.960811 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} <Debug> TCPHandler: Processed in 0.001314388 sec. | ||
4506 | 2025.06.18 18:38:55.960927 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4507 | 2025.06.18 18:38:55.961020 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4508 | 2025.06.18 18:38:55.961060 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4509 | 2025.06.18 18:38:55.961450 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4510 | 2025.06.18 18:38:55.961486 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4511 | 2025.06.18 18:38:55.961775 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4512 | 2025.06.18 18:38:55.961982 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4513 | 2025.06.18 18:38:55.962107 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001105 sec., 19004.524886877825 rows/sec., 1.38 MiB/sec. | ||
4514 | 2025.06.18 18:38:55.962143 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} <Debug> TCPHandler: Processed in 0.001264388 sec. | ||
4515 | 2025.06.18 18:38:55.962250 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4516 | 2025.06.18 18:38:55.962342 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4517 | 2025.06.18 18:38:55.962380 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4518 | 2025.06.18 18:38:55.962789 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4519 | 2025.06.18 18:38:55.962825 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4520 | 2025.06.18 18:38:55.963119 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4521 | 2025.06.18 18:38:55.963331 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4522 | 2025.06.18 18:38:55.963456 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001131 sec., 75154.73032714412 rows/sec., 5.87 MiB/sec. | ||
4523 | 2025.06.18 18:38:55.963491 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} <Debug> TCPHandler: Processed in 0.001288668 sec. | ||
4524 | 2025.06.18 18:38:55.963604 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4525 | 2025.06.18 18:38:55.963696 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4526 | 2025.06.18 18:38:55.963738 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4527 | 2025.06.18 18:38:55.964139 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4528 | 2025.06.18 18:38:55.964175 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4529 | 2025.06.18 18:38:55.964495 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4530 | 2025.06.18 18:38:55.964696 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4531 | 2025.06.18 18:38:55.964822 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001144 sec., 141608.3916083916 rows/sec., 9.86 MiB/sec. | ||
4532 | 2025.06.18 18:38:55.964858 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} <Debug> TCPHandler: Processed in 0.001301578 sec. | ||
4533 | 2025.06.18 18:38:55.964966 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4534 | 2025.06.18 18:38:55.965058 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4535 | 2025.06.18 18:38:55.965112 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4536 | 2025.06.18 18:38:55.965869 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4537 | 2025.06.18 18:38:55.965906 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4538 | 2025.06.18 18:38:55.966408 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4539 | 2025.06.18 18:38:55.966626 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4540 | 2025.06.18 18:38:55.966759 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001719 sec., 9889.470622454915 rows/sec., 17.72 MiB/sec. | ||
4541 | 2025.06.18 18:38:55.966810 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} <Debug> TCPHandler: Processed in 0.001891506 sec. | ||
4542 | 2025.06.18 18:38:55.966922 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4543 | 2025.06.18 18:38:55.967015 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4544 | 2025.06.18 18:38:55.967055 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4545 | 2025.06.18 18:38:55.967388 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4546 | 2025.06.18 18:38:55.967424 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4547 | 2025.06.18 18:38:55.967718 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4548 | 2025.06.18 18:38:55.967925 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4549 | 2025.06.18 18:38:55.968053 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
4550 | 2025.06.18 18:38:55.968088 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} <Debug> TCPHandler: Processed in 0.001212717 sec. | ||
4551 | 2025.06.18 18:38:59.051686 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4552 | 2025.06.18 18:38:59.051753 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4553 | 2025.06.18 18:38:59.074244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
4554 | 2025.06.18 18:38:59.074790 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4555 | 2025.06.18 18:38:59.074844 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4556 | 2025.06.18 18:38:59.075384 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4557 | 2025.06.18 18:38:59.075634 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4558 | 2025.06.18 18:38:59.075766 [ 48 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4559 | 2025.06.18 18:38:59.075776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4560 | 2025.06.18 18:38:59.075812 [ 48 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4561 | 2025.06.18 18:38:59.075837 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4562 | 2025.06.18 18:38:59.075964 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4563 | 2025.06.18 18:38:59.076119 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4564 | 2025.06.18 18:38:59.076162 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4565 | 2025.06.18 18:38:59.076232 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4566 | 2025.06.18 18:38:59.076282 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4567 | 2025.06.18 18:38:59.076327 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4568 | 2025.06.18 18:38:59.076370 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4569 | 2025.06.18 18:38:59.076415 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
4570 | 2025.06.18 18:38:59.081599 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005692019 sec., 2100484.907025082 rows/sec., 30.05 MiB/sec. | ||
4571 | 2025.06.18 18:38:59.082056 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4572 | 2025.06.18 18:38:59.082356 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2025.06.18 18:38:59.082437 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4574 | 2025.06.18 18:38:59.082537 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
4575 | 2025.06.18 18:38:59.737867 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4576 | 2025.06.18 18:38:59.756372 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4577 | 2025.06.18 18:38:59.756435 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4578 | 2025.06.18 18:38:59.761944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4579 | 2025.06.18 18:38:59.762658 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4580 | 2025.06.18 18:38:59.762978 [ 46 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4581 | 2025.06.18 18:38:59.763055 [ 46 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4582 | 2025.06.18 18:38:59.763079 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4583 | 2025.06.18 18:38:59.763213 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4584 | 2025.06.18 18:38:59.765908 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4585 | 2025.06.18 18:38:59.767675 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4586 | 2025.06.18 18:38:59.769184 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4587 | 2025.06.18 18:38:59.773793 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4588 | 2025.06.18 18:38:59.778186 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4589 | 2025.06.18 18:38:59.782604 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4590 | 2025.06.18 18:38:59.787342 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4591 | 2025.06.18 18:38:59.791407 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
4592 | 2025.06.18 18:38:59.844928 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081775789 sec., 2396.7974188546195 rows/sec., 12.39 MiB/sec. | ||
4593 | 2025.06.18 18:38:59.847510 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4594 | 2025.06.18 18:38:59.849517 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4595 | 2025.06.18 18:38:59.849592 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4596 | 2025.06.18 18:38:59.851531 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4597 | 2025.06.18 18:39:00.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.31 MiB, peak 235.85 MiB, free memory in arenas 0.00 B, will set to 233.10 MiB (RSS), difference: 7.79 MiB | ||
4598 | 2025.06.18 18:39:00.964412 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2025.06.18 18:39:00.964603 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4600 | 2025.06.18 18:39:00.964668 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4601 | 2025.06.18 18:39:00.965398 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4602 | 2025.06.18 18:39:00.965437 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4603 | 2025.06.18 18:39:00.965836 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4604 | 2025.06.18 18:39:00.966058 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2025.06.18 18:39:00.966207 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001652 sec., 128329.29782082324 rows/sec., 8.16 MiB/sec. | ||
4606 | 2025.06.18 18:39:00.966254 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} <Debug> TCPHandler: Processed in 0.001971298 sec. | ||
4607 | 2025.06.18 18:39:00.966379 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4608 | 2025.06.18 18:39:00.966487 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4609 | 2025.06.18 18:39:00.966531 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4610 | 2025.06.18 18:39:00.967305 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2025.06.18 18:39:00.967339 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4612 | 2025.06.18 18:39:00.967715 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4613 | 2025.06.18 18:39:00.967927 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2025.06.18 18:39:00.968056 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001592 sec., 416457.28643216076 rows/sec., 32.95 MiB/sec. | ||
4615 | 2025.06.18 18:39:00.968093 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} <Debug> TCPHandler: Processed in 0.001767935 sec. | ||
4616 | 2025.06.18 18:39:00.968206 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2025.06.18 18:39:00.968301 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4618 | 2025.06.18 18:39:00.968342 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4619 | 2025.06.18 18:39:00.968789 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2025.06.18 18:39:00.968822 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4621 | 2025.06.18 18:39:00.969115 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4622 | 2025.06.18 18:39:00.969331 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2025.06.18 18:39:00.969427 [ 45 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4624 | 2025.06.18 18:39:00.969454 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001174 sec., 109880.74957410563 rows/sec., 6.75 MiB/sec. | ||
4625 | 2025.06.18 18:39:00.969460 [ 45 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4626 | 2025.06.18 18:39:00.969485 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4627 | 2025.06.18 18:39:00.969492 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} <Debug> TCPHandler: Processed in 0.001335348 sec. | ||
4628 | 2025.06.18 18:39:00.969606 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4629 | 2025.06.18 18:39:00.969617 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
4630 | 2025.06.18 18:39:00.969699 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4631 | 2025.06.18 18:39:00.969743 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4632 | 2025.06.18 18:39:00.969777 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4633 | 2025.06.18 18:39:00.969820 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 174 rows starting from the beginning of the part | ||
4634 | 2025.06.18 18:39:00.969896 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part | ||
4635 | 2025.06.18 18:39:00.969949 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part | ||
4636 | 2025.06.18 18:39:00.969997 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 129 rows starting from the beginning of the part | ||
4637 | 2025.06.18 18:39:00.970044 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part | ||
4638 | 2025.06.18 18:39:00.970090 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 129 rows starting from the beginning of the part | ||
4639 | 2025.06.18 18:39:00.970277 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4640 | 2025.06.18 18:39:00.970332 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4641 | 2025.06.18 18:39:00.970825 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4642 | 2025.06.18 18:39:00.970970 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416379 sec., 357955.0388702459 rows/sec., 24.37 MiB/sec. | ||
4643 | 2025.06.18 18:39:00.971058 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4644 | 2025.06.18 18:39:00.971143 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4645 | 2025.06.18 18:39:00.971195 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001515 sec., 74587.45874587458 rows/sec., 4.83 MiB/sec. | ||
4646 | 2025.06.18 18:39:00.971234 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} <Debug> TCPHandler: Processed in 0.001674913 sec. | ||
4647 | 2025.06.18 18:39:00.971360 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4648 | 2025.06.18 18:39:00.971437 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4649 | 2025.06.18 18:39:00.971455 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4650 | 2025.06.18 18:39:00.971496 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4651 | 2025.06.18 18:39:00.971517 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4652 | 2025.06.18 18:39:00.971601 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4653 | 2025.06.18 18:39:00.971961 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4654 | 2025.06.18 18:39:00.971996 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4655 | 2025.06.18 18:39:00.972297 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4656 | 2025.06.18 18:39:00.972599 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4657 | 2025.06.18 18:39:00.972749 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001327 sec., 84400.90429540316 rows/sec., 4.81 MiB/sec. | ||
4658 | 2025.06.18 18:39:00.972794 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} <Debug> TCPHandler: Processed in 0.001501731 sec. | ||
4659 | 2025.06.18 18:39:00.972924 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4660 | 2025.06.18 18:39:00.973029 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4661 | 2025.06.18 18:39:00.973074 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4662 | 2025.06.18 18:39:00.973793 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4663 | 2025.06.18 18:39:00.973830 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4664 | 2025.06.18 18:39:00.974166 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4665 | 2025.06.18 18:39:00.974387 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4666 | 2025.06.18 18:39:00.974514 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001472 sec., 275135.8695652174 rows/sec., 19.52 MiB/sec. | ||
4667 | 2025.06.18 18:39:00.974553 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} <Debug> TCPHandler: Processed in 0.001662503 sec. | ||
4668 | 2025.06.18 18:39:00.974681 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4669 | 2025.06.18 18:39:00.974778 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4670 | 2025.06.18 18:39:00.974819 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4671 | 2025.06.18 18:39:00.975160 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4672 | 2025.06.18 18:39:00.975196 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4673 | 2025.06.18 18:39:00.975508 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4674 | 2025.06.18 18:39:00.975726 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4675 | 2025.06.18 18:39:00.975849 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. | ||
4676 | 2025.06.18 18:39:00.975885 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} <Debug> TCPHandler: Processed in 0.001253618 sec. | ||
4677 | 2025.06.18 18:39:00.975995 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4678 | 2025.06.18 18:39:00.976089 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4679 | 2025.06.18 18:39:00.976131 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4680 | 2025.06.18 18:39:00.976569 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2025.06.18 18:39:00.976606 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4682 | 2025.06.18 18:39:00.976956 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4683 | 2025.06.18 18:39:00.977175 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2025.06.18 18:39:00.977320 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001249 sec., 189751.80144115293 rows/sec., 12.72 MiB/sec. | ||
4685 | 2025.06.18 18:39:00.977357 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} <Debug> TCPHandler: Processed in 0.00141106 sec. | ||
4686 | 2025.06.18 18:39:00.977470 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2025.06.18 18:39:00.977564 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4688 | 2025.06.18 18:39:00.977605 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4689 | 2025.06.18 18:39:00.977933 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4690 | 2025.06.18 18:39:00.977969 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4691 | 2025.06.18 18:39:00.978269 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4692 | 2025.06.18 18:39:00.978484 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4693 | 2025.06.18 18:39:00.978612 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. | ||
4694 | 2025.06.18 18:39:00.978648 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} <Debug> TCPHandler: Processed in 0.001226177 sec. | ||
4695 | 2025.06.18 18:39:00.978765 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4696 | 2025.06.18 18:39:00.978857 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4697 | 2025.06.18 18:39:00.978913 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4698 | 2025.06.18 18:39:00.979739 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4699 | 2025.06.18 18:39:00.979775 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4700 | 2025.06.18 18:39:00.980324 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4701 | 2025.06.18 18:39:00.980563 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4702 | 2025.06.18 18:39:00.980700 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00186 sec., 12365.591397849461 rows/sec., 22.16 MiB/sec. | ||
4703 | 2025.06.18 18:39:00.980752 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} <Debug> TCPHandler: Processed in 0.002035848 sec. | ||
4704 | 2025.06.18 18:39:00.980869 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4705 | 2025.06.18 18:39:00.980964 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4706 | 2025.06.18 18:39:00.981005 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4707 | 2025.06.18 18:39:00.981364 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4708 | 2025.06.18 18:39:00.981402 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4709 | 2025.06.18 18:39:00.981718 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4710 | 2025.06.18 18:39:00.981938 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4711 | 2025.06.18 18:39:00.982077 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001132 sec., 72438.16254416961 rows/sec., 4.60 MiB/sec. | ||
4712 | 2025.06.18 18:39:00.982114 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} <Debug> TCPHandler: Processed in 0.001294837 sec. | ||
4713 | 2025.06.18 18:39:04.104941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 664 | ||
4714 | 2025.06.18 18:39:04.107272 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4715 | 2025.06.18 18:39:04.107322 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4716 | 2025.06.18 18:39:04.108555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4717 | 2025.06.18 18:39:04.108820 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4718 | 2025.06.18 18:39:04.109094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 664 | ||
4719 | 2025.06.18 18:39:05.958199 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4720 | 2025.06.18 18:39:05.958402 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4721 | 2025.06.18 18:39:05.958478 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4722 | 2025.06.18 18:39:05.959266 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2025.06.18 18:39:05.959315 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4724 | 2025.06.18 18:39:05.959713 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4725 | 2025.06.18 18:39:05.959950 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2025.06.18 18:39:05.960102 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001756 sec., 51252.84738041002 rows/sec., 4.29 MiB/sec. | ||
4727 | 2025.06.18 18:39:05.960099 [ 39 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4728 | 2025.06.18 18:39:05.960151 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} <Debug> TCPHandler: Processed in 0.002081808 sec. | ||
4729 | 2025.06.18 18:39:05.960187 [ 39 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4730 | 2025.06.18 18:39:05.960217 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4731 | 2025.06.18 18:39:05.960291 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4732 | 2025.06.18 18:39:05.960349 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
4733 | 2025.06.18 18:39:05.960399 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4734 | 2025.06.18 18:39:05.960447 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4735 | 2025.06.18 18:39:05.960489 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4736 | 2025.06.18 18:39:05.960526 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 825 rows starting from the beginning of the part | ||
4737 | 2025.06.18 18:39:05.960588 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part | ||
4738 | 2025.06.18 18:39:05.960631 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 663 rows starting from the beginning of the part | ||
4739 | 2025.06.18 18:39:05.960670 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
4740 | 2025.06.18 18:39:05.960723 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 663 rows starting from the beginning of the part | ||
4741 | 2025.06.18 18:39:05.960761 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part | ||
4742 | 2025.06.18 18:39:05.960876 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4743 | 2025.06.18 18:39:05.960919 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4744 | 2025.06.18 18:39:05.961325 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4745 | 2025.06.18 18:39:05.961580 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4746 | 2025.06.18 18:39:05.961716 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001341 sec., 12677.106636838182 rows/sec., 953.26 KiB/sec. | ||
4747 | 2025.06.18 18:39:05.961755 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} <Debug> TCPHandler: Processed in 0.00151625 sec. | ||
4748 | 2025.06.18 18:39:05.961871 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4749 | 2025.06.18 18:39:05.961969 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4750 | 2025.06.18 18:39:05.961974 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684813 sec., 1438141.7997130838 rows/sec., 121.26 MiB/sec. | ||
4751 | 2025.06.18 18:39:05.962010 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4752 | 2025.06.18 18:39:05.962181 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4753 | 2025.06.18 18:39:05.962440 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4754 | 2025.06.18 18:39:05.962470 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4755 | 2025.06.18 18:39:05.962540 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4756 | 2025.06.18 18:39:05.962546 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4757 | 2025.06.18 18:39:05.962620 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
4758 | 2025.06.18 18:39:05.962908 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4759 | 2025.06.18 18:39:05.963132 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4760 | 2025.06.18 18:39:05.963245 [ 39 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4761 | 2025.06.18 18:39:05.963266 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001317 sec., 61503.416856492026 rows/sec., 4.80 MiB/sec. | ||
4762 | 2025.06.18 18:39:05.963286 [ 39 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4763 | 2025.06.18 18:39:05.963309 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} <Debug> TCPHandler: Processed in 0.001488961 sec. | ||
4764 | 2025.06.18 18:39:05.963311 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4765 | 2025.06.18 18:39:05.963395 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
4766 | 2025.06.18 18:39:05.963434 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4767 | 2025.06.18 18:39:05.963484 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4768 | 2025.06.18 18:39:05.963512 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 492 rows starting from the beginning of the part | ||
4769 | 2025.06.18 18:39:05.963535 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4770 | 2025.06.18 18:39:05.963554 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 81 rows starting from the beginning of the part | ||
4771 | 2025.06.18 18:39:05.963584 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4772 | 2025.06.18 18:39:05.963592 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 405 rows starting from the beginning of the part | ||
4773 | 2025.06.18 18:39:05.963658 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 85 rows starting from the beginning of the part | ||
4774 | 2025.06.18 18:39:05.963702 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 405 rows starting from the beginning of the part | ||
4775 | 2025.06.18 18:39:05.963757 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 81 rows starting from the beginning of the part | ||
4776 | 2025.06.18 18:39:05.964055 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2025.06.18 18:39:05.964097 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4778 | 2025.06.18 18:39:05.964473 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4779 | 2025.06.18 18:39:05.964641 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272307 sec., 1217473.4556989782 rows/sec., 93.23 MiB/sec. | ||
4780 | 2025.06.18 18:39:05.964718 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4781 | 2025.06.18 18:39:05.964832 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4782 | 2025.06.18 18:39:05.964836 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4783 | 2025.06.18 18:39:05.964859 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. | ||
4784 | 2025.06.18 18:39:05.964865 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2025.06.18 18:39:05.964904 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4786 | 2025.06.18 18:39:05.964907 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} <Debug> TCPHandler: Processed in 0.001523461 sec. | ||
4787 | 2025.06.18 18:39:05.964988 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
4788 | 2025.06.18 18:39:05.965033 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4789 | 2025.06.18 18:39:05.965080 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4790 | 2025.06.18 18:39:05.965114 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5492 rows starting from the beginning of the part | ||
4791 | 2025.06.18 18:39:05.965131 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4792 | 2025.06.18 18:39:05.965182 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4793 | 2025.06.18 18:39:05.965188 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
4794 | 2025.06.18 18:39:05.965188 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4795 | 2025.06.18 18:39:05.965255 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
4796 | 2025.06.18 18:39:05.965277 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4797 | 2025.06.18 18:39:05.965303 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part | ||
4798 | 2025.06.18 18:39:05.965348 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
4799 | 2025.06.18 18:39:05.965389 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
4800 | 2025.06.18 18:39:05.965393 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
4801 | 2025.06.18 18:39:05.966056 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4802 | 2025.06.18 18:39:05.966096 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4803 | 2025.06.18 18:39:05.966667 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4804 | 2025.06.18 18:39:05.966914 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2025.06.18 18:39:05.967061 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001948 sec., 8726.899383983573 rows/sec., 15.64 MiB/sec. | ||
4806 | 2025.06.18 18:39:05.967136 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} <Debug> TCPHandler: Processed in 0.00215224 sec. | ||
4807 | 2025.06.18 18:39:05.967255 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4808 | 2025.06.18 18:39:05.967353 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4809 | 2025.06.18 18:39:05.967394 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4810 | 2025.06.18 18:39:05.967745 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4811 | 2025.06.18 18:39:05.967783 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4812 | 2025.06.18 18:39:05.968187 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4813 | 2025.06.18 18:39:05.968288 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6448 rows, containing 5 columns (5 merged, 0 gathered) in 0.003339537 sec., 1930806.5758816267 rows/sec., 135.08 MiB/sec. | ||
4814 | 2025.06.18 18:39:05.968438 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2025.06.18 18:39:05.968555 [ 39 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4816 | 2025.06.18 18:39:05.968581 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. | ||
4817 | 2025.06.18 18:39:05.968588 [ 39 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4818 | 2025.06.18 18:39:05.968635 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4819 | 2025.06.18 18:39:05.968648 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} <Debug> TCPHandler: Processed in 0.001442359 sec. | ||
4820 | 2025.06.18 18:39:05.968701 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4821 | 2025.06.18 18:39:05.968812 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4822 | 2025.06.18 18:39:05.968837 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1892 rows starting from the beginning of the part | ||
4823 | 2025.06.18 18:39:05.968845 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4824 | 2025.06.18 18:39:05.968882 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
4825 | 2025.06.18 18:39:05.968923 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
4826 | 2025.06.18 18:39:05.968955 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4827 | 2025.06.18 18:39:05.968988 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
4828 | 2025.06.18 18:39:05.969022 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
4829 | 2025.06.18 18:39:05.969143 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4830 | 2025.06.18 18:39:05.969228 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4831 | 2025.06.18 18:39:05.969321 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
4832 | 2025.06.18 18:39:05.969973 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2236 rows, containing 4 columns (4 merged, 0 gathered) in 0.001296658 sec., 1724433.1196043983 rows/sec., 115.23 MiB/sec. | ||
4833 | 2025.06.18 18:39:05.970264 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4834 | 2025.06.18 18:39:05.970517 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4835 | 2025.06.18 18:39:05.970586 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4836 | 2025.06.18 18:39:05.970667 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
4837 | 2025.06.18 18:39:06.575889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
4838 | 2025.06.18 18:39:06.576355 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4839 | 2025.06.18 18:39:06.576396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4840 | 2025.06.18 18:39:06.576882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4841 | 2025.06.18 18:39:06.577104 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4842 | 2025.06.18 18:39:06.577227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
4843 | 2025.06.18 18:39:07.266016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
4844 | 2025.06.18 18:39:07.281348 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4845 | 2025.06.18 18:39:07.281399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4846 | 2025.06.18 18:39:07.287351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4847 | 2025.06.18 18:39:07.288054 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4848 | 2025.06.18 18:39:07.290631 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
4849 | 2025.06.18 18:39:10.958819 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4850 | 2025.06.18 18:39:10.959024 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4851 | 2025.06.18 18:39:10.959096 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4852 | 2025.06.18 18:39:10.959753 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4853 | 2025.06.18 18:39:10.959795 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4854 | 2025.06.18 18:39:10.960193 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4855 | 2025.06.18 18:39:10.960424 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4856 | 2025.06.18 18:39:10.960585 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001615 sec., 4953.560371517028 rows/sec., 403.93 KiB/sec. | ||
4857 | 2025.06.18 18:39:10.960635 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} <Debug> TCPHandler: Processed in 0.001953747 sec. | ||
4858 | 2025.06.18 18:39:10.960752 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4859 | 2025.06.18 18:39:10.960847 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4860 | 2025.06.18 18:39:10.960891 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4861 | 2025.06.18 18:39:10.961322 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4862 | 2025.06.18 18:39:10.961360 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4863 | 2025.06.18 18:39:10.961670 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4864 | 2025.06.18 18:39:10.961890 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4865 | 2025.06.18 18:39:10.962021 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Debug> executeQuery: Read 106 rows, 9.01 KiB in 0.001193 sec., 88851.63453478625 rows/sec., 7.38 MiB/sec. | ||
4866 | 2025.06.18 18:39:10.962059 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} <Debug> TCPHandler: Processed in 0.001356968 sec. | ||
4867 | 2025.06.18 18:39:10.962173 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4868 | 2025.06.18 18:39:10.962266 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4869 | 2025.06.18 18:39:10.962307 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4870 | 2025.06.18 18:39:10.962739 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4871 | 2025.06.18 18:39:10.962778 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4872 | 2025.06.18 18:39:10.963116 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4873 | 2025.06.18 18:39:10.963328 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4874 | 2025.06.18 18:39:10.963460 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Debug> executeQuery: Read 31 rows, 2.29 KiB in 0.001211 sec., 25598.67877786953 rows/sec., 1.85 MiB/sec. | ||
4875 | 2025.06.18 18:39:10.963498 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} <Debug> TCPHandler: Processed in 0.001374189 sec. | ||
4876 | 2025.06.18 18:39:10.963607 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4877 | 2025.06.18 18:39:10.963705 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4878 | 2025.06.18 18:39:10.963746 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4879 | 2025.06.18 18:39:10.964186 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4880 | 2025.06.18 18:39:10.964223 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4881 | 2025.06.18 18:39:10.964555 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4882 | 2025.06.18 18:39:10.964778 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4883 | 2025.06.18 18:39:10.964907 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001222 sec., 77741.40752864158 rows/sec., 6.08 MiB/sec. | ||
4884 | 2025.06.18 18:39:10.964944 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} <Debug> TCPHandler: Processed in 0.001386269 sec. | ||
4885 | 2025.06.18 18:39:10.965058 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4886 | 2025.06.18 18:39:10.965152 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4887 | 2025.06.18 18:39:10.965197 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4888 | 2025.06.18 18:39:10.965601 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4889 | 2025.06.18 18:39:10.965639 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4890 | 2025.06.18 18:39:10.965982 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4891 | 2025.06.18 18:39:10.966196 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4892 | 2025.06.18 18:39:10.966325 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001192 sec., 137583.8926174497 rows/sec., 9.58 MiB/sec. | ||
4893 | 2025.06.18 18:39:10.966363 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} <Debug> TCPHandler: Processed in 0.001354729 sec. | ||
4894 | 2025.06.18 18:39:10.966472 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4895 | 2025.06.18 18:39:10.966567 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4896 | 2025.06.18 18:39:10.966624 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4897 | 2025.06.18 18:39:10.967414 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4898 | 2025.06.18 18:39:10.967451 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4899 | 2025.06.18 18:39:10.968002 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4900 | 2025.06.18 18:39:10.968223 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4901 | 2025.06.18 18:39:10.968364 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001815 sec., 12672.176308539945 rows/sec., 22.71 MiB/sec. | ||
4902 | 2025.06.18 18:39:10.968357 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4903 | 2025.06.18 18:39:10.968424 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} <Debug> TCPHandler: Processed in 0.002000997 sec. | ||
4904 | 2025.06.18 18:39:10.968442 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4905 | 2025.06.18 18:39:10.968472 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4906 | 2025.06.18 18:39:10.968546 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4907 | 2025.06.18 18:39:10.968571 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
4908 | 2025.06.18 18:39:10.968646 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4909 | 2025.06.18 18:39:10.968689 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4910 | 2025.06.18 18:39:10.968794 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4911 | 2025.06.18 18:39:10.968851 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 478 rows starting from the beginning of the part | ||
4912 | 2025.06.18 18:39:10.968977 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
4913 | 2025.06.18 18:39:10.969023 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4914 | 2025.06.18 18:39:10.969060 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4915 | 2025.06.18 18:39:10.969080 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part | ||
4916 | 2025.06.18 18:39:10.969177 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
4917 | 2025.06.18 18:39:10.969270 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part | ||
4918 | 2025.06.18 18:39:10.969364 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
4919 | 2025.06.18 18:39:10.969392 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4920 | 2025.06.18 18:39:10.969619 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4921 | 2025.06.18 18:39:10.969753 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. | ||
4922 | 2025.06.18 18:39:10.969790 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} <Debug> TCPHandler: Processed in 0.001294088 sec. | ||
4923 | 2025.06.18 18:39:10.990447 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 19 columns (19 merged, 0 gathered) in 0.021914262 sec., 26512.414609262225 rows/sec., 47.51 MiB/sec. | ||
4924 | 2025.06.18 18:39:10.991398 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4925 | 2025.06.18 18:39:10.991776 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4926 | 2025.06.18 18:39:10.991853 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4927 | 2025.06.18 18:39:10.991979 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
4928 | 2025.06.18 18:39:11.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.40 MiB, peak 243.71 MiB, free memory in arenas 0.00 B, will set to 238.93 MiB (RSS), difference: 2.53 MiB | ||
4929 | 2025.06.18 18:39:14.051805 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4930 | 2025.06.18 18:39:14.051865 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4931 | 2025.06.18 18:39:14.077369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
4932 | 2025.06.18 18:39:14.077856 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4933 | 2025.06.18 18:39:14.077894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4934 | 2025.06.18 18:39:14.078403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4935 | 2025.06.18 18:39:14.078629 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4936 | 2025.06.18 18:39:14.078752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
4937 | 2025.06.18 18:39:14.109337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 690 | ||
4938 | 2025.06.18 18:39:14.111466 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4939 | 2025.06.18 18:39:14.111517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4940 | 2025.06.18 18:39:14.112741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4941 | 2025.06.18 18:39:14.113009 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4942 | 2025.06.18 18:39:14.113364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
4943 | 2025.06.18 18:39:14.790773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
4944 | 2025.06.18 18:39:14.807076 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4945 | 2025.06.18 18:39:14.807146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4946 | 2025.06.18 18:39:14.813341 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4947 | 2025.06.18 18:39:14.814067 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4948 | 2025.06.18 18:39:14.816891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
4949 | 2025.06.18 18:39:15.957713 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4950 | 2025.06.18 18:39:15.957922 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4951 | 2025.06.18 18:39:15.957994 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4952 | 2025.06.18 18:39:15.958766 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2025.06.18 18:39:15.958804 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4954 | 2025.06.18 18:39:15.959187 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4955 | 2025.06.18 18:39:15.959401 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4956 | 2025.06.18 18:39:15.959548 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001679 sec., 53603.33531864205 rows/sec., 4.48 MiB/sec. | ||
4957 | 2025.06.18 18:39:15.959588 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} <Debug> TCPHandler: Processed in 0.002017458 sec. | ||
4958 | 2025.06.18 18:39:15.959738 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4959 | 2025.06.18 18:39:15.959841 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4960 | 2025.06.18 18:39:15.959880 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4961 | 2025.06.18 18:39:15.960302 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4962 | 2025.06.18 18:39:15.960336 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4963 | 2025.06.18 18:39:15.960632 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4964 | 2025.06.18 18:39:15.960839 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4965 | 2025.06.18 18:39:15.960963 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001142 sec., 14886.1646234676 rows/sec., 1.09 MiB/sec. | ||
4966 | 2025.06.18 18:39:15.960999 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} <Debug> TCPHandler: Processed in 0.001310268 sec. | ||
4967 | 2025.06.18 18:39:15.961114 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4968 | 2025.06.18 18:39:15.961217 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4969 | 2025.06.18 18:39:15.961260 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4970 | 2025.06.18 18:39:15.961683 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4971 | 2025.06.18 18:39:15.961717 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4972 | 2025.06.18 18:39:15.962014 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4973 | 2025.06.18 18:39:15.962229 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2025.06.18 18:39:15.962358 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001165 sec., 69527.89699570816 rows/sec., 5.43 MiB/sec. | ||
4975 | 2025.06.18 18:39:15.962393 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} <Debug> TCPHandler: Processed in 0.001326229 sec. | ||
4976 | 2025.06.18 18:39:15.962514 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4977 | 2025.06.18 18:39:15.962620 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4978 | 2025.06.18 18:39:15.962668 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4979 | 2025.06.18 18:39:15.963095 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4980 | 2025.06.18 18:39:15.963128 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4981 | 2025.06.18 18:39:15.963443 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4982 | 2025.06.18 18:39:15.963651 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4983 | 2025.06.18 18:39:15.963778 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
4984 | 2025.06.18 18:39:15.963813 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} <Debug> TCPHandler: Processed in 0.001349338 sec. | ||
4985 | 2025.06.18 18:39:15.963923 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4986 | 2025.06.18 18:39:15.964022 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4987 | 2025.06.18 18:39:15.964075 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4988 | 2025.06.18 18:39:15.964843 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4989 | 2025.06.18 18:39:15.964877 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4990 | 2025.06.18 18:39:15.965382 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4991 | 2025.06.18 18:39:15.965594 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4992 | 2025.06.18 18:39:15.965731 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001726 sec., 9849.362688296638 rows/sec., 17.65 MiB/sec. | ||
4993 | 2025.06.18 18:39:15.965789 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} <Debug> TCPHandler: Processed in 0.001914036 sec. | ||
4994 | 2025.06.18 18:39:15.965906 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4995 | 2025.06.18 18:39:15.966008 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4996 | 2025.06.18 18:39:15.966049 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4997 | 2025.06.18 18:39:15.966379 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4998 | 2025.06.18 18:39:15.966414 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
4999 | 2025.06.18 18:39:15.966713 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5000 | 2025.06.18 18:39:15.966914 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5001 | 2025.06.18 18:39:15.967044 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. | ||
5002 | 2025.06.18 18:39:15.967077 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} <Debug> TCPHandler: Processed in 0.001223887 sec. | ||
5003 | 2025.06.18 18:39:20.959395 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5004 | 2025.06.18 18:39:20.959605 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5005 | 2025.06.18 18:39:20.959679 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5006 | 2025.06.18 18:39:20.960392 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5007 | 2025.06.18 18:39:20.960437 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5008 | 2025.06.18 18:39:20.960838 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5009 | 2025.06.18 18:39:20.961066 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5010 | 2025.06.18 18:39:20.961224 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001673 sec., 60968.32038254632 rows/sec., 5.09 MiB/sec. | ||
5011 | 2025.06.18 18:39:20.961273 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} <Debug> TCPHandler: Processed in 0.002016728 sec. | ||
5012 | 2025.06.18 18:39:20.961396 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5013 | 2025.06.18 18:39:20.961501 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5014 | 2025.06.18 18:39:20.961568 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5015 | 2025.06.18 18:39:20.961989 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5016 | 2025.06.18 18:39:20.962023 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5017 | 2025.06.18 18:39:20.962327 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5018 | 2025.06.18 18:39:20.962529 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5019 | 2025.06.18 18:39:20.962660 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001184 sec., 19425.675675675677 rows/sec., 1.43 MiB/sec. | ||
5020 | 2025.06.18 18:39:20.962696 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} <Debug> TCPHandler: Processed in 0.001351479 sec. | ||
5021 | 2025.06.18 18:39:20.962816 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5022 | 2025.06.18 18:39:20.962914 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5023 | 2025.06.18 18:39:20.962954 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5024 | 2025.06.18 18:39:20.963386 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5025 | 2025.06.18 18:39:20.963421 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5026 | 2025.06.18 18:39:20.963726 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5027 | 2025.06.18 18:39:20.963938 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5028 | 2025.06.18 18:39:20.964065 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001171 sec., 74295.47395388556 rows/sec., 5.80 MiB/sec. | ||
5029 | 2025.06.18 18:39:20.964103 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} <Debug> TCPHandler: Processed in 0.001336598 sec. | ||
5030 | 2025.06.18 18:39:20.964212 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5031 | 2025.06.18 18:39:20.964307 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5032 | 2025.06.18 18:39:20.964351 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5033 | 2025.06.18 18:39:20.964758 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5034 | 2025.06.18 18:39:20.964792 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5035 | 2025.06.18 18:39:20.965129 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5036 | 2025.06.18 18:39:20.965334 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5037 | 2025.06.18 18:39:20.965463 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
5038 | 2025.06.18 18:39:20.965500 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} <Debug> TCPHandler: Processed in 0.001337258 sec. | ||
5039 | 2025.06.18 18:39:20.965605 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5040 | 2025.06.18 18:39:20.965699 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5041 | 2025.06.18 18:39:20.965755 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5042 | 2025.06.18 18:39:20.966564 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5043 | 2025.06.18 18:39:20.966599 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5044 | 2025.06.18 18:39:20.967110 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5045 | 2025.06.18 18:39:20.967331 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5046 | 2025.06.18 18:39:20.967465 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001785 sec., 12885.154061624651 rows/sec., 23.09 MiB/sec. | ||
5047 | 2025.06.18 18:39:20.967528 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} <Debug> TCPHandler: Processed in 0.001971817 sec. | ||
5048 | 2025.06.18 18:39:20.967639 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5049 | 2025.06.18 18:39:20.967735 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5050 | 2025.06.18 18:39:20.967776 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5051 | 2025.06.18 18:39:20.968110 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5052 | 2025.06.18 18:39:20.968145 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5053 | 2025.06.18 18:39:20.968448 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5054 | 2025.06.18 18:39:20.968653 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5055 | 2025.06.18 18:39:20.968778 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. | ||
5056 | 2025.06.18 18:39:20.968812 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} <Debug> TCPHandler: Processed in 0.001222617 sec. | ||
5057 | 2025.06.18 18:39:21.473634 [ 76 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5058 | 2025.06.18 18:39:21.473734 [ 76 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5059 | 2025.06.18 18:39:21.473772 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5060 | 2025.06.18 18:39:21.473882 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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 | ||
5061 | 2025.06.18 18:39:21.473993 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5062 | 2025.06.18 18:39:21.474021 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part | ||
5063 | 2025.06.18 18:39:21.474078 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5064 | 2025.06.18 18:39:21.474123 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5065 | 2025.06.18 18:39:21.474166 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5066 | 2025.06.18 18:39:21.474202 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
5067 | 2025.06.18 18:39:21.474880 [ 198 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029494 sec., 31083.2311795892 rows/sec., 2.59 MiB/sec. | ||
5068 | 2025.06.18 18:39:21.475082 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5069 | 2025.06.18 18:39:21.475440 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2025.06.18 18:39:21.475526 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5071 | 2025.06.18 18:39:21.475635 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5072 | 2025.06.18 18:39:21.578923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
5073 | 2025.06.18 18:39:21.579355 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5074 | 2025.06.18 18:39:21.579395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5075 | 2025.06.18 18:39:21.579840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5076 | 2025.06.18 18:39:21.580084 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5077 | 2025.06.18 18:39:21.580213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
5078 | 2025.06.18 18:39:22.317059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5079 | 2025.06.18 18:39:22.334742 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2025.06.18 18:39:22.334796 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5081 | 2025.06.18 18:39:22.340904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5082 | 2025.06.18 18:39:22.341612 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5083 | 2025.06.18 18:39:22.344743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5084 | 2025.06.18 18:39:24.113652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 714 | ||
5085 | 2025.06.18 18:39:24.115744 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5086 | 2025.06.18 18:39:24.115988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5087 | 2025.06.18 18:39:24.117214 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5088 | 2025.06.18 18:39:24.117469 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5089 | 2025.06.18 18:39:24.117622 [ 150 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5090 | 2025.06.18 18:39:24.117686 [ 150 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5091 | 2025.06.18 18:39:24.117705 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
5092 | 2025.06.18 18:39:24.117717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714 | ||
5093 | 2025.06.18 18:39:24.117833 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
5094 | 2025.06.18 18:39:24.118739 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5095 | 2025.06.18 18:39:24.118990 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 562 rows starting from the beginning of the part | ||
5096 | 2025.06.18 18:39:24.119425 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
5097 | 2025.06.18 18:39:24.119812 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
5098 | 2025.06.18 18:39:24.120183 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
5099 | 2025.06.18 18:39:24.120544 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
5100 | 2025.06.18 18:39:24.120922 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
5101 | 2025.06.18 18:39:24.127266 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 72 columns (72 merged, 0 gathered) in 0.009489931 sec., 75237.63871412764 rows/sec., 63.88 MiB/sec. | ||
5102 | 2025.06.18 18:39:24.128110 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5103 | 2025.06.18 18:39:24.128616 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5104 | 2025.06.18 18:39:24.128686 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5105 | 2025.06.18 18:39:24.128858 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
5106 | 2025.06.18 18:39:25.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.42 MiB, peak 244.57 MiB, free memory in arenas 0.00 B, will set to 240.46 MiB (RSS), difference: 1.04 MiB | ||
5107 | 2025.06.18 18:39:25.959878 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5108 | 2025.06.18 18:39:25.960070 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5109 | 2025.06.18 18:39:25.960139 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5110 | 2025.06.18 18:39:25.960773 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5111 | 2025.06.18 18:39:25.960825 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5112 | 2025.06.18 18:39:25.961200 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5113 | 2025.06.18 18:39:25.961436 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5114 | 2025.06.18 18:39:25.961597 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. | ||
5115 | 2025.06.18 18:39:25.961647 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} <Debug> TCPHandler: Processed in 0.001909976 sec. | ||
5116 | 2025.06.18 18:39:25.961771 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5117 | 2025.06.18 18:39:25.961883 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5118 | 2025.06.18 18:39:25.961926 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5119 | 2025.06.18 18:39:25.962381 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5120 | 2025.06.18 18:39:25.962418 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5121 | 2025.06.18 18:39:25.962736 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5122 | 2025.06.18 18:39:25.962946 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5123 | 2025.06.18 18:39:25.963075 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001216 sec., 74835.52631578947 rows/sec., 6.25 MiB/sec. | ||
5124 | 2025.06.18 18:39:25.963113 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} <Debug> TCPHandler: Processed in 0.001393059 sec. | ||
5125 | 2025.06.18 18:39:25.963227 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5126 | 2025.06.18 18:39:25.963330 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5127 | 2025.06.18 18:39:25.963369 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5128 | 2025.06.18 18:39:25.963769 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5129 | 2025.06.18 18:39:25.963806 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5130 | 2025.06.18 18:39:25.964097 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5131 | 2025.06.18 18:39:25.964308 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5132 | 2025.06.18 18:39:25.964441 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001132 sec., 16784.45229681979 rows/sec., 1.22 MiB/sec. | ||
5133 | 2025.06.18 18:39:25.964446 [ 148 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5134 | 2025.06.18 18:39:25.964478 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} <Debug> TCPHandler: Processed in 0.001298998 sec. | ||
5135 | 2025.06.18 18:39:25.964517 [ 148 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5136 | 2025.06.18 18:39:25.964542 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5137 | 2025.06.18 18:39:25.964606 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5138 | 2025.06.18 18:39:25.964663 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
5139 | 2025.06.18 18:39:25.964705 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5140 | 2025.06.18 18:39:25.964758 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5141 | 2025.06.18 18:39:25.964823 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5142 | 2025.06.18 18:39:25.964867 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 174 rows starting from the beginning of the part | ||
5143 | 2025.06.18 18:39:25.964941 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part | ||
5144 | 2025.06.18 18:39:25.964993 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part | ||
5145 | 2025.06.18 18:39:25.965042 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part | ||
5146 | 2025.06.18 18:39:25.965080 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
5147 | 2025.06.18 18:39:25.965121 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part | ||
5148 | 2025.06.18 18:39:25.965195 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5149 | 2025.06.18 18:39:25.965238 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5150 | 2025.06.18 18:39:25.965665 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5151 | 2025.06.18 18:39:25.965909 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2025.06.18 18:39:25.965954 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001350778 sec., 208028.26223109942 rows/sec., 14.87 MiB/sec. | ||
5153 | 2025.06.18 18:39:25.966041 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.79 MiB/sec. | ||
5154 | 2025.06.18 18:39:25.966083 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} <Debug> TCPHandler: Processed in 0.001525881 sec. | ||
5155 | 2025.06.18 18:39:25.966155 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5156 | 2025.06.18 18:39:25.966196 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5157 | 2025.06.18 18:39:25.966302 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5158 | 2025.06.18 18:39:25.966348 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5159 | 2025.06.18 18:39:25.966486 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5160 | 2025.06.18 18:39:25.966571 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5161 | 2025.06.18 18:39:25.966671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5162 | 2025.06.18 18:39:25.966784 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5163 | 2025.06.18 18:39:25.966825 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5164 | 2025.06.18 18:39:25.967172 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5165 | 2025.06.18 18:39:25.967386 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2025.06.18 18:39:25.967517 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001233 sec., 130575.83130575831 rows/sec., 9.09 MiB/sec. | ||
5167 | 2025.06.18 18:39:25.967552 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} <Debug> TCPHandler: Processed in 0.001404529 sec. | ||
5168 | 2025.06.18 18:39:25.967661 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5169 | 2025.06.18 18:39:25.967760 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5170 | 2025.06.18 18:39:25.967814 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5171 | 2025.06.18 18:39:25.968618 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5172 | 2025.06.18 18:39:25.968654 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5173 | 2025.06.18 18:39:25.969183 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5174 | 2025.06.18 18:39:25.969407 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5175 | 2025.06.18 18:39:25.969542 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.0018 sec., 9444.444444444445 rows/sec., 16.92 MiB/sec. | ||
5176 | 2025.06.18 18:39:25.969603 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} <Debug> TCPHandler: Processed in 0.001991268 sec. | ||
5177 | 2025.06.18 18:39:25.969757 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5178 | 2025.06.18 18:39:25.969850 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5179 | 2025.06.18 18:39:25.969891 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5180 | 2025.06.18 18:39:25.970261 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5181 | 2025.06.18 18:39:25.970297 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5182 | 2025.06.18 18:39:25.970602 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5183 | 2025.06.18 18:39:25.970819 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5184 | 2025.06.18 18:39:25.970948 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. | ||
5185 | 2025.06.18 18:39:25.970983 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} <Debug> TCPHandler: Processed in 0.001283238 sec. | ||
5186 | 2025.06.18 18:39:29.051940 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5187 | 2025.06.18 18:39:29.052017 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5188 | 2025.06.18 18:39:29.080403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
5189 | 2025.06.18 18:39:29.080879 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5190 | 2025.06.18 18:39:29.080911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5191 | 2025.06.18 18:39:29.081367 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5192 | 2025.06.18 18:39:29.081588 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5193 | 2025.06.18 18:39:29.081708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5194 | 2025.06.18 18:39:29.844922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5195 | 2025.06.18 18:39:29.862431 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5196 | 2025.06.18 18:39:29.862487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5197 | 2025.06.18 18:39:29.868355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5198 | 2025.06.18 18:39:29.869032 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5199 | 2025.06.18 18:39:29.871970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5200 | 2025.06.18 18:39:30.958162 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5201 | 2025.06.18 18:39:30.958411 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5202 | 2025.06.18 18:39:30.958490 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5203 | 2025.06.18 18:39:30.959245 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5204 | 2025.06.18 18:39:30.959294 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5205 | 2025.06.18 18:39:30.959689 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5206 | 2025.06.18 18:39:30.959915 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5207 | 2025.06.18 18:39:30.960048 [ 143 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5208 | 2025.06.18 18:39:30.960073 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001717 sec., 59405.94059405941 rows/sec., 4.96 MiB/sec. | ||
5209 | 2025.06.18 18:39:30.960120 [ 143 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5210 | 2025.06.18 18:39:30.960142 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} <Debug> TCPHandler: Processed in 0.002149479 sec. | ||
5211 | 2025.06.18 18:39:30.960147 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5212 | 2025.06.18 18:39:30.960282 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5213 | 2025.06.18 18:39:30.960292 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
5214 | 2025.06.18 18:39:30.960390 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5215 | 2025.06.18 18:39:30.960437 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5216 | 2025.06.18 18:39:30.960438 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5217 | 2025.06.18 18:39:30.960477 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 825 rows starting from the beginning of the part | ||
5218 | 2025.06.18 18:39:30.960548 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part | ||
5219 | 2025.06.18 18:39:30.960593 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part | ||
5220 | 2025.06.18 18:39:30.960634 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 102 rows starting from the beginning of the part | ||
5221 | 2025.06.18 18:39:30.960672 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 91 rows starting from the beginning of the part | ||
5222 | 2025.06.18 18:39:30.960714 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 102 rows starting from the beginning of the part | ||
5223 | 2025.06.18 18:39:30.960885 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5224 | 2025.06.18 18:39:30.960927 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5225 | 2025.06.18 18:39:30.961250 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5226 | 2025.06.18 18:39:30.961480 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5227 | 2025.06.18 18:39:30.961614 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001248 sec., 18429.48717948718 rows/sec., 1.35 MiB/sec. | ||
5228 | 2025.06.18 18:39:30.961652 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} <Debug> TCPHandler: Processed in 0.00142295 sec. | ||
5229 | 2025.06.18 18:39:30.961756 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5230 | 2025.06.18 18:39:30.961756 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521001 sec., 865219.6809864031 rows/sec., 74.57 MiB/sec. | ||
5231 | 2025.06.18 18:39:30.961852 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5232 | 2025.06.18 18:39:30.961898 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5233 | 2025.06.18 18:39:30.962024 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5234 | 2025.06.18 18:39:30.962330 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2025.06.18 18:39:30.962333 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2025.06.18 18:39:30.962382 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5237 | 2025.06.18 18:39:30.962423 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5238 | 2025.06.18 18:39:30.962525 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
5239 | 2025.06.18 18:39:30.962706 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5240 | 2025.06.18 18:39:30.962930 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5241 | 2025.06.18 18:39:30.963038 [ 143 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5242 | 2025.06.18 18:39:30.963058 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001226 sec., 70962.47960848287 rows/sec., 5.54 MiB/sec. | ||
5243 | 2025.06.18 18:39:30.963083 [ 143 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5244 | 2025.06.18 18:39:30.963103 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} <Debug> TCPHandler: Processed in 0.001394699 sec. | ||
5245 | 2025.06.18 18:39:30.963107 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5246 | 2025.06.18 18:39:30.963194 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
5247 | 2025.06.18 18:39:30.963222 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5248 | 2025.06.18 18:39:30.963290 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5249 | 2025.06.18 18:39:30.963318 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 492 rows starting from the beginning of the part | ||
5250 | 2025.06.18 18:39:30.963320 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5251 | 2025.06.18 18:39:30.963364 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 95 rows starting from the beginning of the part | ||
5252 | 2025.06.18 18:39:30.963374 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5253 | 2025.06.18 18:39:30.963407 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 81 rows starting from the beginning of the part | ||
5254 | 2025.06.18 18:39:30.963447 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 87 rows starting from the beginning of the part | ||
5255 | 2025.06.18 18:39:30.963479 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 83 rows starting from the beginning of the part | ||
5256 | 2025.06.18 18:39:30.963512 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 87 rows starting from the beginning of the part | ||
5257 | 2025.06.18 18:39:30.963814 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5258 | 2025.06.18 18:39:30.963855 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5259 | 2025.06.18 18:39:30.964215 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5260 | 2025.06.18 18:39:30.964297 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134485 sec., 815347.9332031715 rows/sec., 64.60 MiB/sec. | ||
5261 | 2025.06.18 18:39:30.964443 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5262 | 2025.06.18 18:39:30.964462 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5263 | 2025.06.18 18:39:30.964563 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5264 | 2025.06.18 18:39:30.964582 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. | ||
5265 | 2025.06.18 18:39:30.964607 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5266 | 2025.06.18 18:39:30.964629 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} <Debug> TCPHandler: Processed in 0.00145486 sec. | ||
5267 | 2025.06.18 18:39:30.964634 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5268 | 2025.06.18 18:39:30.964747 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5269 | 2025.06.18 18:39:30.964753 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5270 | 2025.06.18 18:39:30.964750 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
5271 | 2025.06.18 18:39:30.964846 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5272 | 2025.06.18 18:39:30.964847 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5273 | 2025.06.18 18:39:30.964907 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5274 | 2025.06.18 18:39:30.964915 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5275 | 2025.06.18 18:39:30.964930 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
5276 | 2025.06.18 18:39:30.964950 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6448 rows starting from the beginning of the part | ||
5277 | 2025.06.18 18:39:30.965024 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part | ||
5278 | 2025.06.18 18:39:30.965078 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
5279 | 2025.06.18 18:39:30.965128 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
5280 | 2025.06.18 18:39:30.965174 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part | ||
5281 | 2025.06.18 18:39:30.965217 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
5282 | 2025.06.18 18:39:30.965784 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5283 | 2025.06.18 18:39:30.965824 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5284 | 2025.06.18 18:39:30.966409 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5285 | 2025.06.18 18:39:30.966642 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5286 | 2025.06.18 18:39:30.966785 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001956 sec., 11758.691206543968 rows/sec., 21.07 MiB/sec. | ||
5287 | 2025.06.18 18:39:30.966857 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} <Debug> TCPHandler: Processed in 0.00215683 sec. | ||
5288 | 2025.06.18 18:39:30.966972 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5289 | 2025.06.18 18:39:30.967065 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5290 | 2025.06.18 18:39:30.967107 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5291 | 2025.06.18 18:39:30.967447 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5292 | 2025.06.18 18:39:30.967482 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5293 | 2025.06.18 18:39:30.967645 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7253 rows, containing 5 columns (5 merged, 0 gathered) in 0.002936141 sec., 2470249.2148708114 rows/sec., 172.73 MiB/sec. | ||
5294 | 2025.06.18 18:39:30.967790 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5295 | 2025.06.18 18:39:30.968005 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5296 | 2025.06.18 18:39:30.968113 [ 143 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5297 | 2025.06.18 18:39:30.968134 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
5298 | 2025.06.18 18:39:30.968150 [ 143 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5299 | 2025.06.18 18:39:30.968177 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5300 | 2025.06.18 18:39:30.968179 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} <Debug> TCPHandler: Processed in 0.001256107 sec. | ||
5301 | 2025.06.18 18:39:30.968269 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5302 | 2025.06.18 18:39:30.968341 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5303 | 2025.06.18 18:39:30.968389 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5304 | 2025.06.18 18:39:30.968429 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2236 rows starting from the beginning of the part | ||
5305 | 2025.06.18 18:39:30.968495 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
5306 | 2025.06.18 18:39:30.968541 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
5307 | 2025.06.18 18:39:30.968584 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
5308 | 2025.06.18 18:39:30.968624 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5309 | 2025.06.18 18:39:30.968625 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5310 | 2025.06.18 18:39:30.968662 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5311 | 2025.06.18 18:39:30.968719 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5312 | 2025.06.18 18:39:30.968808 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
5313 | 2025.06.18 18:39:30.969920 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2536 rows, containing 4 columns (4 merged, 0 gathered) in 0.001696334 sec., 1494988.604838434 rows/sec., 100.00 MiB/sec. | ||
5314 | 2025.06.18 18:39:30.970121 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5315 | 2025.06.18 18:39:30.970353 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5316 | 2025.06.18 18:39:30.970419 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5317 | 2025.06.18 18:39:30.970496 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
5318 | 2025.06.18 18:39:34.118050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 740 | ||
5319 | 2025.06.18 18:39:34.120278 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5320 | 2025.06.18 18:39:34.120320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5321 | 2025.06.18 18:39:34.121477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5322 | 2025.06.18 18:39:34.121746 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5323 | 2025.06.18 18:39:34.121995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740 | ||
5324 | 2025.06.18 18:39:35.958211 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5325 | 2025.06.18 18:39:35.958400 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5326 | 2025.06.18 18:39:35.958468 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5327 | 2025.06.18 18:39:35.959145 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5328 | 2025.06.18 18:39:35.959187 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5329 | 2025.06.18 18:39:35.959592 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5330 | 2025.06.18 18:39:35.959817 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5331 | 2025.06.18 18:39:35.959974 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001621 sec., 55521.28315854411 rows/sec., 4.64 MiB/sec. | ||
5332 | 2025.06.18 18:39:35.960025 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} <Debug> TCPHandler: Processed in 0.001944656 sec. | ||
5333 | 2025.06.18 18:39:35.960151 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5334 | 2025.06.18 18:39:35.960254 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5335 | 2025.06.18 18:39:35.960299 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5336 | 2025.06.18 18:39:35.960727 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5337 | 2025.06.18 18:39:35.960765 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5338 | 2025.06.18 18:39:35.961072 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5339 | 2025.06.18 18:39:35.961272 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5340 | 2025.06.18 18:39:35.961404 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001204 sec., 14119.601328903655 rows/sec., 1.04 MiB/sec. | ||
5341 | 2025.06.18 18:39:35.961443 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} <Debug> TCPHandler: Processed in 0.001376399 sec. | ||
5342 | 2025.06.18 18:39:35.961544 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5343 | 2025.06.18 18:39:35.961636 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5344 | 2025.06.18 18:39:35.961675 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5345 | 2025.06.18 18:39:35.962176 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5346 | 2025.06.18 18:39:35.962213 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5347 | 2025.06.18 18:39:35.962523 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5348 | 2025.06.18 18:39:35.962742 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5349 | 2025.06.18 18:39:35.962871 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001211 sec., 66886.87035507844 rows/sec., 5.22 MiB/sec. | ||
5350 | 2025.06.18 18:39:35.962910 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} <Debug> TCPHandler: Processed in 0.001376349 sec. | ||
5351 | 2025.06.18 18:39:35.963042 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5352 | 2025.06.18 18:39:35.963144 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5353 | 2025.06.18 18:39:35.963188 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5354 | 2025.06.18 18:39:35.963625 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5355 | 2025.06.18 18:39:35.963662 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5356 | 2025.06.18 18:39:35.964019 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5357 | 2025.06.18 18:39:35.964230 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5358 | 2025.06.18 18:39:35.964360 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. | ||
5359 | 2025.06.18 18:39:35.964396 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} <Debug> TCPHandler: Processed in 0.00140637 sec. | ||
5360 | 2025.06.18 18:39:35.964504 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5361 | 2025.06.18 18:39:35.964596 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5362 | 2025.06.18 18:39:35.964650 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5363 | 2025.06.18 18:39:35.965446 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5364 | 2025.06.18 18:39:35.965482 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5365 | 2025.06.18 18:39:35.966010 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5366 | 2025.06.18 18:39:35.966236 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5367 | 2025.06.18 18:39:35.966373 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001793 sec., 9481.316229782487 rows/sec., 16.99 MiB/sec. | ||
5368 | 2025.06.18 18:39:35.966369 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5369 | 2025.06.18 18:39:35.966428 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} <Debug> TCPHandler: Processed in 0.001971528 sec. | ||
5370 | 2025.06.18 18:39:35.966465 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5371 | 2025.06.18 18:39:35.966507 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5372 | 2025.06.18 18:39:35.966552 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5373 | 2025.06.18 18:39:35.966617 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
5374 | 2025.06.18 18:39:35.966652 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5375 | 2025.06.18 18:39:35.966693 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5376 | 2025.06.18 18:39:35.966827 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5377 | 2025.06.18 18:39:35.966885 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 581 rows starting from the beginning of the part | ||
5378 | 2025.06.18 18:39:35.967024 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part | ||
5379 | 2025.06.18 18:39:35.967026 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5380 | 2025.06.18 18:39:35.967071 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5381 | 2025.06.18 18:39:35.967148 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
5382 | 2025.06.18 18:39:35.967269 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part | ||
5383 | 2025.06.18 18:39:35.967383 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5384 | 2025.06.18 18:39:35.967385 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
5385 | 2025.06.18 18:39:35.967497 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part | ||
5386 | 2025.06.18 18:39:35.967607 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5387 | 2025.06.18 18:39:35.967737 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. | ||
5388 | 2025.06.18 18:39:35.967772 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} <Debug> TCPHandler: Processed in 0.001268077 sec. | ||
5389 | 2025.06.18 18:39:35.974278 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.007697636 sec., 88078.98944559084 rows/sec., 157.83 MiB/sec. | ||
5390 | 2025.06.18 18:39:35.975083 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5391 | 2025.06.18 18:39:35.975486 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5392 | 2025.06.18 18:39:35.975569 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5393 | 2025.06.18 18:39:35.975715 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
5394 | 2025.06.18 18:39:36.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.06 MiB, peak 249.49 MiB, free memory in arenas 0.00 B, will set to 243.13 MiB (RSS), difference: 1.07 MiB | ||
5395 | 2025.06.18 18:39:36.581935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
5396 | 2025.06.18 18:39:36.582631 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5397 | 2025.06.18 18:39:36.582677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5398 | 2025.06.18 18:39:36.583155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5399 | 2025.06.18 18:39:36.583384 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5400 | 2025.06.18 18:39:36.583517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
5401 | 2025.06.18 18:39:36.583532 [ 139 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5402 | 2025.06.18 18:39:36.583606 [ 139 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5403 | 2025.06.18 18:39:36.583630 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5404 | 2025.06.18 18:39:36.583749 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5405 | 2025.06.18 18:39:36.583889 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5406 | 2025.06.18 18:39:36.583930 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5407 | 2025.06.18 18:39:36.584000 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5408 | 2025.06.18 18:39:36.584048 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5409 | 2025.06.18 18:39:36.584091 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5410 | 2025.06.18 18:39:36.584129 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5411 | 2025.06.18 18:39:36.584169 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
5412 | 2025.06.18 18:39:36.585848 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00215131 sec., 6606672.213674459 rows/sec., 94.51 MiB/sec. | ||
5413 | 2025.06.18 18:39:36.586307 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5414 | 2025.06.18 18:39:36.586640 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5415 | 2025.06.18 18:39:36.586727 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5416 | 2025.06.18 18:39:36.586845 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
5417 | 2025.06.18 18:39:37.372190 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
5418 | 2025.06.18 18:39:37.390029 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5419 | 2025.06.18 18:39:37.390089 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5420 | 2025.06.18 18:39:37.395710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5421 | 2025.06.18 18:39:37.396418 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5422 | 2025.06.18 18:39:37.396733 [ 134 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5423 | 2025.06.18 18:39:37.396805 [ 134 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5424 | 2025.06.18 18:39:37.396828 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5425 | 2025.06.18 18:39:37.396937 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5426 | 2025.06.18 18:39:37.399638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
5427 | 2025.06.18 18:39:37.401064 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5428 | 2025.06.18 18:39:37.402526 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5429 | 2025.06.18 18:39:37.407135 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5430 | 2025.06.18 18:39:37.411635 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5431 | 2025.06.18 18:39:37.415920 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5432 | 2025.06.18 18:39:37.420201 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5433 | 2025.06.18 18:39:37.424391 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
5434 | 2025.06.18 18:39:37.477003 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080106275 sec., 2921.1194753469686 rows/sec., 15.10 MiB/sec. | ||
5435 | 2025.06.18 18:39:37.479717 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5436 | 2025.06.18 18:39:37.481688 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5437 | 2025.06.18 18:39:37.481773 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5438 | 2025.06.18 18:39:37.484392 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
5439 | 2025.06.18 18:39:38.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.24 MiB, peak 254.79 MiB, free memory in arenas 0.00 B, will set to 248.79 MiB (RSS), difference: 4.55 MiB | ||
5440 | 2025.06.18 18:39:40.954828 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5441 | 2025.06.18 18:39:40.955083 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
5442 | 2025.06.18 18:39:40.955452 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5443 | 2025.06.18 18:39:40.955493 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5444 | 2025.06.18 18:39:40.955772 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5445 | 2025.06.18 18:39:40.955842 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5446 | 2025.06.18 18:39:40.955984 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
5447 | 2025.06.18 18:39:40.956021 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5448 | 2025.06.18 18:39:40.956045 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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 | ||
5449 | 2025.06.18 18:39:40.956060 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5450 | 2025.06.18 18:39:40.956100 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5451 | 2025.06.18 18:39:40.956121 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
5452 | 2025.06.18 18:39:40.956914 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001939 sec., 21144.920061887573 rows/sec., 851.66 KiB/sec. | ||
5453 | 2025.06.18 18:39:40.957017 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} <Debug> TCPHandler: Processed in 0.002317622 sec. | ||
5454 | 2025.06.18 18:39:40.966448 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5455 | 2025.06.18 18:39:40.966567 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
5456 | 2025.06.18 18:39:40.966616 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5457 | 2025.06.18 18:39:40.967209 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5458 | 2025.06.18 18:39:40.967256 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5459 | 2025.06.18 18:39:40.967678 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5460 | 2025.06.18 18:39:40.967882 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Trace> oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5461 | 2025.06.18 18:39:40.968026 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Debug> executeQuery: Read 1 rows, 90.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 58.91 KiB/sec. | ||
5462 | 2025.06.18 18:39:40.968067 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} <Debug> TCPHandler: Processed in 0.001676663 sec. | ||
5463 | 2025.06.18 18:39:40.968180 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5464 | 2025.06.18 18:39:40.968275 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5465 | 2025.06.18 18:39:40.968317 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5466 | 2025.06.18 18:39:40.968747 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5467 | 2025.06.18 18:39:40.968781 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5468 | 2025.06.18 18:39:40.969082 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5469 | 2025.06.18 18:39:40.969299 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5470 | 2025.06.18 18:39:40.969423 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001165 sec., 20600.85836909871 rows/sec., 1.71 MiB/sec. | ||
5471 | 2025.06.18 18:39:40.969460 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} <Debug> TCPHandler: Processed in 0.001329238 sec. | ||
5472 | 2025.06.18 18:39:40.969629 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5473 | 2025.06.18 18:39:40.969723 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5474 | 2025.06.18 18:39:40.969764 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5475 | 2025.06.18 18:39:40.970145 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2025.06.18 18:39:40.970180 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5477 | 2025.06.18 18:39:40.970467 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5478 | 2025.06.18 18:39:40.970678 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2025.06.18 18:39:40.970808 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001102 sec., 1814.8820326678767 rows/sec., 147.99 KiB/sec. | ||
5480 | 2025.06.18 18:39:40.970844 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} <Debug> TCPHandler: Processed in 0.001264648 sec. | ||
5481 | 2025.06.18 18:39:40.970955 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5482 | 2025.06.18 18:39:40.971050 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5483 | 2025.06.18 18:39:40.971089 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5484 | 2025.06.18 18:39:40.971576 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5485 | 2025.06.18 18:39:40.971610 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5486 | 2025.06.18 18:39:40.971947 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5487 | 2025.06.18 18:39:40.972159 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5488 | 2025.06.18 18:39:40.972284 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Debug> executeQuery: Read 224 rows, 20.33 KiB in 0.001253 sec., 178770.94972067038 rows/sec., 15.85 MiB/sec. | ||
5489 | 2025.06.18 18:39:40.972322 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} <Debug> TCPHandler: Processed in 0.00141579 sec. | ||
5490 | 2025.06.18 18:39:40.972440 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5491 | 2025.06.18 18:39:40.972535 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5492 | 2025.06.18 18:39:40.972574 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5493 | 2025.06.18 18:39:40.972982 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5494 | 2025.06.18 18:39:40.973017 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5495 | 2025.06.18 18:39:40.973314 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5496 | 2025.06.18 18:39:40.973528 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5497 | 2025.06.18 18:39:40.973651 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Debug> executeQuery: Read 37 rows, 2.83 KiB in 0.001135 sec., 32599.11894273128 rows/sec., 2.44 MiB/sec. | ||
5498 | 2025.06.18 18:39:40.973688 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} <Debug> TCPHandler: Processed in 0.001297428 sec. | ||
5499 | 2025.06.18 18:39:40.973802 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2025.06.18 18:39:40.973894 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5501 | 2025.06.18 18:39:40.973934 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5502 | 2025.06.18 18:39:40.974347 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5503 | 2025.06.18 18:39:40.974380 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5504 | 2025.06.18 18:39:40.974677 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5505 | 2025.06.18 18:39:40.974900 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5506 | 2025.06.18 18:39:40.975026 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00115 sec., 20869.565217391304 rows/sec., 1.73 MiB/sec. | ||
5507 | 2025.06.18 18:39:40.975064 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} <Debug> TCPHandler: Processed in 0.001311568 sec. | ||
5508 | 2025.06.18 18:39:40.975176 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5509 | 2025.06.18 18:39:40.975269 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5510 | 2025.06.18 18:39:40.975309 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5511 | 2025.06.18 18:39:40.975705 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5512 | 2025.06.18 18:39:40.975741 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5513 | 2025.06.18 18:39:40.976046 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5514 | 2025.06.18 18:39:40.976264 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5515 | 2025.06.18 18:39:40.976388 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. | ||
5516 | 2025.06.18 18:39:40.976426 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} <Debug> TCPHandler: Processed in 0.001297928 sec. | ||
5517 | 2025.06.18 18:39:40.976539 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5518 | 2025.06.18 18:39:40.976632 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5519 | 2025.06.18 18:39:40.976671 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5520 | 2025.06.18 18:39:40.977102 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5521 | 2025.06.18 18:39:40.977136 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5522 | 2025.06.18 18:39:40.977441 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5523 | 2025.06.18 18:39:40.977652 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2025.06.18 18:39:40.977779 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Debug> executeQuery: Read 125 rows, 10.38 KiB in 0.001165 sec., 107296.13733905579 rows/sec., 8.70 MiB/sec. | ||
5525 | 2025.06.18 18:39:40.977817 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} <Debug> TCPHandler: Processed in 0.001326489 sec. | ||
5526 | 2025.06.18 18:39:40.977937 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5527 | 2025.06.18 18:39:40.978030 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5528 | 2025.06.18 18:39:40.978073 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5529 | 2025.06.18 18:39:40.978503 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5530 | 2025.06.18 18:39:40.978537 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5531 | 2025.06.18 18:39:40.978872 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5532 | 2025.06.18 18:39:40.979088 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5533 | 2025.06.18 18:39:40.979218 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Debug> executeQuery: Read 269 rows, 19.95 KiB in 0.001206 sec., 223051.4096185738 rows/sec., 16.16 MiB/sec. | ||
5534 | 2025.06.18 18:39:40.979254 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} <Debug> TCPHandler: Processed in 0.001366459 sec. | ||
5535 | 2025.06.18 18:39:40.979366 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5536 | 2025.06.18 18:39:40.979460 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5537 | 2025.06.18 18:39:40.979514 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5538 | 2025.06.18 18:39:40.980292 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5539 | 2025.06.18 18:39:40.980326 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5540 | 2025.06.18 18:39:40.980854 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5541 | 2025.06.18 18:39:40.981096 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5542 | 2025.06.18 18:39:40.981234 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. | ||
5543 | 2025.06.18 18:39:40.981290 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} <Debug> TCPHandler: Processed in 0.001972608 sec. | ||
5544 | 2025.06.18 18:39:40.981409 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5545 | 2025.06.18 18:39:40.981504 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5546 | 2025.06.18 18:39:40.981545 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5547 | 2025.06.18 18:39:40.981894 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5548 | 2025.06.18 18:39:40.981929 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5549 | 2025.06.18 18:39:40.982240 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5550 | 2025.06.18 18:39:40.982455 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5551 | 2025.06.18 18:39:40.982581 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
5552 | 2025.06.18 18:39:40.982618 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} <Debug> TCPHandler: Processed in 0.001258557 sec. | ||
5553 | 2025.06.18 18:39:44.052082 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5554 | 2025.06.18 18:39:44.052130 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5555 | 2025.06.18 18:39:44.083573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
5556 | 2025.06.18 18:39:44.084081 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5557 | 2025.06.18 18:39:44.084132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5558 | 2025.06.18 18:39:44.084713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5559 | 2025.06.18 18:39:44.084962 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5560 | 2025.06.18 18:39:44.085116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
5561 | 2025.06.18 18:39:44.122184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 776 | ||
5562 | 2025.06.18 18:39:44.124777 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5563 | 2025.06.18 18:39:44.124844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5564 | 2025.06.18 18:39:44.126225 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5565 | 2025.06.18 18:39:44.126567 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5566 | 2025.06.18 18:39:44.127107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776 | ||
5567 | 2025.06.18 18:39:44.900668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
5568 | 2025.06.18 18:39:44.916080 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5569 | 2025.06.18 18:39:44.916137 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5570 | 2025.06.18 18:39:44.921668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5571 | 2025.06.18 18:39:44.922387 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5572 | 2025.06.18 18:39:44.925059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
5573 | 2025.06.18 18:39:45.001148 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000802891 sec. | ||
5574 | 2025.06.18 18:39:45.959090 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5575 | 2025.06.18 18:39:45.959296 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5576 | 2025.06.18 18:39:45.959370 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5577 | 2025.06.18 18:39:45.960081 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5578 | 2025.06.18 18:39:45.960117 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5579 | 2025.06.18 18:39:45.960528 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5580 | 2025.06.18 18:39:45.960759 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5581 | 2025.06.18 18:39:45.960906 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001663 sec., 54119.06193625977 rows/sec., 4.53 MiB/sec. | ||
5582 | 2025.06.18 18:39:45.960949 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} <Debug> TCPHandler: Processed in 0.001998737 sec. | ||
5583 | 2025.06.18 18:39:45.961075 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5584 | 2025.06.18 18:39:45.961166 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5585 | 2025.06.18 18:39:45.961205 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5586 | 2025.06.18 18:39:45.961583 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5587 | 2025.06.18 18:39:45.961616 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5588 | 2025.06.18 18:39:45.961898 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5589 | 2025.06.18 18:39:45.962194 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5590 | 2025.06.18 18:39:45.962322 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001164 sec., 14604.810996563572 rows/sec., 1.07 MiB/sec. | ||
5591 | 2025.06.18 18:39:45.962361 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} <Debug> TCPHandler: Processed in 0.001329888 sec. | ||
5592 | 2025.06.18 18:39:45.962471 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5593 | 2025.06.18 18:39:45.962564 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5594 | 2025.06.18 18:39:45.962605 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5595 | 2025.06.18 18:39:45.963060 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5596 | 2025.06.18 18:39:45.963095 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5597 | 2025.06.18 18:39:45.963401 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5598 | 2025.06.18 18:39:45.963616 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5599 | 2025.06.18 18:39:45.963744 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001197 sec., 67669.17293233082 rows/sec., 5.28 MiB/sec. | ||
5600 | 2025.06.18 18:39:45.963782 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} <Debug> TCPHandler: Processed in 0.001360729 sec. | ||
5601 | 2025.06.18 18:39:45.963899 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5602 | 2025.06.18 18:39:45.963993 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5603 | 2025.06.18 18:39:45.964038 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5604 | 2025.06.18 18:39:45.964457 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5605 | 2025.06.18 18:39:45.964492 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5606 | 2025.06.18 18:39:45.964823 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5607 | 2025.06.18 18:39:45.965044 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5608 | 2025.06.18 18:39:45.965171 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
5609 | 2025.06.18 18:39:45.965208 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} <Debug> TCPHandler: Processed in 0.001358548 sec. | ||
5610 | 2025.06.18 18:39:45.965320 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5611 | 2025.06.18 18:39:45.965424 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5612 | 2025.06.18 18:39:45.965481 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5613 | 2025.06.18 18:39:45.966273 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5614 | 2025.06.18 18:39:45.966307 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5615 | 2025.06.18 18:39:45.966858 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5616 | 2025.06.18 18:39:45.967085 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5617 | 2025.06.18 18:39:45.967224 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001819 sec., 9345.794392523365 rows/sec., 16.75 MiB/sec. | ||
5618 | 2025.06.18 18:39:45.967276 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} <Debug> TCPHandler: Processed in 0.002005538 sec. | ||
5619 | 2025.06.18 18:39:45.967393 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5620 | 2025.06.18 18:39:45.967487 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5621 | 2025.06.18 18:39:45.967530 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5622 | 2025.06.18 18:39:45.967871 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5623 | 2025.06.18 18:39:45.967905 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5624 | 2025.06.18 18:39:45.968210 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5625 | 2025.06.18 18:39:45.968422 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5626 | 2025.06.18 18:39:45.968548 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. | ||
5627 | 2025.06.18 18:39:45.968584 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} <Debug> TCPHandler: Processed in 0.001239357 sec. | ||
5628 | 2025.06.18 18:39:50.960475 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5629 | 2025.06.18 18:39:50.960688 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5630 | 2025.06.18 18:39:50.960763 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5631 | 2025.06.18 18:39:50.961467 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5632 | 2025.06.18 18:39:50.961512 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5633 | 2025.06.18 18:39:50.961911 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5634 | 2025.06.18 18:39:50.962151 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5635 | 2025.06.18 18:39:50.962316 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001683 sec., 60606.06060606061 rows/sec., 5.06 MiB/sec. | ||
5636 | 2025.06.18 18:39:50.962366 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} <Debug> TCPHandler: Processed in 0.002030057 sec. | ||
5637 | 2025.06.18 18:39:50.962493 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5638 | 2025.06.18 18:39:50.962597 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5639 | 2025.06.18 18:39:50.962641 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5640 | 2025.06.18 18:39:50.963062 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5641 | 2025.06.18 18:39:50.963100 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5642 | 2025.06.18 18:39:50.963448 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5643 | 2025.06.18 18:39:50.963659 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5644 | 2025.06.18 18:39:50.963789 [ 122 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5645 | 2025.06.18 18:39:50.963812 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00124 sec., 18548.387096774193 rows/sec., 1.36 MiB/sec. | ||
5646 | 2025.06.18 18:39:50.963859 [ 122 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5647 | 2025.06.18 18:39:50.963868 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} <Debug> TCPHandler: Processed in 0.001426359 sec. | ||
5648 | 2025.06.18 18:39:50.963888 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5649 | 2025.06.18 18:39:50.963988 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5650 | 2025.06.18 18:39:50.964023 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
5651 | 2025.06.18 18:39:50.964087 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5652 | 2025.06.18 18:39:50.964132 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5653 | 2025.06.18 18:39:50.964190 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5654 | 2025.06.18 18:39:50.964234 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 174 rows starting from the beginning of the part | ||
5655 | 2025.06.18 18:39:50.964307 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
5656 | 2025.06.18 18:39:50.964357 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part | ||
5657 | 2025.06.18 18:39:50.964404 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part | ||
5658 | 2025.06.18 18:39:50.964448 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part | ||
5659 | 2025.06.18 18:39:50.964492 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
5660 | 2025.06.18 18:39:50.964591 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5661 | 2025.06.18 18:39:50.964633 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5662 | 2025.06.18 18:39:50.965076 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5663 | 2025.06.18 18:39:50.965311 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5664 | 2025.06.18 18:39:50.965403 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143968 sec., 202128.25072238274 rows/sec., 14.55 MiB/sec. | ||
5665 | 2025.06.18 18:39:50.965453 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001385 sec., 62815.8844765343 rows/sec., 4.91 MiB/sec. | ||
5666 | 2025.06.18 18:39:50.965496 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} <Debug> TCPHandler: Processed in 0.001555712 sec. | ||
5667 | 2025.06.18 18:39:50.965608 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5668 | 2025.06.18 18:39:50.965617 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5669 | 2025.06.18 18:39:50.965706 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5670 | 2025.06.18 18:39:50.965784 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5671 | 2025.06.18 18:39:50.965966 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5672 | 2025.06.18 18:39:50.966059 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5673 | 2025.06.18 18:39:50.966161 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5674 | 2025.06.18 18:39:50.966211 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5675 | 2025.06.18 18:39:50.966252 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5676 | 2025.06.18 18:39:50.966596 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5677 | 2025.06.18 18:39:50.966805 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5678 | 2025.06.18 18:39:50.966945 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. | ||
5679 | 2025.06.18 18:39:50.966983 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} <Debug> TCPHandler: Processed in 0.001423179 sec. | ||
5680 | 2025.06.18 18:39:50.967097 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5681 | 2025.06.18 18:39:50.967193 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5682 | 2025.06.18 18:39:50.967249 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5683 | 2025.06.18 18:39:50.968065 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5684 | 2025.06.18 18:39:50.968102 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5685 | 2025.06.18 18:39:50.968642 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5686 | 2025.06.18 18:39:50.968863 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5687 | 2025.06.18 18:39:50.969002 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001828 sec., 12582.056892778994 rows/sec., 22.55 MiB/sec. | ||
5688 | 2025.06.18 18:39:50.969063 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} <Debug> TCPHandler: Processed in 0.002015328 sec. | ||
5689 | 2025.06.18 18:39:50.969207 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5690 | 2025.06.18 18:39:50.969301 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5691 | 2025.06.18 18:39:50.969343 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5692 | 2025.06.18 18:39:50.969729 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5693 | 2025.06.18 18:39:50.969765 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5694 | 2025.06.18 18:39:50.970066 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5695 | 2025.06.18 18:39:50.970277 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5696 | 2025.06.18 18:39:50.970415 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. | ||
5697 | 2025.06.18 18:39:50.970451 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} <Debug> TCPHandler: Processed in 0.001293678 sec. | ||
5698 | 2025.06.18 18:39:51.585341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
5699 | 2025.06.18 18:39:51.585835 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5700 | 2025.06.18 18:39:51.585883 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5701 | 2025.06.18 18:39:51.586350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5702 | 2025.06.18 18:39:51.586574 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5703 | 2025.06.18 18:39:51.586706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
5704 | 2025.06.18 18:39:52.425285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
5705 | 2025.06.18 18:39:52.443803 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5706 | 2025.06.18 18:39:52.443880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5707 | 2025.06.18 18:39:52.449703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5708 | 2025.06.18 18:39:52.450503 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5709 | 2025.06.18 18:39:52.454329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
5710 | 2025.06.18 18:39:52.734487 [ 119 ] {} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5711 | 2025.06.18 18:39:52.734549 [ 119 ] {} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5712 | 2025.06.18 18:39:52.734570 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5713 | 2025.06.18 18:39:52.734673 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
5714 | 2025.06.18 18:39:52.734784 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5715 | 2025.06.18 18:39:52.734817 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
5716 | 2025.06.18 18:39:52.734879 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
5717 | 2025.06.18 18:39:52.734925 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
5718 | 2025.06.18 18:39:52.734989 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
5719 | 2025.06.18 18:39:52.735030 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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 | ||
5720 | 2025.06.18 18:39:52.735906 [ 196 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274358 sec., 555573.86542871 rows/sec., 38.55 MiB/sec. | ||
5721 | 2025.06.18 18:39:52.736083 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5722 | 2025.06.18 18:39:52.736332 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5723 | 2025.06.18 18:39:52.736395 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5724 | 2025.06.18 18:39:52.736457 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5725 | 2025.06.18 18:39:53.550096 [ 119 ] {} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5726 | 2025.06.18 18:39:53.550194 [ 119 ] {} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5727 | 2025.06.18 18:39:53.550234 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5728 | 2025.06.18 18:39:53.550439 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
5729 | 2025.06.18 18:39:53.550656 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5730 | 2025.06.18 18:39:53.550710 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 137 rows starting from the beginning of the part | ||
5731 | 2025.06.18 18:39:53.550815 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
5732 | 2025.06.18 18:39:53.550889 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
5733 | 2025.06.18 18:39:53.550956 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
5734 | 2025.06.18 18:39:53.551024 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::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 | ||
5735 | 2025.06.18 18:39:53.551844 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147374 sec., 278882.2994558063 rows/sec., 20.01 MiB/sec. | ||
5736 | 2025.06.18 18:39:53.552014 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5737 | 2025.06.18 18:39:53.552277 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5738 | 2025.06.18 18:39:53.552346 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5739 | 2025.06.18 18:39:53.552406 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5740 | 2025.06.18 18:39:53.579033 [ 120 ] {} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5741 | 2025.06.18 18:39:53.579108 [ 120 ] {} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5742 | 2025.06.18 18:39:53.579137 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5743 | 2025.06.18 18:39:53.579260 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
5744 | 2025.06.18 18:39:53.579415 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5745 | 2025.06.18 18:39:53.579453 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
5746 | 2025.06.18 18:39:53.579528 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
5747 | 2025.06.18 18:39:53.579578 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
5748 | 2025.06.18 18:39:53.579623 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
5749 | 2025.06.18 18:39:53.579669 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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 | ||
5750 | 2025.06.18 18:39:53.580461 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259747 sec., 295297.3890789182 rows/sec., 18.50 MiB/sec. | ||
5751 | 2025.06.18 18:39:53.580607 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5752 | 2025.06.18 18:39:53.580859 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2025.06.18 18:39:53.580924 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5754 | 2025.06.18 18:39:53.580992 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5755 | 2025.06.18 18:39:54.127572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 800 | ||
5756 | 2025.06.18 18:39:54.129924 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5757 | 2025.06.18 18:39:54.129972 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5758 | 2025.06.18 18:39:54.131190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5759 | 2025.06.18 18:39:54.131471 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5760 | 2025.06.18 18:39:54.131804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
5761 | 2025.06.18 18:39:55.958512 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5762 | 2025.06.18 18:39:55.958704 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5763 | 2025.06.18 18:39:55.958772 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5764 | 2025.06.18 18:39:55.959414 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5765 | 2025.06.18 18:39:55.959464 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5766 | 2025.06.18 18:39:55.959867 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5767 | 2025.06.18 18:39:55.960092 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5768 | 2025.06.18 18:39:55.960252 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001597 sec., 2504.6963055729493 rows/sec., 204.24 KiB/sec. | ||
5769 | 2025.06.18 18:39:55.960302 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} <Debug> TCPHandler: Processed in 0.001918276 sec. | ||
5770 | 2025.06.18 18:39:55.960433 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5771 | 2025.06.18 18:39:55.960534 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5772 | 2025.06.18 18:39:55.960578 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5773 | 2025.06.18 18:39:55.961047 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5774 | 2025.06.18 18:39:55.961085 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5775 | 2025.06.18 18:39:55.961401 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5776 | 2025.06.18 18:39:55.961604 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5777 | 2025.06.18 18:39:55.961728 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001248 sec., 73717.94871794872 rows/sec., 6.15 MiB/sec. | ||
5778 | 2025.06.18 18:39:55.961732 [ 115 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5779 | 2025.06.18 18:39:55.961764 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} <Debug> TCPHandler: Processed in 0.00141345 sec. | ||
5780 | 2025.06.18 18:39:55.961807 [ 115 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5781 | 2025.06.18 18:39:55.961836 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5782 | 2025.06.18 18:39:55.961891 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5783 | 2025.06.18 18:39:55.961930 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
5784 | 2025.06.18 18:39:55.961982 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5785 | 2025.06.18 18:39:55.962025 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5786 | 2025.06.18 18:39:55.962041 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5787 | 2025.06.18 18:39:55.962076 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 825 rows starting from the beginning of the part | ||
5788 | 2025.06.18 18:39:55.962138 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
5789 | 2025.06.18 18:39:55.962180 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 224 rows starting from the beginning of the part | ||
5790 | 2025.06.18 18:39:55.962282 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part | ||
5791 | 2025.06.18 18:39:55.962324 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 102 rows starting from the beginning of the part | ||
5792 | 2025.06.18 18:39:55.962363 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 92 rows starting from the beginning of the part | ||
5793 | 2025.06.18 18:39:55.962488 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5794 | 2025.06.18 18:39:55.962532 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5795 | 2025.06.18 18:39:55.962888 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5796 | 2025.06.18 18:39:55.963107 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5797 | 2025.06.18 18:39:55.963244 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001232 sec., 17045.454545454544 rows/sec., 1.23 MiB/sec. | ||
5798 | 2025.06.18 18:39:55.963285 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} <Debug> TCPHandler: Processed in 0.001396549 sec. | ||
5799 | 2025.06.18 18:39:55.963412 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5800 | 2025.06.18 18:39:55.963506 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5801 | 2025.06.18 18:39:55.963546 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5802 | 2025.06.18 18:39:55.963563 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630953 sec., 872496.0191985912 rows/sec., 76.01 MiB/sec. | ||
5803 | 2025.06.18 18:39:55.963743 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5804 | 2025.06.18 18:39:55.963976 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5805 | 2025.06.18 18:39:55.963998 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5806 | 2025.06.18 18:39:55.964017 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5807 | 2025.06.18 18:39:55.964083 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5808 | 2025.06.18 18:39:55.964164 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5809 | 2025.06.18 18:39:55.964348 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5810 | 2025.06.18 18:39:55.964554 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5811 | 2025.06.18 18:39:55.964670 [ 36 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5812 | 2025.06.18 18:39:55.964680 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001192 sec., 71308.72483221476 rows/sec., 5.57 MiB/sec. | ||
5813 | 2025.06.18 18:39:55.964741 [ 36 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5814 | 2025.06.18 18:39:55.964758 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} <Debug> TCPHandler: Processed in 0.001395249 sec. | ||
5815 | 2025.06.18 18:39:55.964767 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5816 | 2025.06.18 18:39:55.964871 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
5817 | 2025.06.18 18:39:55.964883 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5818 | 2025.06.18 18:39:55.964991 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5819 | 2025.06.18 18:39:55.964992 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5820 | 2025.06.18 18:39:55.965033 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 492 rows starting from the beginning of the part | ||
5821 | 2025.06.18 18:39:55.965054 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5822 | 2025.06.18 18:39:55.965103 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 81 rows starting from the beginning of the part | ||
5823 | 2025.06.18 18:39:55.965152 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 125 rows starting from the beginning of the part | ||
5824 | 2025.06.18 18:39:55.965194 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 81 rows starting from the beginning of the part | ||
5825 | 2025.06.18 18:39:55.965232 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 87 rows starting from the beginning of the part | ||
5826 | 2025.06.18 18:39:55.965278 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 85 rows starting from the beginning of the part | ||
5827 | 2025.06.18 18:39:55.965481 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5828 | 2025.06.18 18:39:55.965522 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5829 | 2025.06.18 18:39:55.965854 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5830 | 2025.06.18 18:39:55.966081 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5831 | 2025.06.18 18:39:55.966187 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5832 | 2025.06.18 18:39:55.966211 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001237 sec., 130962.00485044462 rows/sec., 9.12 MiB/sec. | ||
5833 | 2025.06.18 18:39:55.966217 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2025.06.18 18:39:55.966253 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5835 | 2025.06.18 18:39:55.966255 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} <Debug> TCPHandler: Processed in 0.001419309 sec. | ||
5836 | 2025.06.18 18:39:55.966274 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145028 sec., 655735.4441900875 rows/sec., 52.26 MiB/sec. | ||
5837 | 2025.06.18 18:39:55.966321 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
5838 | 2025.06.18 18:39:55.966396 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5839 | 2025.06.18 18:39:55.966440 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5840 | 2025.06.18 18:39:55.966443 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5841 | 2025.06.18 18:39:55.966490 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7253 rows starting from the beginning of the part | ||
5842 | 2025.06.18 18:39:55.966526 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5843 | 2025.06.18 18:39:55.966540 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
5844 | 2025.06.18 18:39:55.966593 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 269 rows starting from the beginning of the part | ||
5845 | 2025.06.18 18:39:55.966603 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5846 | 2025.06.18 18:39:55.966631 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
5847 | 2025.06.18 18:39:55.966672 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
5848 | 2025.06.18 18:39:55.966712 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part | ||
5849 | 2025.06.18 18:39:55.966733 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5850 | 2025.06.18 18:39:55.966814 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5851 | 2025.06.18 18:39:55.966896 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5852 | 2025.06.18 18:39:55.967501 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5853 | 2025.06.18 18:39:55.967545 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5854 | 2025.06.18 18:39:55.968200 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5855 | 2025.06.18 18:39:55.968448 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5856 | 2025.06.18 18:39:55.968596 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002095 sec., 8114.558472553699 rows/sec., 14.54 MiB/sec. | ||
5857 | 2025.06.18 18:39:55.968662 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} <Debug> TCPHandler: Processed in 0.002328102 sec. | ||
5858 | 2025.06.18 18:39:55.968780 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2025.06.18 18:39:55.968876 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5860 | 2025.06.18 18:39:55.968918 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5861 | 2025.06.18 18:39:55.969261 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5862 | 2025.06.18 18:39:55.969299 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5863 | 2025.06.18 18:39:55.969729 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5864 | 2025.06.18 18:39:55.969991 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5865 | 2025.06.18 18:39:55.970102 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8164 rows, containing 5 columns (5 merged, 0 gathered) in 0.003808343 sec., 2143714.471096747 rows/sec., 150.03 MiB/sec. | ||
5866 | 2025.06.18 18:39:55.970117 [ 36 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5867 | 2025.06.18 18:39:55.970144 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. | ||
5868 | 2025.06.18 18:39:55.970151 [ 36 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5869 | 2025.06.18 18:39:55.970185 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5870 | 2025.06.18 18:39:55.970192 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} <Debug> TCPHandler: Processed in 0.001462531 sec. | ||
5871 | 2025.06.18 18:39:55.970298 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5872 | 2025.06.18 18:39:55.970457 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5873 | 2025.06.18 18:39:55.970496 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2536 rows starting from the beginning of the part | ||
5874 | 2025.06.18 18:39:55.970565 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5875 | 2025.06.18 18:39:55.970612 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5876 | 2025.06.18 18:39:55.970655 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
5877 | 2025.06.18 18:39:55.970697 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
5878 | 2025.06.18 18:39:55.970741 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
5879 | 2025.06.18 18:39:55.970921 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5880 | 2025.06.18 18:39:55.971242 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5881 | 2025.06.18 18:39:55.971311 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5882 | 2025.06.18 18:39:55.971404 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
5883 | 2025.06.18 18:39:55.972205 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2836 rows, containing 4 columns (4 merged, 0 gathered) in 0.001964917 sec., 1443317.962030966 rows/sec., 96.62 MiB/sec. | ||
5884 | 2025.06.18 18:39:55.972433 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5885 | 2025.06.18 18:39:55.972688 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5886 | 2025.06.18 18:39:55.972763 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5887 | 2025.06.18 18:39:55.972840 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
5888 | 2025.06.18 18:39:56.000272 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.40 MiB, peak 258.32 MiB, free memory in arenas 0.00 B, will set to 253.03 MiB (RSS), difference: 1.63 MiB | ||
5889 | 2025.06.18 18:39:59.052171 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5890 | 2025.06.18 18:39:59.052221 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5891 | 2025.06.18 18:39:59.086950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
5892 | 2025.06.18 18:39:59.087473 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5893 | 2025.06.18 18:39:59.087524 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5894 | 2025.06.18 18:39:59.088058 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5895 | 2025.06.18 18:39:59.088297 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5896 | 2025.06.18 18:39:59.088451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
5897 | 2025.06.18 18:39:59.954548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
5898 | 2025.06.18 18:39:59.971823 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5899 | 2025.06.18 18:39:59.971892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5900 | 2025.06.18 18:39:59.978668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5901 | 2025.06.18 18:39:59.979406 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5902 | 2025.06.18 18:39:59.982731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
5903 | 2025.06.18 18:40:00.959109 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5904 | 2025.06.18 18:40:00.959316 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5905 | 2025.06.18 18:40:00.959395 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5906 | 2025.06.18 18:40:00.960026 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5907 | 2025.06.18 18:40:00.960069 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5908 | 2025.06.18 18:40:00.960459 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5909 | 2025.06.18 18:40:00.960681 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5910 | 2025.06.18 18:40:00.960834 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001571 sec., 64926.79821769574 rows/sec., 5.42 MiB/sec. | ||
5911 | 2025.06.18 18:40:00.960878 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} <Debug> TCPHandler: Processed in 0.001909996 sec. | ||
5912 | 2025.06.18 18:40:00.960996 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5913 | 2025.06.18 18:40:00.961096 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5914 | 2025.06.18 18:40:00.961139 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5915 | 2025.06.18 18:40:00.961553 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5916 | 2025.06.18 18:40:00.961587 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5917 | 2025.06.18 18:40:00.961889 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5918 | 2025.06.18 18:40:00.962096 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5919 | 2025.06.18 18:40:00.962225 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001153 sec., 19947.961838681702 rows/sec., 1.46 MiB/sec. | ||
5920 | 2025.06.18 18:40:00.962260 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} <Debug> TCPHandler: Processed in 0.001314198 sec. | ||
5921 | 2025.06.18 18:40:00.962368 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5922 | 2025.06.18 18:40:00.962461 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5923 | 2025.06.18 18:40:00.962502 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5924 | 2025.06.18 18:40:00.962915 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5925 | 2025.06.18 18:40:00.962949 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5926 | 2025.06.18 18:40:00.963247 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5927 | 2025.06.18 18:40:00.963464 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5928 | 2025.06.18 18:40:00.963588 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001146 sec., 75916.23036649213 rows/sec., 5.93 MiB/sec. | ||
5929 | 2025.06.18 18:40:00.963623 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} <Debug> TCPHandler: Processed in 0.001303868 sec. | ||
5930 | 2025.06.18 18:40:00.963734 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5931 | 2025.06.18 18:40:00.963825 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5932 | 2025.06.18 18:40:00.963867 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5933 | 2025.06.18 18:40:00.964267 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5934 | 2025.06.18 18:40:00.964300 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5935 | 2025.06.18 18:40:00.964623 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5936 | 2025.06.18 18:40:00.964824 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5937 | 2025.06.18 18:40:00.964968 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. | ||
5938 | 2025.06.18 18:40:00.965004 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} <Debug> TCPHandler: Processed in 0.001317138 sec. | ||
5939 | 2025.06.18 18:40:00.965110 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5940 | 2025.06.18 18:40:00.965200 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5941 | 2025.06.18 18:40:00.965252 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5942 | 2025.06.18 18:40:00.966005 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5943 | 2025.06.18 18:40:00.966039 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5944 | 2025.06.18 18:40:00.966544 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5945 | 2025.06.18 18:40:00.966761 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5946 | 2025.06.18 18:40:00.966857 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5947 | 2025.06.18 18:40:00.966891 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00171 sec., 13450.29239766082 rows/sec., 24.10 MiB/sec. | ||
5948 | 2025.06.18 18:40:00.966898 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5949 | 2025.06.18 18:40:00.966923 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5950 | 2025.06.18 18:40:00.966942 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} <Debug> TCPHandler: Processed in 0.001878846 sec. | ||
5951 | 2025.06.18 18:40:00.967040 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
5952 | 2025.06.18 18:40:00.967053 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5953 | 2025.06.18 18:40:00.967191 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5954 | 2025.06.18 18:40:00.967232 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5955 | 2025.06.18 18:40:00.967318 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5956 | 2025.06.18 18:40:00.967391 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 678 rows starting from the beginning of the part | ||
5957 | 2025.06.18 18:40:00.967520 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
5958 | 2025.06.18 18:40:00.967565 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5959 | 2025.06.18 18:40:00.967602 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5960 | 2025.06.18 18:40:00.967619 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part | ||
5961 | 2025.06.18 18:40:00.967717 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
5962 | 2025.06.18 18:40:00.967817 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part | ||
5963 | 2025.06.18 18:40:00.967915 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
5964 | 2025.06.18 18:40:00.967922 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5965 | 2025.06.18 18:40:00.968147 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5966 | 2025.06.18 18:40:00.968278 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. | ||
5967 | 2025.06.18 18:40:00.968313 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} <Debug> TCPHandler: Processed in 0.001307758 sec. | ||
5968 | 2025.06.18 18:40:00.972165 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 19 columns (19 merged, 0 gathered) in 0.005177952 sec., 150831.83467131405 rows/sec., 270.28 MiB/sec. | ||
5969 | 2025.06.18 18:40:00.973374 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5970 | 2025.06.18 18:40:00.973729 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5971 | 2025.06.18 18:40:00.973796 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5972 | 2025.06.18 18:40:00.973909 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
5973 | 2025.06.18 18:40:01.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.29 MiB, peak 261.87 MiB, free memory in arenas 0.00 B, will set to 255.31 MiB (RSS), difference: 1.01 MiB | ||
5974 | 2025.06.18 18:40:04.132057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 826 | ||
5975 | 2025.06.18 18:40:04.134210 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2025.06.18 18:40:04.134255 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5977 | 2025.06.18 18:40:04.135465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5978 | 2025.06.18 18:40:04.135747 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2025.06.18 18:40:04.136008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 826 | ||
5980 | 2025.06.18 18:40:05.958954 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5981 | 2025.06.18 18:40:05.959141 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5982 | 2025.06.18 18:40:05.959207 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5983 | 2025.06.18 18:40:05.959895 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5984 | 2025.06.18 18:40:05.959936 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5985 | 2025.06.18 18:40:05.960355 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5986 | 2025.06.18 18:40:05.960586 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5987 | 2025.06.18 18:40:05.960745 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00165 sec., 54545.454545454544 rows/sec., 4.56 MiB/sec. | ||
5988 | 2025.06.18 18:40:05.960792 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} <Debug> TCPHandler: Processed in 0.001963607 sec. | ||
5989 | 2025.06.18 18:40:05.960938 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5990 | 2025.06.18 18:40:05.961072 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5991 | 2025.06.18 18:40:05.961125 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5992 | 2025.06.18 18:40:05.961613 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2025.06.18 18:40:05.961652 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
5994 | 2025.06.18 18:40:05.962005 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5995 | 2025.06.18 18:40:05.962221 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5996 | 2025.06.18 18:40:05.962358 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001317 sec., 12908.124525436599 rows/sec., 970.63 KiB/sec. | ||
5997 | 2025.06.18 18:40:05.962398 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} <Debug> TCPHandler: Processed in 0.001524601 sec. | ||
5998 | 2025.06.18 18:40:05.962511 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5999 | 2025.06.18 18:40:05.962608 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6000 | 2025.06.18 18:40:05.962650 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6001 | 2025.06.18 18:40:05.963087 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6002 | 2025.06.18 18:40:05.963125 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6003 | 2025.06.18 18:40:05.963527 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6004 | 2025.06.18 18:40:05.963781 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6005 | 2025.06.18 18:40:05.963939 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001349 sec., 60044.47739065975 rows/sec., 4.69 MiB/sec. | ||
6006 | 2025.06.18 18:40:05.963986 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} <Debug> TCPHandler: Processed in 0.001523901 sec. | ||
6007 | 2025.06.18 18:40:05.964123 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6008 | 2025.06.18 18:40:05.964239 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6009 | 2025.06.18 18:40:05.964293 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6010 | 2025.06.18 18:40:05.964746 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6011 | 2025.06.18 18:40:05.964784 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6012 | 2025.06.18 18:40:05.965137 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6013 | 2025.06.18 18:40:05.965347 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2025.06.18 18:40:05.965482 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. | ||
6015 | 2025.06.18 18:40:05.965520 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} <Debug> TCPHandler: Processed in 0.001458671 sec. | ||
6016 | 2025.06.18 18:40:05.965631 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6017 | 2025.06.18 18:40:05.965725 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6018 | 2025.06.18 18:40:05.965780 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6019 | 2025.06.18 18:40:05.966570 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6020 | 2025.06.18 18:40:05.966608 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6021 | 2025.06.18 18:40:05.967184 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6022 | 2025.06.18 18:40:05.967435 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6023 | 2025.06.18 18:40:05.967579 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001872 sec., 9081.196581196582 rows/sec., 16.27 MiB/sec. | ||
6024 | 2025.06.18 18:40:05.967642 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} <Debug> TCPHandler: Processed in 0.002059579 sec. | ||
6025 | 2025.06.18 18:40:05.967761 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6026 | 2025.06.18 18:40:05.967855 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6027 | 2025.06.18 18:40:05.967897 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6028 | 2025.06.18 18:40:05.968257 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6029 | 2025.06.18 18:40:05.968294 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6030 | 2025.06.18 18:40:05.968620 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6031 | 2025.06.18 18:40:05.968832 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6032 | 2025.06.18 18:40:05.968965 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. | ||
6033 | 2025.06.18 18:40:05.969001 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} <Debug> TCPHandler: Processed in 0.001290077 sec. | ||
6034 | 2025.06.18 18:40:06.589438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
6035 | 2025.06.18 18:40:06.589890 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6036 | 2025.06.18 18:40:06.589932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6037 | 2025.06.18 18:40:06.590528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6038 | 2025.06.18 18:40:06.590765 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6039 | 2025.06.18 18:40:06.590907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
6040 | 2025.06.18 18:40:07.483716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
6041 | 2025.06.18 18:40:07.500647 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6042 | 2025.06.18 18:40:07.500691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6043 | 2025.06.18 18:40:07.506774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6044 | 2025.06.18 18:40:07.507489 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6045 | 2025.06.18 18:40:07.510334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
6046 | 2025.06.18 18:40:10.961133 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6047 | 2025.06.18 18:40:10.961348 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6048 | 2025.06.18 18:40:10.961423 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6049 | 2025.06.18 18:40:10.962088 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6050 | 2025.06.18 18:40:10.962130 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6051 | 2025.06.18 18:40:10.962519 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6052 | 2025.06.18 18:40:10.962744 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6053 | 2025.06.18 18:40:10.962909 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001615 sec., 14860.681114551084 rows/sec., 1.23 MiB/sec. | ||
6054 | 2025.06.18 18:40:10.962959 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} <Debug> TCPHandler: Processed in 0.001963438 sec. | ||
6055 | 2025.06.18 18:40:10.963096 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6056 | 2025.06.18 18:40:10.963201 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6057 | 2025.06.18 18:40:10.963252 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6058 | 2025.06.18 18:40:10.963752 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6059 | 2025.06.18 18:40:10.963790 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6060 | 2025.06.18 18:40:10.964104 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6061 | 2025.06.18 18:40:10.964327 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6062 | 2025.06.18 18:40:10.964465 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001289 sec., 7757.9519006982155 rows/sec., 632.61 KiB/sec. | ||
6063 | 2025.06.18 18:40:10.964504 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} <Debug> TCPHandler: Processed in 0.00146798 sec. | ||
6064 | 2025.06.18 18:40:10.964615 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6065 | 2025.06.18 18:40:10.964713 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6066 | 2025.06.18 18:40:10.964754 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6067 | 2025.06.18 18:40:10.965283 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6068 | 2025.06.18 18:40:10.965317 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6069 | 2025.06.18 18:40:10.965629 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6070 | 2025.06.18 18:40:10.965835 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6071 | 2025.06.18 18:40:10.965963 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Debug> executeQuery: Read 227 rows, 20.55 KiB in 0.001273 sec., 178318.93165750196 rows/sec., 15.76 MiB/sec. | ||
6072 | 2025.06.18 18:40:10.966000 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} <Debug> TCPHandler: Processed in 0.00143278 sec. | ||
6073 | 2025.06.18 18:40:10.966108 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6074 | 2025.06.18 18:40:10.966205 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6075 | 2025.06.18 18:40:10.966245 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6076 | 2025.06.18 18:40:10.966668 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6077 | 2025.06.18 18:40:10.966701 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6078 | 2025.06.18 18:40:10.966989 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6079 | 2025.06.18 18:40:10.967193 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6080 | 2025.06.18 18:40:10.967322 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Debug> executeQuery: Read 45 rows, 3.39 KiB in 0.001137 sec., 39577.836411609496 rows/sec., 2.91 MiB/sec. | ||
6081 | 2025.06.18 18:40:10.967357 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} <Debug> TCPHandler: Processed in 0.001295697 sec. | ||
6082 | 2025.06.18 18:40:10.967470 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6083 | 2025.06.18 18:40:10.967563 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6084 | 2025.06.18 18:40:10.967602 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6085 | 2025.06.18 18:40:10.968004 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6086 | 2025.06.18 18:40:10.968039 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6087 | 2025.06.18 18:40:10.968332 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6088 | 2025.06.18 18:40:10.968548 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6089 | 2025.06.18 18:40:10.968681 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001135 sec., 21145.374449339208 rows/sec., 1.75 MiB/sec. | ||
6090 | 2025.06.18 18:40:10.968716 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} <Debug> TCPHandler: Processed in 0.001293908 sec. | ||
6091 | 2025.06.18 18:40:10.968826 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6092 | 2025.06.18 18:40:10.968917 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6093 | 2025.06.18 18:40:10.968956 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6094 | 2025.06.18 18:40:10.969352 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6095 | 2025.06.18 18:40:10.969385 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6096 | 2025.06.18 18:40:10.969663 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6097 | 2025.06.18 18:40:10.969871 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6098 | 2025.06.18 18:40:10.969995 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 855.38 KiB/sec. | ||
6099 | 2025.06.18 18:40:10.970031 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} <Debug> TCPHandler: Processed in 0.001253367 sec. | ||
6100 | 2025.06.18 18:40:10.970138 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6101 | 2025.06.18 18:40:10.970230 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6102 | 2025.06.18 18:40:10.970270 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6103 | 2025.06.18 18:40:10.970755 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6104 | 2025.06.18 18:40:10.970789 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6105 | 2025.06.18 18:40:10.971091 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6106 | 2025.06.18 18:40:10.971298 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6107 | 2025.06.18 18:40:10.971428 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Debug> executeQuery: Read 133 rows, 11.03 KiB in 0.001215 sec., 109465.02057613169 rows/sec., 8.87 MiB/sec. | ||
6108 | 2025.06.18 18:40:10.971465 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} <Debug> TCPHandler: Processed in 0.001373669 sec. | ||
6109 | 2025.06.18 18:40:10.971573 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6110 | 2025.06.18 18:40:10.971665 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6111 | 2025.06.18 18:40:10.971707 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6112 | 2025.06.18 18:40:10.972131 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6113 | 2025.06.18 18:40:10.972164 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6114 | 2025.06.18 18:40:10.972490 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6115 | 2025.06.18 18:40:10.972698 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6116 | 2025.06.18 18:40:10.972827 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Debug> executeQuery: Read 201 rows, 14.75 KiB in 0.001179 sec., 170483.46055979645 rows/sec., 12.22 MiB/sec. | ||
6117 | 2025.06.18 18:40:10.972862 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} <Debug> TCPHandler: Processed in 0.001336928 sec. | ||
6118 | 2025.06.18 18:40:10.972974 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6119 | 2025.06.18 18:40:10.973067 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6120 | 2025.06.18 18:40:10.973122 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6121 | 2025.06.18 18:40:10.973933 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6122 | 2025.06.18 18:40:10.973968 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6123 | 2025.06.18 18:40:10.974489 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6124 | 2025.06.18 18:40:10.974712 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6125 | 2025.06.18 18:40:10.974851 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001801 sec., 12770.682953914491 rows/sec., 22.88 MiB/sec. | ||
6126 | 2025.06.18 18:40:10.974910 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} <Debug> TCPHandler: Processed in 0.001983128 sec. | ||
6127 | 2025.06.18 18:40:10.975022 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6128 | 2025.06.18 18:40:10.975116 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6129 | 2025.06.18 18:40:10.975157 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6130 | 2025.06.18 18:40:10.975500 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6131 | 2025.06.18 18:40:10.975534 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6132 | 2025.06.18 18:40:10.975832 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6133 | 2025.06.18 18:40:10.976047 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6134 | 2025.06.18 18:40:10.976176 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
6135 | 2025.06.18 18:40:10.976211 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} <Debug> TCPHandler: Processed in 0.001237877 sec. | ||
6136 | 2025.06.18 18:40:14.052323 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6137 | 2025.06.18 18:40:14.052384 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6138 | 2025.06.18 18:40:14.091056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
6139 | 2025.06.18 18:40:14.091565 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2025.06.18 18:40:14.091613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6141 | 2025.06.18 18:40:14.092107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6142 | 2025.06.18 18:40:14.092336 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6143 | 2025.06.18 18:40:14.092478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
6144 | 2025.06.18 18:40:14.092517 [ 92 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6145 | 2025.06.18 18:40:14.092593 [ 92 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6146 | 2025.06.18 18:40:14.092619 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6147 | 2025.06.18 18:40:14.092739 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6148 | 2025.06.18 18:40:14.092877 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6149 | 2025.06.18 18:40:14.092916 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6150 | 2025.06.18 18:40:14.092981 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6151 | 2025.06.18 18:40:14.093025 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6152 | 2025.06.18 18:40:14.093066 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6153 | 2025.06.18 18:40:14.093105 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6154 | 2025.06.18 18:40:14.093142 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6155 | 2025.06.18 18:40:14.095123 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002435114 sec., 6788593.881025693 rows/sec., 97.11 MiB/sec. | ||
6156 | 2025.06.18 18:40:14.095259 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6157 | 2025.06.18 18:40:14.095541 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6158 | 2025.06.18 18:40:14.095613 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6159 | 2025.06.18 18:40:14.095710 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
6160 | 2025.06.18 18:40:14.136173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 858 | ||
6161 | 2025.06.18 18:40:14.138596 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6162 | 2025.06.18 18:40:14.138650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6163 | 2025.06.18 18:40:14.139908 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6164 | 2025.06.18 18:40:14.140188 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6165 | 2025.06.18 18:40:14.140357 [ 92 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6166 | 2025.06.18 18:40:14.140406 [ 92 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6167 | 2025.06.18 18:40:14.140428 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6168 | 2025.06.18 18:40:14.140523 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
6169 | 2025.06.18 18:40:14.140567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 858 | ||
6170 | 2025.06.18 18:40:14.141114 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6171 | 2025.06.18 18:40:14.141256 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part | ||
6172 | 2025.06.18 18:40:14.141627 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
6173 | 2025.06.18 18:40:14.141939 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
6174 | 2025.06.18 18:40:14.142231 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part | ||
6175 | 2025.06.18 18:40:14.142535 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
6176 | 2025.06.18 18:40:14.142841 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
6177 | 2025.06.18 18:40:14.148955 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 72 columns (72 merged, 0 gathered) in 0.008475587 sec., 101231.92647305726 rows/sec., 83.90 MiB/sec. | ||
6178 | 2025.06.18 18:40:14.150269 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6179 | 2025.06.18 18:40:14.150870 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6180 | 2025.06.18 18:40:14.150955 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6181 | 2025.06.18 18:40:14.151296 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
6182 | 2025.06.18 18:40:15.010518 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 | ||
6183 | 2025.06.18 18:40:15.028531 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6184 | 2025.06.18 18:40:15.028596 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6185 | 2025.06.18 18:40:15.034993 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6186 | 2025.06.18 18:40:15.035698 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6187 | 2025.06.18 18:40:15.036007 [ 71 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6188 | 2025.06.18 18:40:15.036073 [ 71 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6189 | 2025.06.18 18:40:15.036094 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
6190 | 2025.06.18 18:40:15.036193 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6191 | 2025.06.18 18:40:15.038793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 271 | ||
6192 | 2025.06.18 18:40:15.039246 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6193 | 2025.06.18 18:40:15.040043 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6194 | 2025.06.18 18:40:15.043359 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6195 | 2025.06.18 18:40:15.046597 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6196 | 2025.06.18 18:40:15.050385 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6197 | 2025.06.18 18:40:15.054359 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6198 | 2025.06.18 18:40:15.058149 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6199 | 2025.06.18 18:40:15.111514 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.0753573 sec., 3596.2010316187016 rows/sec., 18.60 MiB/sec. | ||
6200 | 2025.06.18 18:40:15.113569 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6201 | 2025.06.18 18:40:15.115449 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6202 | 2025.06.18 18:40:15.115541 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6203 | 2025.06.18 18:40:15.117022 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6204 | 2025.06.18 18:40:15.959390 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6205 | 2025.06.18 18:40:15.959601 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6206 | 2025.06.18 18:40:15.959674 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6207 | 2025.06.18 18:40:15.960383 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6208 | 2025.06.18 18:40:15.960425 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6209 | 2025.06.18 18:40:15.960817 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6210 | 2025.06.18 18:40:15.961073 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6211 | 2025.06.18 18:40:15.961241 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001692 sec., 53191.48936170213 rows/sec., 4.45 MiB/sec. | ||
6212 | 2025.06.18 18:40:15.961295 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} <Debug> TCPHandler: Processed in 0.002041458 sec. | ||
6213 | 2025.06.18 18:40:15.961421 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6214 | 2025.06.18 18:40:15.961525 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6215 | 2025.06.18 18:40:15.961568 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6216 | 2025.06.18 18:40:15.962012 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6217 | 2025.06.18 18:40:15.962050 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6218 | 2025.06.18 18:40:15.962356 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6219 | 2025.06.18 18:40:15.962566 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6220 | 2025.06.18 18:40:15.962702 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001202 sec., 14143.094841930117 rows/sec., 1.04 MiB/sec. | ||
6221 | 2025.06.18 18:40:15.962709 [ 64 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6222 | 2025.06.18 18:40:15.962739 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} <Debug> TCPHandler: Processed in 0.001369359 sec. | ||
6223 | 2025.06.18 18:40:15.962778 [ 64 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6224 | 2025.06.18 18:40:15.962805 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6225 | 2025.06.18 18:40:15.962861 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6226 | 2025.06.18 18:40:15.962910 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
6227 | 2025.06.18 18:40:15.962960 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6228 | 2025.06.18 18:40:15.963003 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6229 | 2025.06.18 18:40:15.963050 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6230 | 2025.06.18 18:40:15.963102 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 174 rows starting from the beginning of the part | ||
6231 | 2025.06.18 18:40:15.963180 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 21 rows starting from the beginning of the part | ||
6232 | 2025.06.18 18:40:15.963237 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part | ||
6233 | 2025.06.18 18:40:15.963286 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part | ||
6234 | 2025.06.18 18:40:15.963332 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 45 rows starting from the beginning of the part | ||
6235 | 2025.06.18 18:40:15.963381 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part | ||
6236 | 2025.06.18 18:40:15.963415 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6237 | 2025.06.18 18:40:15.963463 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6238 | 2025.06.18 18:40:15.964130 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6239 | 2025.06.18 18:40:15.964376 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6240 | 2025.06.18 18:40:15.964510 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001573 sec., 51493.960584869674 rows/sec., 4.02 MiB/sec. | ||
6241 | 2025.06.18 18:40:15.964526 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667603 sec., 178099.9434517688 rows/sec., 12.80 MiB/sec. | ||
6242 | 2025.06.18 18:40:15.964546 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} <Debug> TCPHandler: Processed in 0.001740784 sec. | ||
6243 | 2025.06.18 18:40:15.964688 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6244 | 2025.06.18 18:40:15.964728 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6245 | 2025.06.18 18:40:15.964780 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6246 | 2025.06.18 18:40:15.964826 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6247 | 2025.06.18 18:40:15.965003 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6248 | 2025.06.18 18:40:15.965085 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6249 | 2025.06.18 18:40:15.965175 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
6250 | 2025.06.18 18:40:15.965235 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6251 | 2025.06.18 18:40:15.965273 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6252 | 2025.06.18 18:40:15.965667 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6253 | 2025.06.18 18:40:15.965888 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6254 | 2025.06.18 18:40:15.966019 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. | ||
6255 | 2025.06.18 18:40:15.966056 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} <Debug> TCPHandler: Processed in 0.001400239 sec. | ||
6256 | 2025.06.18 18:40:15.966165 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6257 | 2025.06.18 18:40:15.966259 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6258 | 2025.06.18 18:40:15.966315 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6259 | 2025.06.18 18:40:15.967105 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6260 | 2025.06.18 18:40:15.967141 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6261 | 2025.06.18 18:40:15.967690 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6262 | 2025.06.18 18:40:15.967914 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6263 | 2025.06.18 18:40:15.968049 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001808 sec., 9402.654867256637 rows/sec., 16.85 MiB/sec. | ||
6264 | 2025.06.18 18:40:15.968101 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} <Debug> TCPHandler: Processed in 0.001984287 sec. | ||
6265 | 2025.06.18 18:40:15.968219 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6266 | 2025.06.18 18:40:15.968313 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6267 | 2025.06.18 18:40:15.968355 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6268 | 2025.06.18 18:40:15.968699 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6269 | 2025.06.18 18:40:15.968734 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6270 | 2025.06.18 18:40:15.969044 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6271 | 2025.06.18 18:40:15.969256 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6272 | 2025.06.18 18:40:15.969382 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
6273 | 2025.06.18 18:40:15.969418 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} <Debug> TCPHandler: Processed in 0.001247877 sec. | ||
6274 | 2025.06.18 18:40:16.000258 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.13 MiB, peak 268.56 MiB, free memory in arenas 0.00 B, will set to 259.61 MiB (RSS), difference: 2.48 MiB | ||
6275 | 2025.06.18 18:40:20.960475 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6276 | 2025.06.18 18:40:20.960685 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6277 | 2025.06.18 18:40:20.960760 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6278 | 2025.06.18 18:40:20.961468 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6279 | 2025.06.18 18:40:20.961508 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6280 | 2025.06.18 18:40:20.961914 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6281 | 2025.06.18 18:40:20.962150 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6282 | 2025.06.18 18:40:20.962279 [ 109 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6283 | 2025.06.18 18:40:20.962310 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.00168 sec., 60714.28571428571 rows/sec., 5.07 MiB/sec. | ||
6284 | 2025.06.18 18:40:20.962316 [ 109 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6285 | 2025.06.18 18:40:20.962344 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6286 | 2025.06.18 18:40:20.962362 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} <Debug> TCPHandler: Processed in 0.002025488 sec. | ||
6287 | 2025.06.18 18:40:20.962474 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
6288 | 2025.06.18 18:40:20.962491 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6289 | 2025.06.18 18:40:20.962631 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6290 | 2025.06.18 18:40:20.962633 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6291 | 2025.06.18 18:40:20.962681 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6292 | 2025.06.18 18:40:20.962686 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 826 rows starting from the beginning of the part | ||
6293 | 2025.06.18 18:40:20.962769 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 102 rows starting from the beginning of the part | ||
6294 | 2025.06.18 18:40:20.962815 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part | ||
6295 | 2025.06.18 18:40:20.962859 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 227 rows starting from the beginning of the part | ||
6296 | 2025.06.18 18:40:20.962900 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part | ||
6297 | 2025.06.18 18:40:20.962941 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 102 rows starting from the beginning of the part | ||
6298 | 2025.06.18 18:40:20.963114 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6299 | 2025.06.18 18:40:20.963157 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6300 | 2025.06.18 18:40:20.963486 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6301 | 2025.06.18 18:40:20.963728 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6302 | 2025.06.18 18:40:20.963865 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001264 sec., 18196.20253164557 rows/sec., 1.34 MiB/sec. | ||
6303 | 2025.06.18 18:40:20.963904 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} <Debug> TCPHandler: Processed in 0.00146539 sec. | ||
6304 | 2025.06.18 18:40:20.964076 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6305 | 2025.06.18 18:40:20.964080 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1437 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667633 sec., 861700.3861161299 rows/sec., 75.05 MiB/sec. | ||
6306 | 2025.06.18 18:40:20.964175 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6307 | 2025.06.18 18:40:20.964220 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6308 | 2025.06.18 18:40:20.964364 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6309 | 2025.06.18 18:40:20.964650 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6310 | 2025.06.18 18:40:20.964695 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6311 | 2025.06.18 18:40:20.964748 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6312 | 2025.06.18 18:40:20.964864 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6313 | 2025.06.18 18:40:20.964979 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6314 | 2025.06.18 18:40:20.965030 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6315 | 2025.06.18 18:40:20.965258 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6316 | 2025.06.18 18:40:20.965365 [ 109 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6317 | 2025.06.18 18:40:20.965391 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001237 sec., 70331.44704931285 rows/sec., 5.49 MiB/sec. | ||
6318 | 2025.06.18 18:40:20.965397 [ 109 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6319 | 2025.06.18 18:40:20.965422 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6320 | 2025.06.18 18:40:20.965431 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} <Debug> TCPHandler: Processed in 0.00140541 sec. | ||
6321 | 2025.06.18 18:40:20.965505 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
6322 | 2025.06.18 18:40:20.965545 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6323 | 2025.06.18 18:40:20.965619 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6324 | 2025.06.18 18:40:20.965649 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6325 | 2025.06.18 18:40:20.965657 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 492 rows starting from the beginning of the part | ||
6326 | 2025.06.18 18:40:20.965701 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6327 | 2025.06.18 18:40:20.965737 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 87 rows starting from the beginning of the part | ||
6328 | 2025.06.18 18:40:20.965790 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 81 rows starting from the beginning of the part | ||
6329 | 2025.06.18 18:40:20.965832 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 133 rows starting from the beginning of the part | ||
6330 | 2025.06.18 18:40:20.965872 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 81 rows starting from the beginning of the part | ||
6331 | 2025.06.18 18:40:20.965916 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 87 rows starting from the beginning of the part | ||
6332 | 2025.06.18 18:40:20.966140 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6333 | 2025.06.18 18:40:20.966183 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6334 | 2025.06.18 18:40:20.966573 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6335 | 2025.06.18 18:40:20.966805 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6336 | 2025.06.18 18:40:20.966868 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140359 sec., 684672.874557385 rows/sec., 54.58 MiB/sec. | ||
6337 | 2025.06.18 18:40:20.966900 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6338 | 2025.06.18 18:40:20.966931 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6339 | 2025.06.18 18:40:20.966938 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001309 sec., 122230.71046600457 rows/sec., 8.51 MiB/sec. | ||
6340 | 2025.06.18 18:40:20.966947 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6341 | 2025.06.18 18:40:20.967010 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} <Debug> TCPHandler: Processed in 0.001514961 sec. | ||
6342 | 2025.06.18 18:40:20.967014 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6343 | 2025.06.18 18:40:20.967089 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6344 | 2025.06.18 18:40:20.967127 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6345 | 2025.06.18 18:40:20.967209 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6346 | 2025.06.18 18:40:20.967230 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6347 | 2025.06.18 18:40:20.967253 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 8164 rows starting from the beginning of the part | ||
6348 | 2025.06.18 18:40:20.967293 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6349 | 2025.06.18 18:40:20.967336 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6350 | 2025.06.18 18:40:20.967352 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6351 | 2025.06.18 18:40:20.967412 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6352 | 2025.06.18 18:40:20.967447 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6353 | 2025.06.18 18:40:20.967479 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 201 rows starting from the beginning of the part | ||
6354 | 2025.06.18 18:40:20.967530 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
6355 | 2025.06.18 18:40:20.967541 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6356 | 2025.06.18 18:40:20.967594 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6357 | 2025.06.18 18:40:20.968191 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6358 | 2025.06.18 18:40:20.968235 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6359 | 2025.06.18 18:40:20.969052 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6360 | 2025.06.18 18:40:20.969311 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6361 | 2025.06.18 18:40:20.969468 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002257 sec., 10190.5183872397 rows/sec., 18.26 MiB/sec. | ||
6362 | 2025.06.18 18:40:20.969538 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} <Debug> TCPHandler: Processed in 0.002461134 sec. | ||
6363 | 2025.06.18 18:40:20.969657 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6364 | 2025.06.18 18:40:20.969754 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6365 | 2025.06.18 18:40:20.969797 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6366 | 2025.06.18 18:40:20.970150 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6367 | 2025.06.18 18:40:20.970187 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6368 | 2025.06.18 18:40:20.970647 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6369 | 2025.06.18 18:40:20.970886 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6370 | 2025.06.18 18:40:20.970990 [ 109 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6371 | 2025.06.18 18:40:20.971018 [ 109 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6372 | 2025.06.18 18:40:20.971024 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. | ||
6373 | 2025.06.18 18:40:20.971035 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6374 | 2025.06.18 18:40:20.971062 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} <Debug> TCPHandler: Processed in 0.00145525 sec. | ||
6375 | 2025.06.18 18:40:20.971124 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6376 | 2025.06.18 18:40:20.971256 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6377 | 2025.06.18 18:40:20.971295 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2836 rows starting from the beginning of the part | ||
6378 | 2025.06.18 18:40:20.971364 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6379 | 2025.06.18 18:40:20.971414 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6380 | 2025.06.18 18:40:20.971459 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6381 | 2025.06.18 18:40:20.971501 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6382 | 2025.06.18 18:40:20.971543 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6383 | 2025.06.18 18:40:20.971549 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9005 rows, containing 5 columns (5 merged, 0 gathered) in 0.004517612 sec., 1993309.7397474595 rows/sec., 139.53 MiB/sec. | ||
6384 | 2025.06.18 18:40:20.971772 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6385 | 2025.06.18 18:40:20.972089 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6386 | 2025.06.18 18:40:20.972174 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6387 | 2025.06.18 18:40:20.972251 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
6388 | 2025.06.18 18:40:20.972891 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 4 columns (4 merged, 0 gathered) in 0.001808185 sec., 1734335.8118776565 rows/sec., 116.18 MiB/sec. | ||
6389 | 2025.06.18 18:40:20.973162 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6390 | 2025.06.18 18:40:20.973437 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6391 | 2025.06.18 18:40:20.973519 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6392 | 2025.06.18 18:40:20.973597 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
6393 | 2025.06.18 18:40:21.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.15 MiB, peak 268.56 MiB, free memory in arenas 0.00 B, will set to 261.19 MiB (RSS), difference: 1.03 MiB | ||
6394 | 2025.06.18 18:40:21.531193 [ 109 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6395 | 2025.06.18 18:40:21.531259 [ 109 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6396 | 2025.06.18 18:40:21.531284 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6397 | 2025.06.18 18:40:21.531426 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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 | ||
6398 | 2025.06.18 18:40:21.531595 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6399 | 2025.06.18 18:40:21.531638 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part | ||
6400 | 2025.06.18 18:40:21.531717 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
6401 | 2025.06.18 18:40:21.531768 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6402 | 2025.06.18 18:40:21.531816 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
6403 | 2025.06.18 18:40:21.531861 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
6404 | 2025.06.18 18:40:21.532621 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250907 sec., 27180.277990290244 rows/sec., 2.27 MiB/sec. | ||
6405 | 2025.06.18 18:40:21.532814 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6406 | 2025.06.18 18:40:21.533152 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6407 | 2025.06.18 18:40:21.533238 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6408 | 2025.06.18 18:40:21.533344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6409 | 2025.06.18 18:40:21.592835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
6410 | 2025.06.18 18:40:21.593320 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6411 | 2025.06.18 18:40:21.593356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6412 | 2025.06.18 18:40:21.593821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6413 | 2025.06.18 18:40:21.594050 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6414 | 2025.06.18 18:40:21.594191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
6415 | 2025.06.18 18:40:22.539098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 | ||
6416 | 2025.06.18 18:40:22.554616 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6417 | 2025.06.18 18:40:22.554675 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6418 | 2025.06.18 18:40:22.560328 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6419 | 2025.06.18 18:40:22.561023 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6420 | 2025.06.18 18:40:22.563708 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
6421 | 2025.06.18 18:40:24.141104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 882 | ||
6422 | 2025.06.18 18:40:24.143432 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6423 | 2025.06.18 18:40:24.143490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6424 | 2025.06.18 18:40:24.144693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6425 | 2025.06.18 18:40:24.144987 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6426 | 2025.06.18 18:40:24.145358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
6427 | 2025.06.18 18:40:25.960129 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6428 | 2025.06.18 18:40:25.960343 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6429 | 2025.06.18 18:40:25.960418 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6430 | 2025.06.18 18:40:25.961047 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6431 | 2025.06.18 18:40:25.961092 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6432 | 2025.06.18 18:40:25.961477 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6433 | 2025.06.18 18:40:25.961731 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6434 | 2025.06.18 18:40:25.961896 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001605 sec., 1246.105919003115 rows/sec., 101.61 KiB/sec. | ||
6435 | 2025.06.18 18:40:25.961946 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} <Debug> TCPHandler: Processed in 0.001956717 sec. | ||
6436 | 2025.06.18 18:40:25.962071 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6437 | 2025.06.18 18:40:25.962174 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6438 | 2025.06.18 18:40:25.962219 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6439 | 2025.06.18 18:40:25.962682 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6440 | 2025.06.18 18:40:25.962720 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6441 | 2025.06.18 18:40:25.963020 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6442 | 2025.06.18 18:40:25.963228 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6443 | 2025.06.18 18:40:25.963355 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001248 sec., 72916.66666666667 rows/sec., 6.09 MiB/sec. | ||
6444 | 2025.06.18 18:40:25.963391 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} <Debug> TCPHandler: Processed in 0.001417629 sec. | ||
6445 | 2025.06.18 18:40:25.963495 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6446 | 2025.06.18 18:40:25.963585 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6447 | 2025.06.18 18:40:25.963624 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6448 | 2025.06.18 18:40:25.964093 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6449 | 2025.06.18 18:40:25.964131 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6450 | 2025.06.18 18:40:25.964432 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6451 | 2025.06.18 18:40:25.964646 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6452 | 2025.06.18 18:40:25.964780 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001154 sec., 16464.471403812822 rows/sec., 1.20 MiB/sec. | ||
6453 | 2025.06.18 18:40:25.964818 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} <Debug> TCPHandler: Processed in 0.001318419 sec. | ||
6454 | 2025.06.18 18:40:25.964924 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6455 | 2025.06.18 18:40:25.965020 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6456 | 2025.06.18 18:40:25.965060 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6457 | 2025.06.18 18:40:25.965481 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6458 | 2025.06.18 18:40:25.965517 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6459 | 2025.06.18 18:40:25.965821 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6460 | 2025.06.18 18:40:25.966053 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6461 | 2025.06.18 18:40:25.966184 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001183 sec., 70160.60862214708 rows/sec., 5.48 MiB/sec. | ||
6462 | 2025.06.18 18:40:25.966222 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} <Debug> TCPHandler: Processed in 0.001346029 sec. | ||
6463 | 2025.06.18 18:40:25.966332 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6464 | 2025.06.18 18:40:25.966428 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6465 | 2025.06.18 18:40:25.966472 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6466 | 2025.06.18 18:40:25.966880 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6467 | 2025.06.18 18:40:25.966918 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6468 | 2025.06.18 18:40:25.967254 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6469 | 2025.06.18 18:40:25.967483 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6470 | 2025.06.18 18:40:25.967615 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001206 sec., 133499.17081260364 rows/sec., 9.30 MiB/sec. | ||
6471 | 2025.06.18 18:40:25.967653 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} <Debug> TCPHandler: Processed in 0.001370539 sec. | ||
6472 | 2025.06.18 18:40:25.967772 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6473 | 2025.06.18 18:40:25.967876 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6474 | 2025.06.18 18:40:25.967932 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6475 | 2025.06.18 18:40:25.968765 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6476 | 2025.06.18 18:40:25.968803 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6477 | 2025.06.18 18:40:25.969352 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6478 | 2025.06.18 18:40:25.969583 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6479 | 2025.06.18 18:40:25.969702 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6480 | 2025.06.18 18:40:25.969725 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001869 sec., 9095.773140716961 rows/sec., 16.30 MiB/sec. | ||
6481 | 2025.06.18 18:40:25.969774 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6482 | 2025.06.18 18:40:25.969799 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6483 | 2025.06.18 18:40:25.969809 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} <Debug> TCPHandler: Processed in 0.002090978 sec. | ||
6484 | 2025.06.18 18:40:25.969923 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
6485 | 2025.06.18 18:40:25.969942 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2025.06.18 18:40:25.970055 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6487 | 2025.06.18 18:40:25.970098 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6488 | 2025.06.18 18:40:25.970169 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6489 | 2025.06.18 18:40:25.970229 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 781 rows starting from the beginning of the part | ||
6490 | 2025.06.18 18:40:25.970361 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 17 rows starting from the beginning of the part | ||
6491 | 2025.06.18 18:40:25.970456 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2025.06.18 18:40:25.970467 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part | ||
6493 | 2025.06.18 18:40:25.970500 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6494 | 2025.06.18 18:40:25.970581 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part | ||
6495 | 2025.06.18 18:40:25.970689 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
6496 | 2025.06.18 18:40:25.970793 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part | ||
6497 | 2025.06.18 18:40:25.970841 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6498 | 2025.06.18 18:40:25.971074 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6499 | 2025.06.18 18:40:25.971215 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. | ||
6500 | 2025.06.18 18:40:25.971254 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} <Debug> TCPHandler: Processed in 0.001362188 sec. | ||
6501 | 2025.06.18 18:40:25.985645 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 19 columns (19 merged, 0 gathered) in 0.015782368 sec., 55631.702416266045 rows/sec., 99.69 MiB/sec. | ||
6502 | 2025.06.18 18:40:25.986647 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6503 | 2025.06.18 18:40:25.986975 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6504 | 2025.06.18 18:40:25.987052 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6505 | 2025.06.18 18:40:25.987163 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
6506 | 2025.06.18 18:40:26.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.16 MiB, peak 269.69 MiB, free memory in arenas 0.00 B, will set to 264.55 MiB (RSS), difference: 2.38 MiB | ||
6507 | 2025.06.18 18:40:29.052428 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6508 | 2025.06.18 18:40:29.052481 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6509 | 2025.06.18 18:40:29.094367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
6510 | 2025.06.18 18:40:29.094861 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6511 | 2025.06.18 18:40:29.094901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6512 | 2025.06.18 18:40:29.095374 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6513 | 2025.06.18 18:40:29.095605 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6514 | 2025.06.18 18:40:29.095736 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
6515 | 2025.06.18 18:40:30.063879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
6516 | 2025.06.18 18:40:30.080136 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6517 | 2025.06.18 18:40:30.080192 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6518 | 2025.06.18 18:40:30.086097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6519 | 2025.06.18 18:40:30.086806 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6520 | 2025.06.18 18:40:30.089491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
6521 | 2025.06.18 18:40:30.959916 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6522 | 2025.06.18 18:40:30.960100 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6523 | 2025.06.18 18:40:30.960163 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6524 | 2025.06.18 18:40:30.960818 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6525 | 2025.06.18 18:40:30.960854 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6526 | 2025.06.18 18:40:30.961219 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6527 | 2025.06.18 18:40:30.961441 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6528 | 2025.06.18 18:40:30.961589 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001537 sec., 66363.04489264802 rows/sec., 5.54 MiB/sec. | ||
6529 | 2025.06.18 18:40:30.961630 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} <Debug> TCPHandler: Processed in 0.001840165 sec. | ||
6530 | 2025.06.18 18:40:30.961750 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6531 | 2025.06.18 18:40:30.961844 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6532 | 2025.06.18 18:40:30.961884 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6533 | 2025.06.18 18:40:30.962276 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6534 | 2025.06.18 18:40:30.962310 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6535 | 2025.06.18 18:40:30.962596 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6536 | 2025.06.18 18:40:30.962812 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6537 | 2025.06.18 18:40:30.962936 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001111 sec., 20702.0702070207 rows/sec., 1.52 MiB/sec. | ||
6538 | 2025.06.18 18:40:30.962973 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} <Debug> TCPHandler: Processed in 0.001271567 sec. | ||
6539 | 2025.06.18 18:40:30.963072 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6540 | 2025.06.18 18:40:30.963164 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6541 | 2025.06.18 18:40:30.963203 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6542 | 2025.06.18 18:40:30.963608 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6543 | 2025.06.18 18:40:30.963642 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6544 | 2025.06.18 18:40:30.963936 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6545 | 2025.06.18 18:40:30.964145 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6546 | 2025.06.18 18:40:30.964267 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00112 sec., 77678.57142857143 rows/sec., 6.07 MiB/sec. | ||
6547 | 2025.06.18 18:40:30.964303 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} <Debug> TCPHandler: Processed in 0.001279048 sec. | ||
6548 | 2025.06.18 18:40:30.964409 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6549 | 2025.06.18 18:40:30.964501 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6550 | 2025.06.18 18:40:30.964543 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6551 | 2025.06.18 18:40:30.964952 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6552 | 2025.06.18 18:40:30.964988 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6553 | 2025.06.18 18:40:30.965302 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6554 | 2025.06.18 18:40:30.965510 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6555 | 2025.06.18 18:40:30.965635 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. | ||
6556 | 2025.06.18 18:40:30.965671 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} <Debug> TCPHandler: Processed in 0.001308578 sec. | ||
6557 | 2025.06.18 18:40:30.965781 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6558 | 2025.06.18 18:40:30.965873 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6559 | 2025.06.18 18:40:30.965925 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6560 | 2025.06.18 18:40:30.966716 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6561 | 2025.06.18 18:40:30.966752 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6562 | 2025.06.18 18:40:30.967265 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6563 | 2025.06.18 18:40:30.967493 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6564 | 2025.06.18 18:40:30.967626 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00177 sec., 12994.350282485875 rows/sec., 23.29 MiB/sec. | ||
6565 | 2025.06.18 18:40:30.967677 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} <Debug> TCPHandler: Processed in 0.001948557 sec. | ||
6566 | 2025.06.18 18:40:30.967792 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2025.06.18 18:40:30.967885 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6568 | 2025.06.18 18:40:30.967925 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6569 | 2025.06.18 18:40:30.968260 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6570 | 2025.06.18 18:40:30.968296 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6571 | 2025.06.18 18:40:30.968597 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6572 | 2025.06.18 18:40:30.968803 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6573 | 2025.06.18 18:40:30.968927 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. | ||
6574 | 2025.06.18 18:40:30.968962 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} <Debug> TCPHandler: Processed in 0.001218797 sec. | ||
6575 | 2025.06.18 18:40:34.145653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 908 | ||
6576 | 2025.06.18 18:40:34.148253 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2025.06.18 18:40:34.148297 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6578 | 2025.06.18 18:40:34.149448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6579 | 2025.06.18 18:40:34.149706 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6580 | 2025.06.18 18:40:34.149960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
6581 | 2025.06.18 18:40:35.958937 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6582 | 2025.06.18 18:40:35.959132 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6583 | 2025.06.18 18:40:35.959198 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6584 | 2025.06.18 18:40:35.959878 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6585 | 2025.06.18 18:40:35.959925 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6586 | 2025.06.18 18:40:35.960327 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6587 | 2025.06.18 18:40:35.960560 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6588 | 2025.06.18 18:40:35.960719 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001638 sec., 54945.054945054944 rows/sec., 4.59 MiB/sec. | ||
6589 | 2025.06.18 18:40:35.960763 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} <Debug> TCPHandler: Processed in 0.001965677 sec. | ||
6590 | 2025.06.18 18:40:35.960889 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6591 | 2025.06.18 18:40:35.960986 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6592 | 2025.06.18 18:40:35.961027 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6593 | 2025.06.18 18:40:35.961434 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6594 | 2025.06.18 18:40:35.961471 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6595 | 2025.06.18 18:40:35.961779 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6596 | 2025.06.18 18:40:35.962012 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2025.06.18 18:40:35.962140 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001174 sec., 14480.408858603067 rows/sec., 1.06 MiB/sec. | ||
6598 | 2025.06.18 18:40:35.962178 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} <Debug> TCPHandler: Processed in 0.001339439 sec. | ||
6599 | 2025.06.18 18:40:35.962288 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6600 | 2025.06.18 18:40:35.962383 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6601 | 2025.06.18 18:40:35.962423 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6602 | 2025.06.18 18:40:35.962837 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6603 | 2025.06.18 18:40:35.962873 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6604 | 2025.06.18 18:40:35.963184 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6605 | 2025.06.18 18:40:35.963397 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6606 | 2025.06.18 18:40:35.963525 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001161 sec., 69767.44186046511 rows/sec., 5.45 MiB/sec. | ||
6607 | 2025.06.18 18:40:35.963562 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} <Debug> TCPHandler: Processed in 0.001324828 sec. | ||
6608 | 2025.06.18 18:40:35.963673 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6609 | 2025.06.18 18:40:35.963770 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6610 | 2025.06.18 18:40:35.963814 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6611 | 2025.06.18 18:40:35.964232 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6612 | 2025.06.18 18:40:35.964268 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6613 | 2025.06.18 18:40:35.964602 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6614 | 2025.06.18 18:40:35.964821 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6615 | 2025.06.18 18:40:35.964951 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
6616 | 2025.06.18 18:40:35.964989 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} <Debug> TCPHandler: Processed in 0.001364699 sec. | ||
6617 | 2025.06.18 18:40:35.965088 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6618 | 2025.06.18 18:40:35.965183 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6619 | 2025.06.18 18:40:35.965238 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6620 | 2025.06.18 18:40:35.966017 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6621 | 2025.06.18 18:40:35.966053 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6622 | 2025.06.18 18:40:35.966583 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6623 | 2025.06.18 18:40:35.966820 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6624 | 2025.06.18 18:40:35.966962 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001798 sec., 9454.949944382648 rows/sec., 16.94 MiB/sec. | ||
6625 | 2025.06.18 18:40:35.967016 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} <Debug> TCPHandler: Processed in 0.001976607 sec. | ||
6626 | 2025.06.18 18:40:35.967128 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6627 | 2025.06.18 18:40:35.967224 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6628 | 2025.06.18 18:40:35.967267 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6629 | 2025.06.18 18:40:35.967601 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6630 | 2025.06.18 18:40:35.967637 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6631 | 2025.06.18 18:40:35.967958 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6632 | 2025.06.18 18:40:35.968176 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6633 | 2025.06.18 18:40:35.968308 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. | ||
6634 | 2025.06.18 18:40:35.968345 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} <Debug> TCPHandler: Processed in 0.001267917 sec. | ||
6635 | 2025.06.18 18:40:36.595905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
6636 | 2025.06.18 18:40:36.596415 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6637 | 2025.06.18 18:40:36.596463 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6638 | 2025.06.18 18:40:36.596978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6639 | 2025.06.18 18:40:36.597225 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6640 | 2025.06.18 18:40:36.597359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
6641 | 2025.06.18 18:40:37.589610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
6642 | 2025.06.18 18:40:37.606302 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6643 | 2025.06.18 18:40:37.606371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6644 | 2025.06.18 18:40:37.612719 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6645 | 2025.06.18 18:40:37.613500 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6646 | 2025.06.18 18:40:37.617065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
6647 | 2025.06.18 18:40:40.961584 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6648 | 2025.06.18 18:40:40.961781 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6649 | 2025.06.18 18:40:40.961852 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6650 | 2025.06.18 18:40:40.962513 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6651 | 2025.06.18 18:40:40.962558 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6652 | 2025.06.18 18:40:40.962985 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6653 | 2025.06.18 18:40:40.963232 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2025.06.18 18:40:40.963392 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001661 sec., 14449.127031908489 rows/sec., 1.20 MiB/sec. | ||
6655 | 2025.06.18 18:40:40.963442 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} <Debug> TCPHandler: Processed in 0.001992688 sec. | ||
6656 | 2025.06.18 18:40:40.963566 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6657 | 2025.06.18 18:40:40.963670 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6658 | 2025.06.18 18:40:40.963714 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6659 | 2025.06.18 18:40:40.964117 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6660 | 2025.06.18 18:40:40.964153 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6661 | 2025.06.18 18:40:40.964455 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6662 | 2025.06.18 18:40:40.964676 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6663 | 2025.06.18 18:40:40.964807 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001162 sec., 1721.170395869191 rows/sec., 140.35 KiB/sec. | ||
6664 | 2025.06.18 18:40:40.964846 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} <Debug> TCPHandler: Processed in 0.001333028 sec. | ||
6665 | 2025.06.18 18:40:40.964957 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6666 | 2025.06.18 18:40:40.965054 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6667 | 2025.06.18 18:40:40.965096 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6668 | 2025.06.18 18:40:40.965618 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6669 | 2025.06.18 18:40:40.965653 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6670 | 2025.06.18 18:40:40.965998 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6671 | 2025.06.18 18:40:40.966226 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6672 | 2025.06.18 18:40:40.966367 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Debug> executeQuery: Read 223 rows, 20.26 KiB in 0.001333 sec., 167291.82295573893 rows/sec., 14.84 MiB/sec. | ||
6673 | 2025.06.18 18:40:40.966407 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} <Debug> TCPHandler: Processed in 0.00149859 sec. | ||
6674 | 2025.06.18 18:40:40.966523 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6675 | 2025.06.18 18:40:40.966621 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6676 | 2025.06.18 18:40:40.966663 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6677 | 2025.06.18 18:40:40.967072 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6678 | 2025.06.18 18:40:40.967107 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6679 | 2025.06.18 18:40:40.967419 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6680 | 2025.06.18 18:40:40.967644 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6681 | 2025.06.18 18:40:40.967755 [ 81 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6682 | 2025.06.18 18:40:40.967772 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Debug> executeQuery: Read 37 rows, 2.83 KiB in 0.00117 sec., 31623.93162393162 rows/sec., 2.36 MiB/sec. | ||
6683 | 2025.06.18 18:40:40.967802 [ 81 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6684 | 2025.06.18 18:40:40.967813 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} <Debug> TCPHandler: Processed in 0.001340398 sec. | ||
6685 | 2025.06.18 18:40:40.967829 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6686 | 2025.06.18 18:40:40.967941 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6687 | 2025.06.18 18:40:40.967964 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
6688 | 2025.06.18 18:40:40.968037 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6689 | 2025.06.18 18:40:40.968083 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6690 | 2025.06.18 18:40:40.968122 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6691 | 2025.06.18 18:40:40.968160 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
6692 | 2025.06.18 18:40:40.968225 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part | ||
6693 | 2025.06.18 18:40:40.968270 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 19 rows starting from the beginning of the part | ||
6694 | 2025.06.18 18:40:40.968315 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part | ||
6695 | 2025.06.18 18:40:40.968354 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part | ||
6696 | 2025.06.18 18:40:40.968393 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 37 rows starting from the beginning of the part | ||
6697 | 2025.06.18 18:40:40.968514 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6698 | 2025.06.18 18:40:40.968556 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6699 | 2025.06.18 18:40:40.968904 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6700 | 2025.06.18 18:40:40.969142 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6701 | 2025.06.18 18:40:40.969276 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001258 sec., 19077.90143084261 rows/sec., 1.58 MiB/sec. | ||
6702 | 2025.06.18 18:40:40.969292 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386629 sec., 212746.16353761533 rows/sec., 15.32 MiB/sec. | ||
6703 | 2025.06.18 18:40:40.969316 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} <Debug> TCPHandler: Processed in 0.00142485 sec. | ||
6704 | 2025.06.18 18:40:40.969448 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6705 | 2025.06.18 18:40:40.969450 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6706 | 2025.06.18 18:40:40.969547 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6707 | 2025.06.18 18:40:40.969594 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6708 | 2025.06.18 18:40:40.969724 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6709 | 2025.06.18 18:40:40.969806 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6710 | 2025.06.18 18:40:40.969893 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
6711 | 2025.06.18 18:40:40.969996 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6712 | 2025.06.18 18:40:40.970037 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6713 | 2025.06.18 18:40:40.970341 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6714 | 2025.06.18 18:40:40.970569 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6715 | 2025.06.18 18:40:40.970700 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001171 sec., 10247.651579846286 rows/sec., 800.60 KiB/sec. | ||
6716 | 2025.06.18 18:40:40.970738 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} <Debug> TCPHandler: Processed in 0.001338928 sec. | ||
6717 | 2025.06.18 18:40:40.970851 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6718 | 2025.06.18 18:40:40.970948 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6719 | 2025.06.18 18:40:40.970988 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6720 | 2025.06.18 18:40:40.971473 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6721 | 2025.06.18 18:40:40.971507 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6722 | 2025.06.18 18:40:40.971833 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6723 | 2025.06.18 18:40:40.972082 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6724 | 2025.06.18 18:40:40.972220 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Debug> executeQuery: Read 125 rows, 10.38 KiB in 0.00129 sec., 96899.22480620156 rows/sec., 7.86 MiB/sec. | ||
6725 | 2025.06.18 18:40:40.972258 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} <Debug> TCPHandler: Processed in 0.00146136 sec. | ||
6726 | 2025.06.18 18:40:40.972377 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6727 | 2025.06.18 18:40:40.972473 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6728 | 2025.06.18 18:40:40.972516 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6729 | 2025.06.18 18:40:40.972953 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2025.06.18 18:40:40.972989 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6731 | 2025.06.18 18:40:40.973319 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6732 | 2025.06.18 18:40:40.973534 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6733 | 2025.06.18 18:40:40.973667 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001214 sec., 162273.47611202634 rows/sec., 11.64 MiB/sec. | ||
6734 | 2025.06.18 18:40:40.973704 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} <Debug> TCPHandler: Processed in 0.001378199 sec. | ||
6735 | 2025.06.18 18:40:40.973821 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6736 | 2025.06.18 18:40:40.973920 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6737 | 2025.06.18 18:40:40.973976 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6738 | 2025.06.18 18:40:40.974798 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6739 | 2025.06.18 18:40:40.974833 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6740 | 2025.06.18 18:40:40.975379 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6741 | 2025.06.18 18:40:40.975627 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6742 | 2025.06.18 18:40:40.975768 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001866 sec., 12325.830653804931 rows/sec., 22.09 MiB/sec. | ||
6743 | 2025.06.18 18:40:40.975831 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} <Debug> TCPHandler: Processed in 0.002060109 sec. | ||
6744 | 2025.06.18 18:40:40.975945 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6745 | 2025.06.18 18:40:40.976041 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6746 | 2025.06.18 18:40:40.976083 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6747 | 2025.06.18 18:40:40.976425 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6748 | 2025.06.18 18:40:40.976460 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6749 | 2025.06.18 18:40:40.976770 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6750 | 2025.06.18 18:40:40.976997 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6751 | 2025.06.18 18:40:40.977125 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. | ||
6752 | 2025.06.18 18:40:40.977162 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} <Debug> TCPHandler: Processed in 0.001266237 sec. | ||
6753 | 2025.06.18 18:40:44.052525 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6754 | 2025.06.18 18:40:44.052601 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6755 | 2025.06.18 18:40:44.097439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
6756 | 2025.06.18 18:40:44.097949 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6757 | 2025.06.18 18:40:44.097996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6758 | 2025.06.18 18:40:44.098491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6759 | 2025.06.18 18:40:44.098747 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6760 | 2025.06.18 18:40:44.098900 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
6761 | 2025.06.18 18:40:44.150165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 940 | ||
6762 | 2025.06.18 18:40:44.152761 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6763 | 2025.06.18 18:40:44.152801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6764 | 2025.06.18 18:40:44.154002 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6765 | 2025.06.18 18:40:44.154274 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6766 | 2025.06.18 18:40:44.154639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
6767 | 2025.06.18 18:40:45.117170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
6768 | 2025.06.18 18:40:45.135547 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6769 | 2025.06.18 18:40:45.135612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6770 | 2025.06.18 18:40:45.142258 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6771 | 2025.06.18 18:40:45.142975 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6772 | 2025.06.18 18:40:45.146594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
6773 | 2025.06.18 18:40:45.959799 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6774 | 2025.06.18 18:40:45.959993 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6775 | 2025.06.18 18:40:45.960060 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6776 | 2025.06.18 18:40:45.960746 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6777 | 2025.06.18 18:40:45.960793 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6778 | 2025.06.18 18:40:45.961215 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6779 | 2025.06.18 18:40:45.961455 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6780 | 2025.06.18 18:40:45.961602 [ 66 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6781 | 2025.06.18 18:40:45.961616 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001672 sec., 53827.75119617225 rows/sec., 4.50 MiB/sec. | ||
6782 | 2025.06.18 18:40:45.961669 [ 66 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6783 | 2025.06.18 18:40:45.961690 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} <Debug> TCPHandler: Processed in 0.002027458 sec. | ||
6784 | 2025.06.18 18:40:45.961695 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6785 | 2025.06.18 18:40:45.961832 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6786 | 2025.06.18 18:40:45.961877 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
6787 | 2025.06.18 18:40:45.961940 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6788 | 2025.06.18 18:40:45.961989 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6789 | 2025.06.18 18:40:45.962089 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6790 | 2025.06.18 18:40:45.962150 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 827 rows starting from the beginning of the part | ||
6791 | 2025.06.18 18:40:45.962260 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 91 rows starting from the beginning of the part | ||
6792 | 2025.06.18 18:40:45.962343 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part | ||
6793 | 2025.06.18 18:40:45.962414 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part | ||
6794 | 2025.06.18 18:40:45.962417 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6795 | 2025.06.18 18:40:45.962473 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6796 | 2025.06.18 18:40:45.962483 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 223 rows starting from the beginning of the part | ||
6797 | 2025.06.18 18:40:45.962552 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
6798 | 2025.06.18 18:40:45.962808 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6799 | 2025.06.18 18:40:45.963071 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6800 | 2025.06.18 18:40:45.963227 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.00131 sec., 12977.099236641221 rows/sec., 975.82 KiB/sec. | ||
6801 | 2025.06.18 18:40:45.963276 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} <Debug> TCPHandler: Processed in 0.001496851 sec. | ||
6802 | 2025.06.18 18:40:45.963401 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6803 | 2025.06.18 18:40:45.963511 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6804 | 2025.06.18 18:40:45.963556 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6805 | 2025.06.18 18:40:45.963987 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6806 | 2025.06.18 18:40:45.964007 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.002220691 sec., 640791.5374088516 rows/sec., 55.82 MiB/sec. | ||
6807 | 2025.06.18 18:40:45.964024 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6808 | 2025.06.18 18:40:45.964243 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6809 | 2025.06.18 18:40:45.964494 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6810 | 2025.06.18 18:40:45.964591 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6811 | 2025.06.18 18:40:45.964697 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6812 | 2025.06.18 18:40:45.964761 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6813 | 2025.06.18 18:40:45.964801 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6814 | 2025.06.18 18:40:45.964877 [ 66 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6815 | 2025.06.18 18:40:45.964906 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001416 sec., 57203.38983050848 rows/sec., 4.47 MiB/sec. | ||
6816 | 2025.06.18 18:40:45.964909 [ 66 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6817 | 2025.06.18 18:40:45.964946 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6818 | 2025.06.18 18:40:45.964952 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} <Debug> TCPHandler: Processed in 0.001608172 sec. | ||
6819 | 2025.06.18 18:40:45.965020 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
6820 | 2025.06.18 18:40:45.965072 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6821 | 2025.06.18 18:40:45.965110 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6822 | 2025.06.18 18:40:45.965139 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 494 rows starting from the beginning of the part | ||
6823 | 2025.06.18 18:40:45.965175 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6824 | 2025.06.18 18:40:45.965185 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 83 rows starting from the beginning of the part | ||
6825 | 2025.06.18 18:40:45.965227 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6826 | 2025.06.18 18:40:45.965237 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 87 rows starting from the beginning of the part | ||
6827 | 2025.06.18 18:40:45.965283 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 81 rows starting from the beginning of the part | ||
6828 | 2025.06.18 18:40:45.965316 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 125 rows starting from the beginning of the part | ||
6829 | 2025.06.18 18:40:45.965351 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 81 rows starting from the beginning of the part | ||
6830 | 2025.06.18 18:40:45.965660 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6831 | 2025.06.18 18:40:45.965701 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6832 | 2025.06.18 18:40:45.966065 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6833 | 2025.06.18 18:40:45.966203 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212437 sec., 784370.6518359304 rows/sec., 62.51 MiB/sec. | ||
6834 | 2025.06.18 18:40:45.966295 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6835 | 2025.06.18 18:40:45.966388 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6836 | 2025.06.18 18:40:45.966414 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6837 | 2025.06.18 18:40:45.966439 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. | ||
6838 | 2025.06.18 18:40:45.966442 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6839 | 2025.06.18 18:40:45.966483 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6840 | 2025.06.18 18:40:45.966485 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} <Debug> TCPHandler: Processed in 0.00146245 sec. | ||
6841 | 2025.06.18 18:40:45.966555 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6842 | 2025.06.18 18:40:45.966605 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6843 | 2025.06.18 18:40:45.966648 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6844 | 2025.06.18 18:40:45.966678 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 9005 rows starting from the beginning of the part | ||
6845 | 2025.06.18 18:40:45.966699 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6846 | 2025.06.18 18:40:45.966712 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6847 | 2025.06.18 18:40:45.966723 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part | ||
6848 | 2025.06.18 18:40:45.966773 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
6849 | 2025.06.18 18:40:45.966776 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6850 | 2025.06.18 18:40:45.966785 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6851 | 2025.06.18 18:40:45.966811 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
6852 | 2025.06.18 18:40:45.966847 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 197 rows starting from the beginning of the part | ||
6853 | 2025.06.18 18:40:45.966877 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
6854 | 2025.06.18 18:40:45.966884 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
6855 | 2025.06.18 18:40:45.967570 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6856 | 2025.06.18 18:40:45.967612 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6857 | 2025.06.18 18:40:45.968250 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6858 | 2025.06.18 18:40:45.968479 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6859 | 2025.06.18 18:40:45.968620 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001928 sec., 8817.427385892117 rows/sec., 15.80 MiB/sec. | ||
6860 | 2025.06.18 18:40:45.968674 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} <Debug> TCPHandler: Processed in 0.002116869 sec. | ||
6861 | 2025.06.18 18:40:45.968784 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6862 | 2025.06.18 18:40:45.968877 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6863 | 2025.06.18 18:40:45.968918 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6864 | 2025.06.18 18:40:45.969253 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6865 | 2025.06.18 18:40:45.969290 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6866 | 2025.06.18 18:40:45.969674 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6867 | 2025.06.18 18:40:45.969904 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6868 | 2025.06.18 18:40:45.970011 [ 66 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6869 | 2025.06.18 18:40:45.970032 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. | ||
6870 | 2025.06.18 18:40:45.970045 [ 66 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6871 | 2025.06.18 18:40:45.970071 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6872 | 2025.06.18 18:40:45.970073 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} <Debug> TCPHandler: Processed in 0.001336819 sec. | ||
6873 | 2025.06.18 18:40:45.970149 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6874 | 2025.06.18 18:40:45.970261 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6875 | 2025.06.18 18:40:45.970290 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9843 rows, containing 5 columns (5 merged, 0 gathered) in 0.003764602 sec., 2614619.022143642 rows/sec., 183.05 MiB/sec. | ||
6876 | 2025.06.18 18:40:45.970294 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3136 rows starting from the beginning of the part | ||
6877 | 2025.06.18 18:40:45.970362 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
6878 | 2025.06.18 18:40:45.970402 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
6879 | 2025.06.18 18:40:45.970437 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6880 | 2025.06.18 18:40:45.970472 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6881 | 2025.06.18 18:40:45.970511 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
6882 | 2025.06.18 18:40:45.970515 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6883 | 2025.06.18 18:40:45.970835 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6884 | 2025.06.18 18:40:45.970911 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6885 | 2025.06.18 18:40:45.970993 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
6886 | 2025.06.18 18:40:45.971784 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3436 rows, containing 4 columns (4 merged, 0 gathered) in 0.001670113 sec., 2057345.8203127573 rows/sec., 137.89 MiB/sec. | ||
6887 | 2025.06.18 18:40:45.972125 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6888 | 2025.06.18 18:40:45.972405 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6889 | 2025.06.18 18:40:45.972468 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6890 | 2025.06.18 18:40:45.972539 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
6891 | 2025.06.18 18:40:50.960181 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6892 | 2025.06.18 18:40:50.960411 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6893 | 2025.06.18 18:40:50.960486 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6894 | 2025.06.18 18:40:50.961190 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6895 | 2025.06.18 18:40:50.961242 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6896 | 2025.06.18 18:40:50.961655 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6897 | 2025.06.18 18:40:50.961893 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6898 | 2025.06.18 18:40:50.962061 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001701 sec., 59964.7266313933 rows/sec., 5.01 MiB/sec. | ||
6899 | 2025.06.18 18:40:50.962113 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} <Debug> TCPHandler: Processed in 0.002069209 sec. | ||
6900 | 2025.06.18 18:40:50.962243 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6901 | 2025.06.18 18:40:50.962345 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6902 | 2025.06.18 18:40:50.962388 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6903 | 2025.06.18 18:40:50.962813 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2025.06.18 18:40:50.962852 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6905 | 2025.06.18 18:40:50.963180 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6906 | 2025.06.18 18:40:50.963410 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6907 | 2025.06.18 18:40:50.963549 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001229 sec., 18714.40195280716 rows/sec., 1.37 MiB/sec. | ||
6908 | 2025.06.18 18:40:50.963587 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} <Debug> TCPHandler: Processed in 0.001396469 sec. | ||
6909 | 2025.06.18 18:40:50.963690 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6910 | 2025.06.18 18:40:50.963786 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6911 | 2025.06.18 18:40:50.963827 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6912 | 2025.06.18 18:40:50.964280 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6913 | 2025.06.18 18:40:50.964318 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6914 | 2025.06.18 18:40:50.964633 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6915 | 2025.06.18 18:40:50.964850 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6916 | 2025.06.18 18:40:50.965002 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001235 sec., 70445.34412955465 rows/sec., 5.50 MiB/sec. | ||
6917 | 2025.06.18 18:40:50.965040 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} <Debug> TCPHandler: Processed in 0.001398209 sec. | ||
6918 | 2025.06.18 18:40:50.965152 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6919 | 2025.06.18 18:40:50.965246 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6920 | 2025.06.18 18:40:50.965290 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6921 | 2025.06.18 18:40:50.965703 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6922 | 2025.06.18 18:40:50.965739 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6923 | 2025.06.18 18:40:50.966072 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6924 | 2025.06.18 18:40:50.966287 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6925 | 2025.06.18 18:40:50.966417 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
6926 | 2025.06.18 18:40:50.966454 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} <Debug> TCPHandler: Processed in 0.001351239 sec. | ||
6927 | 2025.06.18 18:40:50.966564 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6928 | 2025.06.18 18:40:50.966665 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6929 | 2025.06.18 18:40:50.966723 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6930 | 2025.06.18 18:40:50.967549 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6931 | 2025.06.18 18:40:50.967587 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6932 | 2025.06.18 18:40:50.968124 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6933 | 2025.06.18 18:40:50.968354 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6934 | 2025.06.18 18:40:50.968473 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6935 | 2025.06.18 18:40:50.968494 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001849 sec., 12439.156300703084 rows/sec., 22.29 MiB/sec. | ||
6936 | 2025.06.18 18:40:50.968546 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6937 | 2025.06.18 18:40:50.968569 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} <Debug> TCPHandler: Processed in 0.002055358 sec. | ||
6938 | 2025.06.18 18:40:50.968574 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6939 | 2025.06.18 18:40:50.968694 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6940 | 2025.06.18 18:40:50.968730 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
6941 | 2025.06.18 18:40:50.968794 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6942 | 2025.06.18 18:40:50.968842 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6943 | 2025.06.18 18:40:50.968984 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6944 | 2025.06.18 18:40:50.969046 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 878 rows starting from the beginning of the part | ||
6945 | 2025.06.18 18:40:50.969170 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part | ||
6946 | 2025.06.18 18:40:50.969189 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6947 | 2025.06.18 18:40:50.969230 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6948 | 2025.06.18 18:40:50.969272 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 17 rows starting from the beginning of the part | ||
6949 | 2025.06.18 18:40:50.969369 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part | ||
6950 | 2025.06.18 18:40:50.969456 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part | ||
6951 | 2025.06.18 18:40:50.969547 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part | ||
6952 | 2025.06.18 18:40:50.969561 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6953 | 2025.06.18 18:40:50.969798 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6954 | 2025.06.18 18:40:50.969940 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. | ||
6955 | 2025.06.18 18:40:50.969980 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} <Debug> TCPHandler: Processed in 0.001337349 sec. | ||
6956 | 2025.06.18 18:40:50.974844 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 19 columns (19 merged, 0 gathered) in 0.006175096 sec., 158863.92697376688 rows/sec., 284.68 MiB/sec. | ||
6957 | 2025.06.18 18:40:50.975816 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6958 | 2025.06.18 18:40:50.976159 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2025.06.18 18:40:50.976244 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6960 | 2025.06.18 18:40:50.976368 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.18 MiB. | ||
6961 | 2025.06.18 18:40:51.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.52 MiB, peak 274.65 MiB, free memory in arenas 0.00 B, will set to 267.94 MiB (RSS), difference: 1.42 MiB | ||
6962 | 2025.06.18 18:40:51.599078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
6963 | 2025.06.18 18:40:51.599731 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6964 | 2025.06.18 18:40:51.599785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6965 | 2025.06.18 18:40:51.600409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6966 | 2025.06.18 18:40:51.600710 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6967 | 2025.06.18 18:40:51.600882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
6968 | 2025.06.18 18:40:51.600902 [ 62 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6969 | 2025.06.18 18:40:51.601011 [ 62 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6970 | 2025.06.18 18:40:51.601037 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6971 | 2025.06.18 18:40:51.601218 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6972 | 2025.06.18 18:40:51.601366 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6973 | 2025.06.18 18:40:51.601408 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6974 | 2025.06.18 18:40:51.601475 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6975 | 2025.06.18 18:40:51.601522 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6976 | 2025.06.18 18:40:51.601560 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6977 | 2025.06.18 18:40:51.601601 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6978 | 2025.06.18 18:40:51.601639 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
6979 | 2025.06.18 18:40:51.603614 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002478644 sec., 7579950.973193408 rows/sec., 108.43 MiB/sec. | ||
6980 | 2025.06.18 18:40:51.603936 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6981 | 2025.06.18 18:40:51.604238 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6982 | 2025.06.18 18:40:51.604316 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6983 | 2025.06.18 18:40:51.604418 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
6984 | 2025.06.18 18:40:52.646754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
6985 | 2025.06.18 18:40:52.665725 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6986 | 2025.06.18 18:40:52.665791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6987 | 2025.06.18 18:40:52.672103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6988 | 2025.06.18 18:40:52.672823 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6989 | 2025.06.18 18:40:52.673143 [ 58 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6990 | 2025.06.18 18:40:52.673209 [ 58 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6991 | 2025.06.18 18:40:52.673229 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
6992 | 2025.06.18 18:40:52.673342 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6993 | 2025.06.18 18:40:52.676891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
6994 | 2025.06.18 18:40:52.677602 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6995 | 2025.06.18 18:40:52.679484 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6996 | 2025.06.18 18:40:52.684301 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6997 | 2025.06.18 18:40:52.688976 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6998 | 2025.06.18 18:40:52.693687 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
6999 | 2025.06.18 18:40:52.698483 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7000 | 2025.06.18 18:40:52.702464 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7001 | 2025.06.18 18:40:52.754564 [ 190 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.081271401 sec., 3802.0754680973205 rows/sec., 19.66 MiB/sec. | ||
7002 | 2025.06.18 18:40:52.757414 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7003 | 2025.06.18 18:40:52.759707 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7004 | 2025.06.18 18:40:52.759827 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7005 | 2025.06.18 18:40:52.762135 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
7006 | 2025.06.18 18:40:54.154925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 964 | ||
7007 | 2025.06.18 18:40:54.157148 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7008 | 2025.06.18 18:40:54.157207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7009 | 2025.06.18 18:40:54.158424 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7010 | 2025.06.18 18:40:54.158705 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7011 | 2025.06.18 18:40:54.159073 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
7012 | 2025.06.18 18:40:55.959079 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7013 | 2025.06.18 18:40:55.959273 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7014 | 2025.06.18 18:40:55.959343 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7015 | 2025.06.18 18:40:55.959970 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7016 | 2025.06.18 18:40:55.960022 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7017 | 2025.06.18 18:40:55.960433 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7018 | 2025.06.18 18:40:55.960668 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7019 | 2025.06.18 18:40:55.960829 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 203.10 KiB/sec. | ||
7020 | 2025.06.18 18:40:55.960907 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} <Debug> TCPHandler: Processed in 0.001965807 sec. | ||
7021 | 2025.06.18 18:40:55.961035 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7022 | 2025.06.18 18:40:55.961147 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7023 | 2025.06.18 18:40:55.961192 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7024 | 2025.06.18 18:40:55.961671 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7025 | 2025.06.18 18:40:55.961710 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7026 | 2025.06.18 18:40:55.962070 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7027 | 2025.06.18 18:40:55.962290 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2025.06.18 18:40:55.962453 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.00133 sec., 69172.93233082707 rows/sec., 5.77 MiB/sec. | ||
7029 | 2025.06.18 18:40:55.962492 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} <Debug> TCPHandler: Processed in 0.00150762 sec. | ||
7030 | 2025.06.18 18:40:55.962606 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7031 | 2025.06.18 18:40:55.962701 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7032 | 2025.06.18 18:40:55.962742 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7033 | 2025.06.18 18:40:55.963142 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7034 | 2025.06.18 18:40:55.963177 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7035 | 2025.06.18 18:40:55.963493 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7036 | 2025.06.18 18:40:55.963714 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7037 | 2025.06.18 18:40:55.963843 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001161 sec., 18087.855297157625 rows/sec., 1.31 MiB/sec. | ||
7038 | 2025.06.18 18:40:55.963880 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} <Debug> TCPHandler: Processed in 0.001322388 sec. | ||
7039 | 2025.06.18 18:40:55.963992 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7040 | 2025.06.18 18:40:55.964118 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7041 | 2025.06.18 18:40:55.964171 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7042 | 2025.06.18 18:40:55.964615 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7043 | 2025.06.18 18:40:55.964654 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7044 | 2025.06.18 18:40:55.964992 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7045 | 2025.06.18 18:40:55.965220 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7046 | 2025.06.18 18:40:55.965373 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001275 sec., 66666.66666666666 rows/sec., 5.21 MiB/sec. | ||
7047 | 2025.06.18 18:40:55.965413 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} <Debug> TCPHandler: Processed in 0.001468971 sec. | ||
7048 | 2025.06.18 18:40:55.965529 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7049 | 2025.06.18 18:40:55.965623 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7050 | 2025.06.18 18:40:55.965668 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7051 | 2025.06.18 18:40:55.966087 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7052 | 2025.06.18 18:40:55.966125 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7053 | 2025.06.18 18:40:55.966469 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7054 | 2025.06.18 18:40:55.966693 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7055 | 2025.06.18 18:40:55.966828 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001223 sec., 132461.16107931317 rows/sec., 9.22 MiB/sec. | ||
7056 | 2025.06.18 18:40:55.966867 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} <Debug> TCPHandler: Processed in 0.00138761 sec. | ||
7057 | 2025.06.18 18:40:55.966978 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7058 | 2025.06.18 18:40:55.967072 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7059 | 2025.06.18 18:40:55.967129 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7060 | 2025.06.18 18:40:55.967939 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7061 | 2025.06.18 18:40:55.967977 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7062 | 2025.06.18 18:40:55.968528 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7063 | 2025.06.18 18:40:55.968757 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7064 | 2025.06.18 18:40:55.968913 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001858 sec., 9149.623250807319 rows/sec., 16.40 MiB/sec. | ||
7065 | 2025.06.18 18:40:55.968967 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} <Debug> TCPHandler: Processed in 0.002039488 sec. | ||
7066 | 2025.06.18 18:40:55.969078 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7067 | 2025.06.18 18:40:55.969168 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7068 | 2025.06.18 18:40:55.969208 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7069 | 2025.06.18 18:40:55.969522 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7070 | 2025.06.18 18:40:55.969557 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7071 | 2025.06.18 18:40:55.969857 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7072 | 2025.06.18 18:40:55.970137 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7073 | 2025.06.18 18:40:55.970271 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. | ||
7074 | 2025.06.18 18:40:55.970308 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} <Debug> TCPHandler: Processed in 0.001272788 sec. | ||
7075 | 2025.06.18 18:40:59.052888 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7076 | 2025.06.18 18:40:59.052976 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7077 | 2025.06.18 18:40:59.101044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
7078 | 2025.06.18 18:40:59.101678 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7079 | 2025.06.18 18:40:59.101728 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7080 | 2025.06.18 18:40:59.102484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7081 | 2025.06.18 18:40:59.102746 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7082 | 2025.06.18 18:40:59.102893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
7083 | 2025.06.18 18:41:00.177038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
7084 | 2025.06.18 18:41:00.192552 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7085 | 2025.06.18 18:41:00.192618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7086 | 2025.06.18 18:41:00.199099 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7087 | 2025.06.18 18:41:00.199835 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7088 | 2025.06.18 18:41:00.202745 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
7089 | 2025.06.18 18:41:00.959792 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7090 | 2025.06.18 18:41:00.960007 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7091 | 2025.06.18 18:41:00.960084 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7092 | 2025.06.18 18:41:00.960788 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7093 | 2025.06.18 18:41:00.960835 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7094 | 2025.06.18 18:41:00.961274 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7095 | 2025.06.18 18:41:00.961528 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7096 | 2025.06.18 18:41:00.961691 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001739 sec., 58654.39907993099 rows/sec., 4.90 MiB/sec. | ||
7097 | 2025.06.18 18:41:00.961741 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} <Debug> TCPHandler: Processed in 0.002090509 sec. | ||
7098 | 2025.06.18 18:41:00.961868 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7099 | 2025.06.18 18:41:00.961994 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7100 | 2025.06.18 18:41:00.962043 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7101 | 2025.06.18 18:41:00.962469 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7102 | 2025.06.18 18:41:00.962509 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7103 | 2025.06.18 18:41:00.962817 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7104 | 2025.06.18 18:41:00.963036 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7105 | 2025.06.18 18:41:00.963177 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001208 sec., 19039.735099337748 rows/sec., 1.40 MiB/sec. | ||
7106 | 2025.06.18 18:41:00.963215 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} <Debug> TCPHandler: Processed in 0.00139844 sec. | ||
7107 | 2025.06.18 18:41:00.963332 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7108 | 2025.06.18 18:41:00.963429 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7109 | 2025.06.18 18:41:00.963472 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7110 | 2025.06.18 18:41:00.963897 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7111 | 2025.06.18 18:41:00.963934 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7112 | 2025.06.18 18:41:00.964270 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7113 | 2025.06.18 18:41:00.964488 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7114 | 2025.06.18 18:41:00.964622 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001213 sec., 71723.0008244023 rows/sec., 5.60 MiB/sec. | ||
7115 | 2025.06.18 18:41:00.964661 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} <Debug> TCPHandler: Processed in 0.001379059 sec. | ||
7116 | 2025.06.18 18:41:00.964778 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7117 | 2025.06.18 18:41:00.964875 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7118 | 2025.06.18 18:41:00.964920 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7119 | 2025.06.18 18:41:00.965332 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7120 | 2025.06.18 18:41:00.965366 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7121 | 2025.06.18 18:41:00.965704 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7122 | 2025.06.18 18:41:00.965936 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7123 | 2025.06.18 18:41:00.966062 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. | ||
7124 | 2025.06.18 18:41:00.966098 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} <Debug> TCPHandler: Processed in 0.001369269 sec. | ||
7125 | 2025.06.18 18:41:00.966209 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7126 | 2025.06.18 18:41:00.966303 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7127 | 2025.06.18 18:41:00.966358 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7128 | 2025.06.18 18:41:00.967130 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2025.06.18 18:41:00.967165 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7130 | 2025.06.18 18:41:00.967705 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7131 | 2025.06.18 18:41:00.967928 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2025.06.18 18:41:00.968066 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001781 sec., 12914.093206064008 rows/sec., 23.14 MiB/sec. | ||
7133 | 2025.06.18 18:41:00.968128 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} <Debug> TCPHandler: Processed in 0.001967627 sec. | ||
7134 | 2025.06.18 18:41:00.968262 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7135 | 2025.06.18 18:41:00.968356 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7136 | 2025.06.18 18:41:00.968399 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7137 | 2025.06.18 18:41:00.968735 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7138 | 2025.06.18 18:41:00.968770 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7139 | 2025.06.18 18:41:00.969083 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7140 | 2025.06.18 18:41:00.969296 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7141 | 2025.06.18 18:41:00.969424 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. | ||
7142 | 2025.06.18 18:41:00.969460 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} <Debug> TCPHandler: Processed in 0.001247087 sec. | ||
7143 | 2025.06.18 18:41:04.159299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 990 | ||
7144 | 2025.06.18 18:41:04.161477 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7145 | 2025.06.18 18:41:04.161521 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7146 | 2025.06.18 18:41:04.162738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7147 | 2025.06.18 18:41:04.162993 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7148 | 2025.06.18 18:41:04.163154 [ 42 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7149 | 2025.06.18 18:41:04.163217 [ 42 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7150 | 2025.06.18 18:41:04.163238 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7151 | 2025.06.18 18:41:04.163250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 990 | ||
7152 | 2025.06.18 18:41:04.163354 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
7153 | 2025.06.18 18:41:04.163987 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7154 | 2025.06.18 18:41:04.164155 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 858 rows starting from the beginning of the part | ||
7155 | 2025.06.18 18:41:04.164543 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
7156 | 2025.06.18 18:41:04.164890 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
7157 | 2025.06.18 18:41:04.165231 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
7158 | 2025.06.18 18:41:04.165566 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
7159 | 2025.06.18 18:41:04.165906 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
7160 | 2025.06.18 18:41:04.171876 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 72 columns (72 merged, 0 gathered) in 0.008563708 sec., 115604.1284920037 rows/sec., 93.95 MiB/sec. | ||
7161 | 2025.06.18 18:41:04.173232 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7162 | 2025.06.18 18:41:04.173768 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7163 | 2025.06.18 18:41:04.173839 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7164 | 2025.06.18 18:41:04.174139 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
7165 | 2025.06.18 18:41:05.959653 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7166 | 2025.06.18 18:41:05.959869 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7167 | 2025.06.18 18:41:05.959948 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7168 | 2025.06.18 18:41:05.960679 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7169 | 2025.06.18 18:41:05.960728 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7170 | 2025.06.18 18:41:05.961201 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7171 | 2025.06.18 18:41:05.961439 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7172 | 2025.06.18 18:41:05.961598 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001783 sec., 50476.72462142456 rows/sec., 4.22 MiB/sec. | ||
7173 | 2025.06.18 18:41:05.961648 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} <Debug> TCPHandler: Processed in 0.0021372 sec. | ||
7174 | 2025.06.18 18:41:05.961776 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7175 | 2025.06.18 18:41:05.961881 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7176 | 2025.06.18 18:41:05.961927 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7177 | 2025.06.18 18:41:05.962360 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7178 | 2025.06.18 18:41:05.962397 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7179 | 2025.06.18 18:41:05.962718 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7180 | 2025.06.18 18:41:05.962933 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2025.06.18 18:41:05.963037 [ 41 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7182 | 2025.06.18 18:41:05.963069 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001212 sec., 14026.402640264027 rows/sec., 1.03 MiB/sec. | ||
7183 | 2025.06.18 18:41:05.963073 [ 41 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7184 | 2025.06.18 18:41:05.963103 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7185 | 2025.06.18 18:41:05.963111 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} <Debug> TCPHandler: Processed in 0.001387609 sec. | ||
7186 | 2025.06.18 18:41:05.963221 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7187 | 2025.06.18 18:41:05.963229 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
7188 | 2025.06.18 18:41:05.963319 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7189 | 2025.06.18 18:41:05.963366 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7190 | 2025.06.18 18:41:05.963390 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7191 | 2025.06.18 18:41:05.963436 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
7192 | 2025.06.18 18:41:05.963516 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part | ||
7193 | 2025.06.18 18:41:05.963571 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part | ||
7194 | 2025.06.18 18:41:05.963619 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 21 rows starting from the beginning of the part | ||
7195 | 2025.06.18 18:41:05.963666 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part | ||
7196 | 2025.06.18 18:41:05.963710 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part | ||
7197 | 2025.06.18 18:41:05.963803 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7198 | 2025.06.18 18:41:05.963845 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7199 | 2025.06.18 18:41:05.964307 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7200 | 2025.06.18 18:41:05.964537 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7201 | 2025.06.18 18:41:05.964636 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146613 sec., 188932.76858123086 rows/sec., 13.50 MiB/sec. | ||
7202 | 2025.06.18 18:41:05.964671 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001372 sec., 59037.90087463557 rows/sec., 4.61 MiB/sec. | ||
7203 | 2025.06.18 18:41:05.964718 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} <Debug> TCPHandler: Processed in 0.001547622 sec. | ||
7204 | 2025.06.18 18:41:05.964805 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7205 | 2025.06.18 18:41:05.964835 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7206 | 2025.06.18 18:41:05.964936 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7207 | 2025.06.18 18:41:05.964985 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7208 | 2025.06.18 18:41:05.965070 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7209 | 2025.06.18 18:41:05.965154 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7210 | 2025.06.18 18:41:05.965235 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7211 | 2025.06.18 18:41:05.965417 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7212 | 2025.06.18 18:41:05.965458 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7213 | 2025.06.18 18:41:05.965812 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7214 | 2025.06.18 18:41:05.966032 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7215 | 2025.06.18 18:41:05.966167 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. | ||
7216 | 2025.06.18 18:41:05.966205 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} <Debug> TCPHandler: Processed in 0.00142018 sec. | ||
7217 | 2025.06.18 18:41:05.966321 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7218 | 2025.06.18 18:41:05.966425 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7219 | 2025.06.18 18:41:05.966482 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7220 | 2025.06.18 18:41:05.967300 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7221 | 2025.06.18 18:41:05.967336 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7222 | 2025.06.18 18:41:05.967894 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7223 | 2025.06.18 18:41:05.968132 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7224 | 2025.06.18 18:41:05.968275 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001869 sec., 9095.773140716961 rows/sec., 16.30 MiB/sec. | ||
7225 | 2025.06.18 18:41:05.968339 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} <Debug> TCPHandler: Processed in 0.002068688 sec. | ||
7226 | 2025.06.18 18:41:05.968451 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7227 | 2025.06.18 18:41:05.968547 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7228 | 2025.06.18 18:41:05.968590 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7229 | 2025.06.18 18:41:05.968932 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7230 | 2025.06.18 18:41:05.968969 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7231 | 2025.06.18 18:41:05.969279 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7232 | 2025.06.18 18:41:05.969492 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7233 | 2025.06.18 18:41:05.969624 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. | ||
7234 | 2025.06.18 18:41:05.969660 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} <Debug> TCPHandler: Processed in 0.001258567 sec. | ||
7235 | 2025.06.18 18:41:06.603049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
7236 | 2025.06.18 18:41:06.603551 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7237 | 2025.06.18 18:41:06.603602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7238 | 2025.06.18 18:41:06.604086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7239 | 2025.06.18 18:41:06.604323 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7240 | 2025.06.18 18:41:06.604460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
7241 | 2025.06.18 18:41:07.702910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
7242 | 2025.06.18 18:41:07.720540 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2025.06.18 18:41:07.720611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
7244 | 2025.06.18 18:41:07.727233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7245 | 2025.06.18 18:41:07.727943 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7246 | 2025.06.18 18:41:07.731462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
7247 | 2025.06.18 18:41:10.962839 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7248 | 2025.06.18 18:41:10.963055 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7249 | 2025.06.18 18:41:10.963129 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7250 | 2025.06.18 18:41:10.963835 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7251 | 2025.06.18 18:41:10.963891 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7252 | 2025.06.18 18:41:10.964275 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7253 | 2025.06.18 18:41:10.964500 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7254 | 2025.06.18 18:41:10.964655 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001653 sec., 14519.056261343014 rows/sec., 1.20 MiB/sec. | ||
7255 | 2025.06.18 18:41:10.964696 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} <Debug> TCPHandler: Processed in 0.001994287 sec. | ||
7256 | 2025.06.18 18:41:10.964819 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7257 | 2025.06.18 18:41:10.964914 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7258 | 2025.06.18 18:41:10.964955 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7259 | 2025.06.18 18:41:10.965354 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7260 | 2025.06.18 18:41:10.965391 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7261 | 2025.06.18 18:41:10.965687 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7262 | 2025.06.18 18:41:10.965896 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7263 | 2025.06.18 18:41:10.966022 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001127 sec., 8873.114463176575 rows/sec., 723.54 KiB/sec. | ||
7264 | 2025.06.18 18:41:10.966059 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} <Debug> TCPHandler: Processed in 0.001288928 sec. | ||
7265 | 2025.06.18 18:41:10.966165 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7266 | 2025.06.18 18:41:10.966259 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7267 | 2025.06.18 18:41:10.966297 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7268 | 2025.06.18 18:41:10.966793 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7269 | 2025.06.18 18:41:10.966829 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7270 | 2025.06.18 18:41:10.967156 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7271 | 2025.06.18 18:41:10.967374 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7272 | 2025.06.18 18:41:10.967486 [ 35 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7273 | 2025.06.18 18:41:10.967501 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Debug> executeQuery: Read 227 rows, 20.55 KiB in 0.00126 sec., 180158.73015873015 rows/sec., 15.93 MiB/sec. | ||
7274 | 2025.06.18 18:41:10.967552 [ 35 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7275 | 2025.06.18 18:41:10.967561 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} <Debug> TCPHandler: Processed in 0.00144336 sec. | ||
7276 | 2025.06.18 18:41:10.967581 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7277 | 2025.06.18 18:41:10.967681 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7278 | 2025.06.18 18:41:10.967706 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
7279 | 2025.06.18 18:41:10.967778 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7280 | 2025.06.18 18:41:10.967822 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7281 | 2025.06.18 18:41:10.967859 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7282 | 2025.06.18 18:41:10.967898 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 827 rows starting from the beginning of the part | ||
7283 | 2025.06.18 18:41:10.967972 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 102 rows starting from the beginning of the part | ||
7284 | 2025.06.18 18:41:10.968025 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 92 rows starting from the beginning of the part | ||
7285 | 2025.06.18 18:41:10.968072 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 102 rows starting from the beginning of the part | ||
7286 | 2025.06.18 18:41:10.968116 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part | ||
7287 | 2025.06.18 18:41:10.968167 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 227 rows starting from the beginning of the part | ||
7288 | 2025.06.18 18:41:10.968252 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7289 | 2025.06.18 18:41:10.968298 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7290 | 2025.06.18 18:41:10.968788 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7291 | 2025.06.18 18:41:10.969026 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7292 | 2025.06.18 18:41:10.969168 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Debug> executeQuery: Read 45 rows, 3.39 KiB in 0.001408 sec., 31960.227272727272 rows/sec., 2.35 MiB/sec. | ||
7293 | 2025.06.18 18:41:10.969210 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} <Debug> TCPHandler: Processed in 0.001576542 sec. | ||
7294 | 2025.06.18 18:41:10.969335 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7295 | 2025.06.18 18:41:10.969382 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 5 columns (5 merged, 0 gathered) in 0.001732894 sec., 830979.8522010002 rows/sec., 72.35 MiB/sec. | ||
7296 | 2025.06.18 18:41:10.969433 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7297 | 2025.06.18 18:41:10.969480 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7298 | 2025.06.18 18:41:10.969599 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7299 | 2025.06.18 18:41:10.969880 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7300 | 2025.06.18 18:41:10.969910 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7301 | 2025.06.18 18:41:10.969957 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7302 | 2025.06.18 18:41:10.969958 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7303 | 2025.06.18 18:41:10.970050 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
7304 | 2025.06.18 18:41:10.970285 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7305 | 2025.06.18 18:41:10.970505 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7306 | 2025.06.18 18:41:10.970637 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. | ||
7307 | 2025.06.18 18:41:10.970675 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} <Debug> TCPHandler: Processed in 0.001390729 sec. | ||
7308 | 2025.06.18 18:41:10.970785 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7309 | 2025.06.18 18:41:10.970879 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7310 | 2025.06.18 18:41:10.970920 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7311 | 2025.06.18 18:41:10.971316 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7312 | 2025.06.18 18:41:10.971353 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7313 | 2025.06.18 18:41:10.971649 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7314 | 2025.06.18 18:41:10.971873 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7315 | 2025.06.18 18:41:10.971998 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. | ||
7316 | 2025.06.18 18:41:10.972037 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} <Debug> TCPHandler: Processed in 0.001300918 sec. | ||
7317 | 2025.06.18 18:41:10.972137 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7318 | 2025.06.18 18:41:10.972233 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7319 | 2025.06.18 18:41:10.972272 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7320 | 2025.06.18 18:41:10.972743 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7321 | 2025.06.18 18:41:10.972780 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7322 | 2025.06.18 18:41:10.973088 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7323 | 2025.06.18 18:41:10.973297 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7324 | 2025.06.18 18:41:10.973401 [ 35 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7325 | 2025.06.18 18:41:10.973425 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Debug> executeQuery: Read 133 rows, 11.03 KiB in 0.00121 sec., 109917.35537190083 rows/sec., 8.90 MiB/sec. | ||
7326 | 2025.06.18 18:41:10.973432 [ 35 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7327 | 2025.06.18 18:41:10.973464 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7328 | 2025.06.18 18:41:10.973469 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} <Debug> TCPHandler: Processed in 0.001380549 sec. | ||
7329 | 2025.06.18 18:41:10.973551 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
7330 | 2025.06.18 18:41:10.973583 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7331 | 2025.06.18 18:41:10.973650 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7332 | 2025.06.18 18:41:10.973676 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7333 | 2025.06.18 18:41:10.973681 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 494 rows starting from the beginning of the part | ||
7334 | 2025.06.18 18:41:10.973719 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7335 | 2025.06.18 18:41:10.973752 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 87 rows starting from the beginning of the part | ||
7336 | 2025.06.18 18:41:10.973799 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 85 rows starting from the beginning of the part | ||
7337 | 2025.06.18 18:41:10.973841 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 87 rows starting from the beginning of the part | ||
7338 | 2025.06.18 18:41:10.973883 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 81 rows starting from the beginning of the part | ||
7339 | 2025.06.18 18:41:10.973924 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 133 rows starting from the beginning of the part | ||
7340 | 2025.06.18 18:41:10.974134 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7341 | 2025.06.18 18:41:10.974169 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7342 | 2025.06.18 18:41:10.974527 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7343 | 2025.06.18 18:41:10.974740 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7344 | 2025.06.18 18:41:10.974805 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 967 rows, containing 5 columns (5 merged, 0 gathered) in 0.001293947 sec., 747325.8178271599 rows/sec., 59.59 MiB/sec. | ||
7345 | 2025.06.18 18:41:10.974844 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7346 | 2025.06.18 18:41:10.974874 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Debug> executeQuery: Read 201 rows, 14.75 KiB in 0.001216 sec., 165296.05263157893 rows/sec., 11.85 MiB/sec. | ||
7347 | 2025.06.18 18:41:10.974876 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7348 | 2025.06.18 18:41:10.974915 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7349 | 2025.06.18 18:41:10.974919 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} <Debug> TCPHandler: Processed in 0.001385669 sec. | ||
7350 | 2025.06.18 18:41:10.974982 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
7351 | 2025.06.18 18:41:10.975007 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7352 | 2025.06.18 18:41:10.975049 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7353 | 2025.06.18 18:41:10.975078 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7354 | 2025.06.18 18:41:10.975109 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9843 rows starting from the beginning of the part | ||
7355 | 2025.06.18 18:41:10.975152 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7356 | 2025.06.18 18:41:10.975159 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
7357 | 2025.06.18 18:41:10.975216 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7358 | 2025.06.18 18:41:10.975220 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 162 rows starting from the beginning of the part | ||
7359 | 2025.06.18 18:41:10.975271 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
7360 | 2025.06.18 18:41:10.975286 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7361 | 2025.06.18 18:41:10.975307 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
7362 | 2025.06.18 18:41:10.975345 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 201 rows starting from the beginning of the part | ||
7363 | 2025.06.18 18:41:10.975367 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7364 | 2025.06.18 18:41:10.975465 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
7365 | 2025.06.18 18:41:10.976005 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7366 | 2025.06.18 18:41:10.976046 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7367 | 2025.06.18 18:41:10.976719 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7368 | 2025.06.18 18:41:10.976979 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7369 | 2025.06.18 18:41:10.977126 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001992 sec., 11546.184738955824 rows/sec., 20.69 MiB/sec. | ||
7370 | 2025.06.18 18:41:10.977192 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} <Debug> TCPHandler: Processed in 0.00219155 sec. | ||
7371 | 2025.06.18 18:41:10.977310 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7372 | 2025.06.18 18:41:10.977405 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7373 | 2025.06.18 18:41:10.977446 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7374 | 2025.06.18 18:41:10.977797 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7375 | 2025.06.18 18:41:10.977834 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7376 | 2025.06.18 18:41:10.978260 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7377 | 2025.06.18 18:41:10.978484 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2025.06.18 18:41:10.978617 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. | ||
7379 | 2025.06.18 18:41:10.978623 [ 34 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7380 | 2025.06.18 18:41:10.978656 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} <Debug> TCPHandler: Processed in 0.001395679 sec. | ||
7381 | 2025.06.18 18:41:10.978677 [ 34 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7382 | 2025.06.18 18:41:10.978708 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7383 | 2025.06.18 18:41:10.978859 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
7384 | 2025.06.18 18:41:10.979080 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7385 | 2025.06.18 18:41:10.979138 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3436 rows starting from the beginning of the part | ||
7386 | 2025.06.18 18:41:10.979244 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
7387 | 2025.06.18 18:41:10.979321 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
7388 | 2025.06.18 18:41:10.979393 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
7389 | 2025.06.18 18:41:10.979461 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
7390 | 2025.06.18 18:41:10.979530 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
7391 | 2025.06.18 18:41:10.979536 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10686 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583784 sec., 2331261.682487657 rows/sec., 163.24 MiB/sec. | ||
7392 | 2025.06.18 18:41:10.979764 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7393 | 2025.06.18 18:41:10.980081 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7394 | 2025.06.18 18:41:10.980152 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7395 | 2025.06.18 18:41:10.980215 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
7396 | 2025.06.18 18:41:10.981207 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3736 rows, containing 4 columns (4 merged, 0 gathered) in 0.002426384 sec., 1539739.7938660986 rows/sec., 103.24 MiB/sec. | ||
7397 | 2025.06.18 18:41:10.981583 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7398 | 2025.06.18 18:41:10.981838 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7399 | 2025.06.18 18:41:10.981905 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7400 | 2025.06.18 18:41:10.981986 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
7401 | 2025.06.18 18:41:11.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.14 MiB, peak 282.43 MiB, free memory in arenas 0.00 B, will set to 273.41 MiB (RSS), difference: 1.27 MiB | ||
7402 | 2025.06.18 18:41:14.053230 [ 11 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7403 | 2025.06.18 18:41:14.053284 [ 11 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7404 | 2025.06.18 18:41:14.104630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
7405 | 2025.06.18 18:41:14.105142 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7406 | 2025.06.18 18:41:14.105190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7407 | 2025.06.18 18:41:14.105696 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7408 | 2025.06.18 18:41:14.105959 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7409 | 2025.06.18 18:41:14.106105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
7410 | 2025.06.18 18:41:14.163524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1022 | ||
7411 | 2025.06.18 18:41:14.165831 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7412 | 2025.06.18 18:41:14.165877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7413 | 2025.06.18 18:41:14.167059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7414 | 2025.06.18 18:41:14.167320 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7415 | 2025.06.18 18:41:14.167577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022 | ||
7416 | 2025.06.18 18:41:15.231663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
7417 | 2025.06.18 18:41:15.249287 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7418 | 2025.06.18 18:41:15.249351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7419 | 2025.06.18 18:41:15.255806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7420 | 2025.06.18 18:41:15.256536 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7421 | 2025.06.18 18:41:15.259472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
7422 | 2025.06.18 18:41:15.960917 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7423 | 2025.06.18 18:41:15.961104 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7424 | 2025.06.18 18:41:15.961168 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7425 | 2025.06.18 18:41:15.961821 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7426 | 2025.06.18 18:41:15.961867 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7427 | 2025.06.18 18:41:15.962259 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7428 | 2025.06.18 18:41:15.962489 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7429 | 2025.06.18 18:41:15.962636 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00158 sec., 56962.02531645569 rows/sec., 4.76 MiB/sec. | ||
7430 | 2025.06.18 18:41:15.962677 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} <Debug> TCPHandler: Processed in 0.001891236 sec. | ||
7431 | 2025.06.18 18:41:15.962803 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7432 | 2025.06.18 18:41:15.962895 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7433 | 2025.06.18 18:41:15.962936 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7434 | 2025.06.18 18:41:15.963338 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7435 | 2025.06.18 18:41:15.963374 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7436 | 2025.06.18 18:41:15.963668 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7437 | 2025.06.18 18:41:15.963873 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7438 | 2025.06.18 18:41:15.964005 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001129 sec., 15057.573073516385 rows/sec., 1.11 MiB/sec. | ||
7439 | 2025.06.18 18:41:15.964042 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} <Debug> TCPHandler: Processed in 0.001287208 sec. | ||
7440 | 2025.06.18 18:41:15.964140 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7441 | 2025.06.18 18:41:15.964230 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7442 | 2025.06.18 18:41:15.964268 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7443 | 2025.06.18 18:41:15.964674 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7444 | 2025.06.18 18:41:15.964709 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7445 | 2025.06.18 18:41:15.965018 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7446 | 2025.06.18 18:41:15.965225 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7447 | 2025.06.18 18:41:15.965350 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001138 sec., 71177.50439367312 rows/sec., 5.56 MiB/sec. | ||
7448 | 2025.06.18 18:41:15.965386 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} <Debug> TCPHandler: Processed in 0.001293658 sec. | ||
7449 | 2025.06.18 18:41:15.965493 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7450 | 2025.06.18 18:41:15.965583 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7451 | 2025.06.18 18:41:15.965625 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7452 | 2025.06.18 18:41:15.966046 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7453 | 2025.06.18 18:41:15.966081 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7454 | 2025.06.18 18:41:15.966402 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7455 | 2025.06.18 18:41:15.966609 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7456 | 2025.06.18 18:41:15.966733 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. | ||
7457 | 2025.06.18 18:41:15.966768 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} <Debug> TCPHandler: Processed in 0.001322679 sec. | ||
7458 | 2025.06.18 18:41:15.966889 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7459 | 2025.06.18 18:41:15.967012 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7460 | 2025.06.18 18:41:15.967079 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7461 | 2025.06.18 18:41:15.967991 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7462 | 2025.06.18 18:41:15.968035 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7463 | 2025.06.18 18:41:15.968598 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7464 | 2025.06.18 18:41:15.968827 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7465 | 2025.06.18 18:41:15.968950 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7466 | 2025.06.18 18:41:15.968967 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00198 sec., 8585.858585858587 rows/sec., 15.39 MiB/sec. | ||
7467 | 2025.06.18 18:41:15.969035 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7468 | 2025.06.18 18:41:15.969063 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7469 | 2025.06.18 18:41:15.969066 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} <Debug> TCPHandler: Processed in 0.002238771 sec. | ||
7470 | 2025.06.18 18:41:15.969192 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7471 | 2025.06.18 18:41:15.969195 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
7472 | 2025.06.18 18:41:15.969288 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7473 | 2025.06.18 18:41:15.969334 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7474 | 2025.06.18 18:41:15.969475 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7475 | 2025.06.18 18:41:15.969538 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 981 rows starting from the beginning of the part | ||
7476 | 2025.06.18 18:41:15.969668 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part | ||
7477 | 2025.06.18 18:41:15.969672 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7478 | 2025.06.18 18:41:15.969719 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7479 | 2025.06.18 18:41:15.969772 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part | ||
7480 | 2025.06.18 18:41:15.969872 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 17 rows starting from the beginning of the part | ||
7481 | 2025.06.18 18:41:15.969980 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part | ||
7482 | 2025.06.18 18:41:15.970048 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7483 | 2025.06.18 18:41:15.970084 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part | ||
7484 | 2025.06.18 18:41:15.970284 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7485 | 2025.06.18 18:41:15.970427 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. | ||
7486 | 2025.06.18 18:41:15.970464 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} <Debug> TCPHandler: Processed in 0.001321249 sec. | ||
7487 | 2025.06.18 18:41:15.976660 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 19 columns (19 merged, 0 gathered) in 0.007526014 sec., 143236.5127144329 rows/sec., 256.67 MiB/sec. | ||
7488 | 2025.06.18 18:41:15.977931 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7489 | 2025.06.18 18:41:15.978405 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7490 | 2025.06.18 18:41:15.978510 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7491 | 2025.06.18 18:41:15.978642 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. | ||
7492 | 2025.06.18 18:41:16.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.43 MiB, peak 282.71 MiB, free memory in arenas 0.00 B, will set to 277.30 MiB (RSS), difference: 2.86 MiB | ||
7493 | 2025.06.18 18:41:20.966614 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7494 | 2025.06.18 18:41:20.966827 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7495 | 2025.06.18 18:41:20.966902 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7496 | 2025.06.18 18:41:20.967674 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7497 | 2025.06.18 18:41:20.967717 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7498 | 2025.06.18 18:41:20.968131 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7499 | 2025.06.18 18:41:20.968366 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7500 | 2025.06.18 18:41:20.968519 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. | ||
7501 | 2025.06.18 18:41:20.968562 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} <Debug> TCPHandler: Processed in 0.002087039 sec. | ||
7502 | 2025.06.18 18:41:20.968682 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7503 | 2025.06.18 18:41:20.968778 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7504 | 2025.06.18 18:41:20.968820 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7505 | 2025.06.18 18:41:20.969542 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7506 | 2025.06.18 18:41:20.969579 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7507 | 2025.06.18 18:41:20.969938 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7508 | 2025.06.18 18:41:20.970152 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7509 | 2025.06.18 18:41:20.970280 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001521 sec., 435897.4358974359 rows/sec., 34.48 MiB/sec. | ||
7510 | 2025.06.18 18:41:20.970319 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} <Debug> TCPHandler: Processed in 0.001687653 sec. | ||
7511 | 2025.06.18 18:41:20.970431 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7512 | 2025.06.18 18:41:20.970525 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7513 | 2025.06.18 18:41:20.970567 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7514 | 2025.06.18 18:41:20.970998 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7515 | 2025.06.18 18:41:20.971035 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7516 | 2025.06.18 18:41:20.971340 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7517 | 2025.06.18 18:41:20.971554 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7518 | 2025.06.18 18:41:20.971680 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001173 sec., 109974.42455242967 rows/sec., 6.76 MiB/sec. | ||
7519 | 2025.06.18 18:41:20.971718 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} <Debug> TCPHandler: Processed in 0.001337899 sec. | ||
7520 | 2025.06.18 18:41:20.971830 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7521 | 2025.06.18 18:41:20.971925 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7522 | 2025.06.18 18:41:20.971965 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7523 | 2025.06.18 18:41:20.972380 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7524 | 2025.06.18 18:41:20.972417 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7525 | 2025.06.18 18:41:20.972719 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7526 | 2025.06.18 18:41:20.972935 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7527 | 2025.06.18 18:41:20.973061 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001154 sec., 97920.27729636048 rows/sec., 6.34 MiB/sec. | ||
7528 | 2025.06.18 18:41:20.973099 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} <Debug> TCPHandler: Processed in 0.001318589 sec. | ||
7529 | 2025.06.18 18:41:20.973212 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7530 | 2025.06.18 18:41:20.973306 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7531 | 2025.06.18 18:41:20.973346 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7532 | 2025.06.18 18:41:20.973768 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7533 | 2025.06.18 18:41:20.973806 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7534 | 2025.06.18 18:41:20.974112 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7535 | 2025.06.18 18:41:20.974328 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7536 | 2025.06.18 18:41:20.974452 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001164 sec., 96219.93127147766 rows/sec., 5.48 MiB/sec. | ||
7537 | 2025.06.18 18:41:20.974489 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} <Debug> TCPHandler: Processed in 0.001327639 sec. | ||
7538 | 2025.06.18 18:41:20.974603 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7539 | 2025.06.18 18:41:20.974698 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7540 | 2025.06.18 18:41:20.974737 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7541 | 2025.06.18 18:41:20.975316 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7542 | 2025.06.18 18:41:20.975353 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7543 | 2025.06.18 18:41:20.975676 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7544 | 2025.06.18 18:41:20.975892 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7545 | 2025.06.18 18:41:20.976017 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001337 sec., 302916.97830964846 rows/sec., 21.49 MiB/sec. | ||
7546 | 2025.06.18 18:41:20.976055 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} <Debug> TCPHandler: Processed in 0.001501221 sec. | ||
7547 | 2025.06.18 18:41:20.976166 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7548 | 2025.06.18 18:41:20.976261 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7549 | 2025.06.18 18:41:20.976301 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7550 | 2025.06.18 18:41:20.976634 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7551 | 2025.06.18 18:41:20.976671 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7552 | 2025.06.18 18:41:20.976975 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
7553 | 2025.06.18 18:41:20.977185 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7554 | 2025.06.18 18:41:20.977311 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. | ||
7555 | 2025.06.18 18:41:20.977347 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} <Debug> TCPHandler: Processed in 0.001231057 sec. | ||
7556 | 2025.06.18 18:41:20.977461 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7557 | 2025.06.18 18:41:20.977555 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7558 | 2025.06.18 18:41:20.977597 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7559 | 2025.06.18 18:41:20.978024 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7560 | 2025.06.18 18:41:20.978061 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7561 | 2025.06.18 18:41:20.978394 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7562 | 2025.06.18 18:41:20.978615 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7563 | 2025.06.18 18:41:20.978748 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001211 sec., 195706.02807597027 rows/sec., 13.12 MiB/sec. | ||
7564 | 2025.06.18 18:41:20.978785 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} <Debug> TCPHandler: Processed in 0.001373529 sec. | ||
7565 | 2025.06.18 18:41:20.978899 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7566 | 2025.06.18 18:41:20.978992 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7567 | 2025.06.18 18:41:20.979034 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7568 | 2025.06.18 18:41:20.979351 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7569 | 2025.06.18 18:41:20.979389 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7570 | 2025.06.18 18:41:20.979688 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
7571 | 2025.06.18 18:41:20.979902 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7572 | 2025.06.18 18:41:20.979998 [ 135 ] {} <Debug> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
7573 | 2025.06.18 18:41:20.980028 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. | ||
7574 | 2025.06.18 18:41:20.980065 [ 135 ] {} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7575 | 2025.06.18 18:41:20.980075 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} <Debug> TCPHandler: Processed in 0.001229317 sec. | ||
7576 | 2025.06.18 18:41:20.980094 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7577 | 2025.06.18 18:41:20.980197 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7578 | 2025.06.18 18:41:20.980230 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7579 | 2025.06.18 18:41:20.980301 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7580 | 2025.06.18 18:41:20.980374 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7581 | 2025.06.18 18:41:20.980400 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7582 | 2025.06.18 18:41:20.980446 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7583 | 2025.06.18 18:41:20.980524 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7584 | 2025.06.18 18:41:20.980579 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7585 | 2025.06.18 18:41:20.980627 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7586 | 2025.06.18 18:41:20.980674 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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 | ||
7587 | 2025.06.18 18:41:20.981345 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7588 | 2025.06.18 18:41:20.981388 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7589 | 2025.06.18 18:41:20.981556 [ 195 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001387229 sec., 3604.3075800750994 rows/sec., 242.87 KiB/sec. | ||
7590 | 2025.06.18 18:41:20.981746 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
7591 | 2025.06.18 18:41:20.981962 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7592 | 2025.06.18 18:41:20.982084 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7593 | 2025.06.18 18:41:20.982176 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
7594 | 2025.06.18 18:41:20.982235 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7595 | 2025.06.18 18:41:20.982267 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7596 | 2025.06.18 18:41:20.982389 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002107 sec., 10915.994304698625 rows/sec., 19.56 MiB/sec. | ||
7597 | 2025.06.18 18:41:20.982460 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} <Debug> TCPHandler: Processed in 0.002313892 sec. | ||
7598 | 2025.06.18 18:41:20.982574 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7599 | 2025.06.18 18:41:20.982669 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7600 | 2025.06.18 18:41:20.982713 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7601 | 2025.06.18 18:41:20.983061 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7602 | 2025.06.18 18:41:20.983098 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7603 | 2025.06.18 18:41:20.983407 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7604 | 2025.06.18 18:41:20.983614 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7605 | 2025.06.18 18:41:20.983743 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001093 sec., 75022.87282708143 rows/sec., 4.76 MiB/sec. | ||
7606 | 2025.06.18 18:41:20.983780 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} <Debug> TCPHandler: Processed in 0.001256547 sec. | ||
7607 | 2025.06.18 18:41:21.606307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
7608 | 2025.06.18 18:41:21.606792 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7609 | 2025.06.18 18:41:21.606838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7610 | 2025.06.18 18:41:21.607330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7611 | 2025.06.18 18:41:21.607596 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7612 | 2025.06.18 18:41:21.607733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
7613 | 2025.06.18 18:41:22.141163 [ 30 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7614 | 2025.06.18 18:41:22.141230 [ 30 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7615 | 2025.06.18 18:41:22.141254 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7616 | 2025.06.18 18:41:22.141386 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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 | ||
7617 | 2025.06.18 18:41:22.141532 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7618 | 2025.06.18 18:41:22.141566 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
7619 | 2025.06.18 18:41:22.141631 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7620 | 2025.06.18 18:41:22.141677 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
7621 | 2025.06.18 18:41:22.141718 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
7622 | 2025.06.18 18:41:22.141760 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
7623 | 2025.06.18 18:41:22.142484 [ 197 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001157606 sec., 31098.663966841912 rows/sec., 2.60 MiB/sec. | ||
7624 | 2025.06.18 18:41:22.142698 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7625 | 2025.06.18 18:41:22.142987 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7626 | 2025.06.18 18:41:22.143067 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7627 | 2025.06.18 18:41:22.143175 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7628 | 2025.06.18 18:41:22.759674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
7629 | 2025.06.18 18:41:22.777951 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7630 | 2025.06.18 18:41:22.778018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7631 | 2025.06.18 18:41:22.783764 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7632 | 2025.06.18 18:41:22.784525 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7633 | 2025.06.18 18:41:22.787626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
7634 | 2025.06.18 18:41:24.167918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1056 | ||
7635 | 2025.06.18 18:41:24.170318 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7636 | 2025.06.18 18:41:24.170377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7637 | 2025.06.18 18:41:24.171601 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7638 | 2025.06.18 18:41:24.171889 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7639 | 2025.06.18 18:41:24.172254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1056 | ||
7640 | 2025.06.18 18:41:25.960495 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7641 | 2025.06.18 18:41:25.960693 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7642 | 2025.06.18 18:41:25.960763 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7643 | 2025.06.18 18:41:25.961394 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7644 | 2025.06.18 18:41:25.961446 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7645 | 2025.06.18 18:41:25.961833 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7646 | 2025.06.18 18:41:25.962075 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7647 | 2025.06.18 18:41:25.962237 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001593 sec., 1255.4927809165097 rows/sec., 102.38 KiB/sec. | ||
7648 | 2025.06.18 18:41:25.962291 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} <Debug> TCPHandler: Processed in 0.001929907 sec. | ||
7649 | 2025.06.18 18:41:25.962415 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7650 | 2025.06.18 18:41:25.962521 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7651 | 2025.06.18 18:41:25.962566 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7652 | 2025.06.18 18:41:25.963024 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7653 | 2025.06.18 18:41:25.963062 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7654 | 2025.06.18 18:41:25.963380 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7655 | 2025.06.18 18:41:25.963601 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7656 | 2025.06.18 18:41:25.963739 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001243 sec., 73209.97586484313 rows/sec., 6.11 MiB/sec. | ||
7657 | 2025.06.18 18:41:25.963780 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} <Debug> TCPHandler: Processed in 0.001416579 sec. | ||
7658 | 2025.06.18 18:41:25.963894 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7659 | 2025.06.18 18:41:25.963991 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7660 | 2025.06.18 18:41:25.964035 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7661 | 2025.06.18 18:41:25.964436 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7662 | 2025.06.18 18:41:25.964472 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7663 | 2025.06.18 18:41:25.964777 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7664 | 2025.06.18 18:41:25.964992 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7665 | 2025.06.18 18:41:25.965127 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001156 sec., 16435.98615916955 rows/sec., 1.20 MiB/sec. | ||
7666 | 2025.06.18 18:41:25.965166 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} <Debug> TCPHandler: Processed in 0.001321018 sec. | ||
7667 | 2025.06.18 18:41:25.965277 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7668 | 2025.06.18 18:41:25.965371 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7669 | 2025.06.18 18:41:25.965412 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7670 | 2025.06.18 18:41:25.965830 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7671 | 2025.06.18 18:41:25.965867 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7672 | 2025.06.18 18:41:25.966181 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7673 | 2025.06.18 18:41:25.966392 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7674 | 2025.06.18 18:41:25.966522 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.00117 sec., 70940.17094017094 rows/sec., 5.54 MiB/sec. | ||
7675 | 2025.06.18 18:41:25.966560 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} <Debug> TCPHandler: Processed in 0.001332859 sec. | ||
7676 | 2025.06.18 18:41:25.966673 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7677 | 2025.06.18 18:41:25.966769 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7678 | 2025.06.18 18:41:25.966814 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7679 | 2025.06.18 18:41:25.967214 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7680 | 2025.06.18 18:41:25.967251 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7681 | 2025.06.18 18:41:25.967582 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7682 | 2025.06.18 18:41:25.967789 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7683 | 2025.06.18 18:41:25.967924 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001173 sec., 137254.9019607843 rows/sec., 9.56 MiB/sec. | ||
7684 | 2025.06.18 18:41:25.967962 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} <Debug> TCPHandler: Processed in 0.001338268 sec. | ||
7685 | 2025.06.18 18:41:25.968070 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7686 | 2025.06.18 18:41:25.968164 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7687 | 2025.06.18 18:41:25.968220 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7688 | 2025.06.18 18:41:25.968995 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7689 | 2025.06.18 18:41:25.969034 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7690 | 2025.06.18 18:41:25.969559 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7691 | 2025.06.18 18:41:25.969789 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7692 | 2025.06.18 18:41:25.969934 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001789 sec., 9502.515371716043 rows/sec., 17.03 MiB/sec. | ||
7693 | 2025.06.18 18:41:25.970000 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} <Debug> TCPHandler: Processed in 0.001979197 sec. | ||
7694 | 2025.06.18 18:41:25.970113 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7695 | 2025.06.18 18:41:25.970209 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7696 | 2025.06.18 18:41:25.970252 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7697 | 2025.06.18 18:41:25.970591 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7698 | 2025.06.18 18:41:25.970627 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7699 | 2025.06.18 18:41:25.970960 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7700 | 2025.06.18 18:41:25.971188 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7701 | 2025.06.18 18:41:25.971318 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. | ||
7702 | 2025.06.18 18:41:25.971355 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} <Debug> TCPHandler: Processed in 0.001290888 sec. | ||
7703 | 2025.06.18 18:41:29.053341 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7704 | 2025.06.18 18:41:29.053396 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7705 | 2025.06.18 18:41:29.107863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
7706 | 2025.06.18 18:41:29.108336 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7707 | 2025.06.18 18:41:29.108372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7708 | 2025.06.18 18:41:29.108850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7709 | 2025.06.18 18:41:29.109160 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7710 | 2025.06.18 18:41:29.109295 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
7711 | 2025.06.18 18:41:29.109296 [ 145 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7712 | 2025.06.18 18:41:29.109348 [ 145 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7713 | 2025.06.18 18:41:29.109370 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7714 | 2025.06.18 18:41:29.109493 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7715 | 2025.06.18 18:41:29.109647 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7716 | 2025.06.18 18:41:29.109687 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7717 | 2025.06.18 18:41:29.109754 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7718 | 2025.06.18 18:41:29.109799 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7719 | 2025.06.18 18:41:29.109838 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7720 | 2025.06.18 18:41:29.109875 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7721 | 2025.06.18 18:41:29.109917 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
7722 | 2025.06.18 18:41:29.112013 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002576336 sec., 8192254.426441272 rows/sec., 117.19 MiB/sec. | ||
7723 | 2025.06.18 18:41:29.112410 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7724 | 2025.06.18 18:41:29.112782 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7725 | 2025.06.18 18:41:29.112887 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7726 | 2025.06.18 18:41:29.113006 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
7727 | 2025.06.18 18:41:30.287734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
7728 | 2025.06.18 18:41:30.305872 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7729 | 2025.06.18 18:41:30.305937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7730 | 2025.06.18 18:41:30.312611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7731 | 2025.06.18 18:41:30.313343 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7732 | 2025.06.18 18:41:30.313666 [ 142 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7733 | 2025.06.18 18:41:30.313739 [ 142 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7734 | 2025.06.18 18:41:30.313764 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7735 | 2025.06.18 18:41:30.313859 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7736 | 2025.06.18 18:41:30.316942 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7737 | 2025.06.18 18:41:30.317315 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
7738 | 2025.06.18 18:41:30.317694 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7739 | 2025.06.18 18:41:30.321014 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7740 | 2025.06.18 18:41:30.324258 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7741 | 2025.06.18 18:41:30.328025 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7742 | 2025.06.18 18:41:30.331912 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7743 | 2025.06.18 18:41:30.336014 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
7744 | 2025.06.18 18:41:30.385849 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.072017263 sec., 4818.289192689814 rows/sec., 24.91 MiB/sec. | ||
7745 | 2025.06.18 18:41:30.389408 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7746 | 2025.06.18 18:41:30.391597 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7747 | 2025.06.18 18:41:30.391718 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7748 | 2025.06.18 18:41:30.394849 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
7749 | 2025.06.18 18:41:30.966809 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7750 | 2025.06.18 18:41:30.967018 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7751 | 2025.06.18 18:41:30.967094 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7752 | 2025.06.18 18:41:30.967890 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7753 | 2025.06.18 18:41:30.967934 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7754 | 2025.06.18 18:41:30.968353 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7755 | 2025.06.18 18:41:30.968599 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7756 | 2025.06.18 18:41:30.968739 [ 142 ] {} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
7757 | 2025.06.18 18:41:30.968765 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001799 sec., 117843.24624791551 rows/sec., 7.49 MiB/sec. | ||
7758 | 2025.06.18 18:41:30.968798 [ 142 ] {} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7759 | 2025.06.18 18:41:30.968823 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} <Debug> TCPHandler: Processed in 0.00215547 sec. | ||
7760 | 2025.06.18 18:41:30.968825 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7761 | 2025.06.18 18:41:30.968939 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
7762 | 2025.06.18 18:41:30.968950 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7763 | 2025.06.18 18:41:30.969037 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7764 | 2025.06.18 18:41:30.969063 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7765 | 2025.06.18 18:41:30.969070 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part | ||
7766 | 2025.06.18 18:41:30.969110 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7767 | 2025.06.18 18:41:30.969135 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
7768 | 2025.06.18 18:41:30.969178 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
7769 | 2025.06.18 18:41:30.969219 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
7770 | 2025.06.18 18:41:30.969260 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
7771 | 2025.06.18 18:41:30.969298 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
7772 | 2025.06.18 18:41:30.969878 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7773 | 2025.06.18 18:41:30.969915 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7774 | 2025.06.18 18:41:30.970106 [ 190 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208617 sec., 605650.9216732845 rows/sec., 42.37 MiB/sec. | ||
7775 | 2025.06.18 18:41:30.970358 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7776 | 2025.06.18 18:41:30.970576 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7777 | 2025.06.18 18:41:30.970763 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7778 | 2025.06.18 18:41:30.970860 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7779 | 2025.06.18 18:41:30.970861 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
7780 | 2025.06.18 18:41:30.970984 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7781 | 2025.06.18 18:41:30.971017 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001978 sec., 335187.05763397366 rows/sec., 26.52 MiB/sec. | ||
7782 | 2025.06.18 18:41:30.971063 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} <Debug> TCPHandler: Processed in 0.00216612 sec. | ||
7783 | 2025.06.18 18:41:30.971176 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7784 | 2025.06.18 18:41:30.971273 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7785 | 2025.06.18 18:41:30.971315 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7786 | 2025.06.18 18:41:30.971752 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7787 | 2025.06.18 18:41:30.971788 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7788 | 2025.06.18 18:41:30.972099 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7789 | 2025.06.18 18:41:30.972326 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7790 | 2025.06.18 18:41:30.972445 [ 142 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7791 | 2025.06.18 18:41:30.972457 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001205 sec., 107053.9419087137 rows/sec., 6.58 MiB/sec. | ||
7792 | 2025.06.18 18:41:30.972481 [ 142 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7793 | 2025.06.18 18:41:30.972505 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} <Debug> TCPHandler: Processed in 0.001378969 sec. | ||
7794 | 2025.06.18 18:41:30.972505 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7795 | 2025.06.18 18:41:30.972616 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
7796 | 2025.06.18 18:41:30.972627 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7797 | 2025.06.18 18:41:30.972729 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7798 | 2025.06.18 18:41:30.972738 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7799 | 2025.06.18 18:41:30.972768 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
7800 | 2025.06.18 18:41:30.972794 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7801 | 2025.06.18 18:41:30.972836 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part | ||
7802 | 2025.06.18 18:41:30.972886 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part | ||
7803 | 2025.06.18 18:41:30.972927 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 129 rows starting from the beginning of the part | ||
7804 | 2025.06.18 18:41:30.972966 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 19 rows starting from the beginning of the part | ||
7805 | 2025.06.18 18:41:30.973006 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 129 rows starting from the beginning of the part | ||
7806 | 2025.06.18 18:41:30.973222 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7807 | 2025.06.18 18:41:30.973265 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7808 | 2025.06.18 18:41:30.973697 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7809 | 2025.06.18 18:41:30.973831 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 5 columns (5 merged, 0 gathered) in 0.001256418 sec., 409895.4328893728 rows/sec., 27.93 MiB/sec. | ||
7810 | 2025.06.18 18:41:30.973919 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7811 | 2025.06.18 18:41:30.973960 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7812 | 2025.06.18 18:41:30.974056 [ 142 ] {} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
7813 | 2025.06.18 18:41:30.974062 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001343 sec., 84139.98510796724 rows/sec., 5.45 MiB/sec. | ||
7814 | 2025.06.18 18:41:30.974093 [ 142 ] {} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7815 | 2025.06.18 18:41:30.974117 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} <Debug> TCPHandler: Processed in 0.001538722 sec. | ||
7816 | 2025.06.18 18:41:30.974119 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7817 | 2025.06.18 18:41:30.974219 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
7818 | 2025.06.18 18:41:30.974236 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7819 | 2025.06.18 18:41:30.974231 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7820 | 2025.06.18 18:41:30.974317 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7821 | 2025.06.18 18:41:30.974341 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7822 | 2025.06.18 18:41:30.974351 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 137 rows starting from the beginning of the part | ||
7823 | 2025.06.18 18:41:30.974344 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7824 | 2025.06.18 18:41:30.974384 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7825 | 2025.06.18 18:41:30.974411 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
7826 | 2025.06.18 18:41:30.974435 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7827 | 2025.06.18 18:41:30.974455 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
7828 | 2025.06.18 18:41:30.974502 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
7829 | 2025.06.18 18:41:30.974543 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
7830 | 2025.06.18 18:41:30.974585 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
7831 | 2025.06.18 18:41:30.974819 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7832 | 2025.06.18 18:41:30.974853 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7833 | 2025.06.18 18:41:30.975182 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7834 | 2025.06.18 18:41:30.975280 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001099855 sec., 395506.68042605615 rows/sec., 28.70 MiB/sec. | ||
7835 | 2025.06.18 18:41:30.975407 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7836 | 2025.06.18 18:41:30.975411 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7837 | 2025.06.18 18:41:30.975540 [ 142 ] {} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
7838 | 2025.06.18 18:41:30.975568 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001245 sec., 89959.83935742972 rows/sec., 5.12 MiB/sec. | ||
7839 | 2025.06.18 18:41:30.975571 [ 142 ] {} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7840 | 2025.06.18 18:41:30.975613 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7841 | 2025.06.18 18:41:30.975615 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} <Debug> TCPHandler: Processed in 0.00142822 sec. | ||
7842 | 2025.06.18 18:41:30.975681 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
7843 | 2025.06.18 18:41:30.975686 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7844 | 2025.06.18 18:41:30.975749 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7845 | 2025.06.18 18:41:30.975772 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7846 | 2025.06.18 18:41:30.975790 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
7847 | 2025.06.18 18:41:30.975798 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part | ||
7848 | 2025.06.18 18:41:30.975848 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7849 | 2025.06.18 18:41:30.975852 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
7850 | 2025.06.18 18:41:30.975877 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7851 | 2025.06.18 18:41:30.975890 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7852 | 2025.06.18 18:41:30.975897 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
7853 | 2025.06.18 18:41:30.975939 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
7854 | 2025.06.18 18:41:30.975971 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
7855 | 2025.06.18 18:41:30.976005 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
7856 | 2025.06.18 18:41:30.976443 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7857 | 2025.06.18 18:41:30.976478 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7858 | 2025.06.18 18:41:30.976683 [ 201 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029674 sec., 372933.5692656122 rows/sec., 23.57 MiB/sec. | ||
7859 | 2025.06.18 18:41:30.976812 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7860 | 2025.06.18 18:41:30.976842 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7861 | 2025.06.18 18:41:30.977157 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7862 | 2025.06.18 18:41:30.977193 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7863 | 2025.06.18 18:41:30.977234 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
7864 | 2025.06.18 18:41:30.977327 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7865 | 2025.06.18 18:41:30.977347 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001516 sec., 267150.3957783641 rows/sec., 18.96 MiB/sec. | ||
7866 | 2025.06.18 18:41:30.977390 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} <Debug> TCPHandler: Processed in 0.001690284 sec. | ||
7867 | 2025.06.18 18:41:30.977501 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7868 | 2025.06.18 18:41:30.977595 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7869 | 2025.06.18 18:41:30.977637 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7870 | 2025.06.18 18:41:30.977972 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7871 | 2025.06.18 18:41:30.978009 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7872 | 2025.06.18 18:41:30.978321 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
7873 | 2025.06.18 18:41:30.978542 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7874 | 2025.06.18 18:41:30.978635 [ 142 ] {} <Debug> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
7875 | 2025.06.18 18:41:30.978664 [ 142 ] {} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7876 | 2025.06.18 18:41:30.978668 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. | ||
7877 | 2025.06.18 18:41:30.978681 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7878 | 2025.06.18 18:41:30.978715 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} <Debug> TCPHandler: Processed in 0.001262278 sec. | ||
7879 | 2025.06.18 18:41:30.978759 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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 | ||
7880 | 2025.06.18 18:41:30.978828 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7881 | 2025.06.18 18:41:30.978843 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7882 | 2025.06.18 18:41:30.978868 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
7883 | 2025.06.18 18:41:30.978910 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
7884 | 2025.06.18 18:41:30.978924 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7885 | 2025.06.18 18:41:30.978944 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
7886 | 2025.06.18 18:41:30.978966 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7887 | 2025.06.18 18:41:30.978975 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
7888 | 2025.06.18 18:41:30.979008 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
7889 | 2025.06.18 18:41:30.979041 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
7890 | 2025.06.18 18:41:30.979381 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2025.06.18 18:41:30.979415 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7892 | 2025.06.18 18:41:30.979691 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.000957633 sec., 37592.689474986764 rows/sec., 1.92 MiB/sec. | ||
7893 | 2025.06.18 18:41:30.979770 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7894 | 2025.06.18 18:41:30.979882 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
7895 | 2025.06.18 18:41:30.980003 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7896 | 2025.06.18 18:41:30.980156 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00125 sec., 189600 rows/sec., 12.71 MiB/sec. | ||
7897 | 2025.06.18 18:41:30.980195 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} <Debug> TCPHandler: Processed in 0.001414769 sec. | ||
7898 | 2025.06.18 18:41:30.980286 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2025.06.18 18:41:30.980307 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7900 | 2025.06.18 18:41:30.980381 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
7901 | 2025.06.18 18:41:30.980406 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7902 | 2025.06.18 18:41:30.980453 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7903 | 2025.06.18 18:41:30.980512 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7904 | 2025.06.18 18:41:30.980768 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7905 | 2025.06.18 18:41:30.980808 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7906 | 2025.06.18 18:41:30.981115 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
7907 | 2025.06.18 18:41:30.981326 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7908 | 2025.06.18 18:41:30.981457 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. | ||
7909 | 2025.06.18 18:41:30.981495 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} <Debug> TCPHandler: Processed in 0.001236277 sec. | ||
7910 | 2025.06.18 18:41:30.981603 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7911 | 2025.06.18 18:41:30.981698 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7912 | 2025.06.18 18:41:30.981753 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7913 | 2025.06.18 18:41:30.982606 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7914 | 2025.06.18 18:41:30.982643 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7915 | 2025.06.18 18:41:30.983202 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7916 | 2025.06.18 18:41:30.983441 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7917 | 2025.06.18 18:41:30.983584 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001904 sec., 12079.831932773108 rows/sec., 21.65 MiB/sec. | ||
7918 | 2025.06.18 18:41:30.983646 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} <Debug> TCPHandler: Processed in 0.002090759 sec. | ||
7919 | 2025.06.18 18:41:30.983763 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7920 | 2025.06.18 18:41:30.983858 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7921 | 2025.06.18 18:41:30.983899 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7922 | 2025.06.18 18:41:30.984242 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7923 | 2025.06.18 18:41:30.984278 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7924 | 2025.06.18 18:41:30.984587 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7925 | 2025.06.18 18:41:30.984815 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7926 | 2025.06.18 18:41:30.984947 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001107 sec., 74074.07407407407 rows/sec., 4.70 MiB/sec. | ||
7927 | 2025.06.18 18:41:30.984983 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} <Debug> TCPHandler: Processed in 0.001269227 sec. | ||
7928 | 2025.06.18 18:41:34.172542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1092 | ||
7929 | 2025.06.18 18:41:34.174919 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7930 | 2025.06.18 18:41:34.174963 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7931 | 2025.06.18 18:41:34.176176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7932 | 2025.06.18 18:41:34.176430 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7933 | 2025.06.18 18:41:34.176680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
7934 | 2025.06.18 18:41:35.960549 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7935 | 2025.06.18 18:41:35.960761 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7936 | 2025.06.18 18:41:35.960838 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7937 | 2025.06.18 18:41:35.961523 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7938 | 2025.06.18 18:41:35.961567 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7939 | 2025.06.18 18:41:35.961976 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7940 | 2025.06.18 18:41:35.962228 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7941 | 2025.06.18 18:41:35.962384 [ 139 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7942 | 2025.06.18 18:41:35.962391 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001684 sec., 53444.18052256532 rows/sec., 4.47 MiB/sec. | ||
7943 | 2025.06.18 18:41:35.962460 [ 139 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7944 | 2025.06.18 18:41:35.962489 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} <Debug> TCPHandler: Processed in 0.002080479 sec. | ||
7945 | 2025.06.18 18:41:35.962492 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7946 | 2025.06.18 18:41:35.962612 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
7947 | 2025.06.18 18:41:35.962619 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7948 | 2025.06.18 18:41:35.962735 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7949 | 2025.06.18 18:41:35.962745 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7950 | 2025.06.18 18:41:35.962779 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 828 rows starting from the beginning of the part | ||
7951 | 2025.06.18 18:41:35.962800 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7952 | 2025.06.18 18:41:35.962858 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part | ||
7953 | 2025.06.18 18:41:35.962913 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 663 rows starting from the beginning of the part | ||
7954 | 2025.06.18 18:41:35.962958 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 91 rows starting from the beginning of the part | ||
7955 | 2025.06.18 18:41:35.962999 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 663 rows starting from the beginning of the part | ||
7956 | 2025.06.18 18:41:35.963043 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part | ||
7957 | 2025.06.18 18:41:35.963211 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7958 | 2025.06.18 18:41:35.963253 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7959 | 2025.06.18 18:41:35.963674 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7960 | 2025.06.18 18:41:35.963904 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7961 | 2025.06.18 18:41:35.964045 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001307 sec., 13006.885998469777 rows/sec., 978.06 KiB/sec. | ||
7962 | 2025.06.18 18:41:35.964085 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} <Debug> TCPHandler: Processed in 0.001508231 sec. | ||
7963 | 2025.06.18 18:41:35.964188 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7964 | 2025.06.18 18:41:35.964294 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7965 | 2025.06.18 18:41:35.964335 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7966 | 2025.06.18 18:41:35.964456 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001880636 sec., 1289457.3963276253 rows/sec., 108.72 MiB/sec. | ||
7967 | 2025.06.18 18:41:35.964696 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7968 | 2025.06.18 18:41:35.964782 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7969 | 2025.06.18 18:41:35.964827 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7970 | 2025.06.18 18:41:35.965057 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2025.06.18 18:41:35.965145 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7972 | 2025.06.18 18:41:35.965188 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7973 | 2025.06.18 18:41:35.965259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
7974 | 2025.06.18 18:41:35.965415 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7975 | 2025.06.18 18:41:35.965537 [ 139 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7976 | 2025.06.18 18:41:35.965558 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001285 sec., 63035.01945525292 rows/sec., 4.92 MiB/sec. | ||
7977 | 2025.06.18 18:41:35.965567 [ 139 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7978 | 2025.06.18 18:41:35.965598 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7979 | 2025.06.18 18:41:35.965604 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} <Debug> TCPHandler: Processed in 0.00146483 sec. | ||
7980 | 2025.06.18 18:41:35.965687 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
7981 | 2025.06.18 18:41:35.965729 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7982 | 2025.06.18 18:41:35.965794 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7983 | 2025.06.18 18:41:35.965829 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 496 rows starting from the beginning of the part | ||
7984 | 2025.06.18 18:41:35.965838 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7985 | 2025.06.18 18:41:35.965886 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7986 | 2025.06.18 18:41:35.965891 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 81 rows starting from the beginning of the part | ||
7987 | 2025.06.18 18:41:35.965945 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 405 rows starting from the beginning of the part | ||
7988 | 2025.06.18 18:41:35.966002 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 83 rows starting from the beginning of the part | ||
7989 | 2025.06.18 18:41:35.966041 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 405 rows starting from the beginning of the part | ||
7990 | 2025.06.18 18:41:35.966082 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 81 rows starting from the beginning of the part | ||
7991 | 2025.06.18 18:41:35.966315 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7992 | 2025.06.18 18:41:35.966358 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7993 | 2025.06.18 18:41:35.966741 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7994 | 2025.06.18 18:41:35.966963 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7995 | 2025.06.18 18:41:35.967073 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7996 | 2025.06.18 18:41:35.967097 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. | ||
7997 | 2025.06.18 18:41:35.967100 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7998 | 2025.06.18 18:41:35.967136 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
7999 | 2025.06.18 18:41:35.967142 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} <Debug> TCPHandler: Processed in 0.00146338 sec. | ||
8000 | 2025.06.18 18:41:35.967138 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148462 sec., 1044711.7780980992 rows/sec., 80.01 MiB/sec. | ||
8001 | 2025.06.18 18:41:35.967202 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8002 | 2025.06.18 18:41:35.967262 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8003 | 2025.06.18 18:41:35.967301 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8004 | 2025.06.18 18:41:35.967317 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8005 | 2025.06.18 18:41:35.967333 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10686 rows starting from the beginning of the part | ||
8006 | 2025.06.18 18:41:35.967370 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8007 | 2025.06.18 18:41:35.967378 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8008 | 2025.06.18 18:41:35.967430 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
8009 | 2025.06.18 18:41:35.967435 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8010 | 2025.06.18 18:41:35.967468 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part | ||
8011 | 2025.06.18 18:41:35.967506 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
8012 | 2025.06.18 18:41:35.967543 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
8013 | 2025.06.18 18:41:35.967569 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8014 | 2025.06.18 18:41:35.967636 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8015 | 2025.06.18 18:41:35.967708 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
8016 | 2025.06.18 18:41:35.968276 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2025.06.18 18:41:35.968318 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8018 | 2025.06.18 18:41:35.969007 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8019 | 2025.06.18 18:41:35.969249 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2025.06.18 18:41:35.969396 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002045 sec., 8312.958435207824 rows/sec., 14.90 MiB/sec. | ||
8021 | 2025.06.18 18:41:35.969465 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} <Debug> TCPHandler: Processed in 0.002252272 sec. | ||
8022 | 2025.06.18 18:41:35.969583 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8023 | 2025.06.18 18:41:35.969689 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8024 | 2025.06.18 18:41:35.969732 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8025 | 2025.06.18 18:41:35.970086 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8026 | 2025.06.18 18:41:35.970124 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8027 | 2025.06.18 18:41:35.970547 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8028 | 2025.06.18 18:41:35.970763 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8029 | 2025.06.18 18:41:35.970882 [ 134 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8030 | 2025.06.18 18:41:35.970896 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. | ||
8031 | 2025.06.18 18:41:35.970937 [ 134 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8032 | 2025.06.18 18:41:35.970951 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} <Debug> TCPHandler: Processed in 0.00141615 sec. | ||
8033 | 2025.06.18 18:41:35.970971 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8034 | 2025.06.18 18:41:35.971058 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8035 | 2025.06.18 18:41:35.971172 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8036 | 2025.06.18 18:41:35.971207 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3736 rows starting from the beginning of the part | ||
8037 | 2025.06.18 18:41:35.971269 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8038 | 2025.06.18 18:41:35.971313 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
8039 | 2025.06.18 18:41:35.971352 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8040 | 2025.06.18 18:41:35.971391 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
8041 | 2025.06.18 18:41:35.971431 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
8042 | 2025.06.18 18:41:35.971614 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11641 rows, containing 5 columns (5 merged, 0 gathered) in 0.004439611 sec., 2622076.57382595 rows/sec., 183.24 MiB/sec. | ||
8043 | 2025.06.18 18:41:35.972042 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8044 | 2025.06.18 18:41:35.972374 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8045 | 2025.06.18 18:41:35.972467 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8046 | 2025.06.18 18:41:35.972577 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. | ||
8047 | 2025.06.18 18:41:35.973063 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4080 rows, containing 4 columns (4 merged, 0 gathered) in 0.002038858 sec., 2001120.234955058 rows/sec., 133.93 MiB/sec. | ||
8048 | 2025.06.18 18:41:35.973416 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8049 | 2025.06.18 18:41:35.973647 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8050 | 2025.06.18 18:41:35.973708 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8051 | 2025.06.18 18:41:35.973779 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
8052 | 2025.06.18 18:41:36.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 280.63 MiB, peak 291.80 MiB, free memory in arenas 0.00 B, will set to 282.21 MiB (RSS), difference: 1.58 MiB | ||
8053 | 2025.06.18 18:41:36.609443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
8054 | 2025.06.18 18:41:36.609977 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8055 | 2025.06.18 18:41:36.610023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8056 | 2025.06.18 18:41:36.610533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8057 | 2025.06.18 18:41:36.610781 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8058 | 2025.06.18 18:41:36.610916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
8059 | 2025.06.18 18:41:37.817750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
8060 | 2025.06.18 18:41:37.833422 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8061 | 2025.06.18 18:41:37.833479 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8062 | 2025.06.18 18:41:37.838877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8063 | 2025.06.18 18:41:37.839543 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8064 | 2025.06.18 18:41:37.842413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
8065 | 2025.06.18 18:41:40.960970 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8066 | 2025.06.18 18:41:40.961162 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8067 | 2025.06.18 18:41:40.961229 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8068 | 2025.06.18 18:41:40.961843 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8069 | 2025.06.18 18:41:40.961892 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8070 | 2025.06.18 18:41:40.962268 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8071 | 2025.06.18 18:41:40.962489 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8072 | 2025.06.18 18:41:40.962646 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001533 sec., 1304.631441617743 rows/sec., 106.38 KiB/sec. | ||
8073 | 2025.06.18 18:41:40.962688 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} <Debug> TCPHandler: Processed in 0.001852586 sec. | ||
8074 | 2025.06.18 18:41:40.962806 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8075 | 2025.06.18 18:41:40.962900 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8076 | 2025.06.18 18:41:40.962940 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8077 | 2025.06.18 18:41:40.963430 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2025.06.18 18:41:40.963469 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8079 | 2025.06.18 18:41:40.963794 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8080 | 2025.06.18 18:41:40.964015 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8081 | 2025.06.18 18:41:40.964150 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001269 sec., 81166.27265563436 rows/sec., 6.77 MiB/sec. | ||
8082 | 2025.06.18 18:41:40.964188 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} <Debug> TCPHandler: Processed in 0.001431559 sec. | ||
8083 | 2025.06.18 18:41:40.964302 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8084 | 2025.06.18 18:41:40.964394 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8085 | 2025.06.18 18:41:40.964435 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8086 | 2025.06.18 18:41:40.964839 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8087 | 2025.06.18 18:41:40.964876 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8088 | 2025.06.18 18:41:40.965167 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8089 | 2025.06.18 18:41:40.965373 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8090 | 2025.06.18 18:41:40.965501 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001125 sec., 22222.222222222223 rows/sec., 1.62 MiB/sec. | ||
8091 | 2025.06.18 18:41:40.965537 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} <Debug> TCPHandler: Processed in 0.001283728 sec. | ||
8092 | 2025.06.18 18:41:40.965656 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8093 | 2025.06.18 18:41:40.965748 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8094 | 2025.06.18 18:41:40.965786 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8095 | 2025.06.18 18:41:40.966191 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8096 | 2025.06.18 18:41:40.966226 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8097 | 2025.06.18 18:41:40.966526 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8098 | 2025.06.18 18:41:40.966736 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8099 | 2025.06.18 18:41:40.966860 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001131 sec., 78691.42351900972 rows/sec., 6.15 MiB/sec. | ||
8100 | 2025.06.18 18:41:40.966896 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} <Debug> TCPHandler: Processed in 0.001287838 sec. | ||
8101 | 2025.06.18 18:41:40.967006 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8102 | 2025.06.18 18:41:40.967096 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8103 | 2025.06.18 18:41:40.967138 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8104 | 2025.06.18 18:41:40.967560 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8105 | 2025.06.18 18:41:40.967596 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8106 | 2025.06.18 18:41:40.967920 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8107 | 2025.06.18 18:41:40.968131 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8108 | 2025.06.18 18:41:40.968259 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00118 sec., 136440.67796610168 rows/sec., 9.50 MiB/sec. | ||
8109 | 2025.06.18 18:41:40.968294 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} <Debug> TCPHandler: Processed in 0.001336528 sec. | ||
8110 | 2025.06.18 18:41:40.968399 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8111 | 2025.06.18 18:41:40.968489 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8112 | 2025.06.18 18:41:40.968543 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8113 | 2025.06.18 18:41:40.969381 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8114 | 2025.06.18 18:41:40.969418 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8115 | 2025.06.18 18:41:40.969946 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8116 | 2025.06.18 18:41:40.970166 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8117 | 2025.06.18 18:41:40.970289 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8118 | 2025.06.18 18:41:40.970300 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001828 sec., 12582.056892778994 rows/sec., 22.55 MiB/sec. | ||
8119 | 2025.06.18 18:41:40.970367 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8120 | 2025.06.18 18:41:40.970396 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8121 | 2025.06.18 18:41:40.970405 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} <Debug> TCPHandler: Processed in 0.002052478 sec. | ||
8122 | 2025.06.18 18:41:40.970503 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
8123 | 2025.06.18 18:41:40.970531 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8124 | 2025.06.18 18:41:40.970625 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8125 | 2025.06.18 18:41:40.970664 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8126 | 2025.06.18 18:41:40.970730 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8127 | 2025.06.18 18:41:40.970788 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1078 rows starting from the beginning of the part | ||
8128 | 2025.06.18 18:41:40.970916 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 23 rows starting from the beginning of the part | ||
8129 | 2025.06.18 18:41:40.970982 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8130 | 2025.06.18 18:41:40.971015 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part | ||
8131 | 2025.06.18 18:41:40.971020 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8132 | 2025.06.18 18:41:40.971106 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 23 rows starting from the beginning of the part | ||
8133 | 2025.06.18 18:41:40.971199 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 17 rows starting from the beginning of the part | ||
8134 | 2025.06.18 18:41:40.971290 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part | ||
8135 | 2025.06.18 18:41:40.971335 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8136 | 2025.06.18 18:41:40.971609 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8137 | 2025.06.18 18:41:40.971798 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. | ||
8138 | 2025.06.18 18:41:40.971848 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} <Debug> TCPHandler: Processed in 0.001364209 sec. | ||
8139 | 2025.06.18 18:41:40.978741 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1181 rows, containing 19 columns (19 merged, 0 gathered) in 0.008282214 sec., 142594.72165293002 rows/sec., 255.52 MiB/sec. | ||
8140 | 2025.06.18 18:41:40.980434 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8141 | 2025.06.18 18:41:40.980826 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8142 | 2025.06.18 18:41:40.980910 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8143 | 2025.06.18 18:41:40.981048 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
8144 | 2025.06.18 18:41:41.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 282.85 MiB, peak 294.37 MiB, free memory in arenas 0.00 B, will set to 286.43 MiB (RSS), difference: 3.58 MiB | ||
8145 | 2025.06.18 18:41:44.053674 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8146 | 2025.06.18 18:41:44.053757 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8147 | 2025.06.18 18:41:44.111099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
8148 | 2025.06.18 18:41:44.111587 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8149 | 2025.06.18 18:41:44.111623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8150 | 2025.06.18 18:41:44.112110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8151 | 2025.06.18 18:41:44.112371 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8152 | 2025.06.18 18:41:44.112497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
8153 | 2025.06.18 18:41:44.177063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1118 | ||
8154 | 2025.06.18 18:41:44.179768 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8155 | 2025.06.18 18:41:44.179809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8156 | 2025.06.18 18:41:44.181024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8157 | 2025.06.18 18:41:44.181292 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8158 | 2025.06.18 18:41:44.181544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118 | ||
8159 | 2025.06.18 18:41:45.001300 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000917503 sec. | ||
8160 | 2025.06.18 18:41:45.342606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
8161 | 2025.06.18 18:41:45.359794 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2025.06.18 18:41:45.359861 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8163 | 2025.06.18 18:41:45.365574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8164 | 2025.06.18 18:41:45.366348 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8165 | 2025.06.18 18:41:45.369225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
8166 | 2025.06.18 18:41:45.959958 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8167 | 2025.06.18 18:41:45.960153 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8168 | 2025.06.18 18:41:45.960222 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8169 | 2025.06.18 18:41:45.960950 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8170 | 2025.06.18 18:41:45.960998 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8171 | 2025.06.18 18:41:45.961406 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8172 | 2025.06.18 18:41:45.961639 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8173 | 2025.06.18 18:41:45.961821 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001716 sec., 52447.55244755244 rows/sec., 4.39 MiB/sec. | ||
8174 | 2025.06.18 18:41:45.961865 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} <Debug> TCPHandler: Processed in 0.002037108 sec. | ||
8175 | 2025.06.18 18:41:45.961992 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8176 | 2025.06.18 18:41:45.962086 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8177 | 2025.06.18 18:41:45.962127 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8178 | 2025.06.18 18:41:45.962544 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2025.06.18 18:41:45.962583 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8180 | 2025.06.18 18:41:45.962935 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8181 | 2025.06.18 18:41:45.963156 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2025.06.18 18:41:45.963296 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001228 sec., 13843.648208469056 rows/sec., 1.02 MiB/sec. | ||
8183 | 2025.06.18 18:41:45.963334 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} <Debug> TCPHandler: Processed in 0.001391799 sec. | ||
8184 | 2025.06.18 18:41:45.963442 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8185 | 2025.06.18 18:41:45.963536 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8186 | 2025.06.18 18:41:45.963575 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8187 | 2025.06.18 18:41:45.963973 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8188 | 2025.06.18 18:41:45.964007 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8189 | 2025.06.18 18:41:45.964301 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8190 | 2025.06.18 18:41:45.964502 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8191 | 2025.06.18 18:41:45.964692 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001174 sec., 68994.88926746168 rows/sec., 5.39 MiB/sec. | ||
8192 | 2025.06.18 18:41:45.964729 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} <Debug> TCPHandler: Processed in 0.001333959 sec. | ||
8193 | 2025.06.18 18:41:45.964837 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8194 | 2025.06.18 18:41:45.964930 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8195 | 2025.06.18 18:41:45.964974 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8196 | 2025.06.18 18:41:45.965403 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8197 | 2025.06.18 18:41:45.965439 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8198 | 2025.06.18 18:41:45.965795 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8199 | 2025.06.18 18:41:45.966010 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8200 | 2025.06.18 18:41:45.966142 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. | ||
8201 | 2025.06.18 18:41:45.966179 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} <Debug> TCPHandler: Processed in 0.001390159 sec. | ||
8202 | 2025.06.18 18:41:45.966305 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8203 | 2025.06.18 18:41:45.966413 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8204 | 2025.06.18 18:41:45.966471 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8205 | 2025.06.18 18:41:45.967282 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8206 | 2025.06.18 18:41:45.967316 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8207 | 2025.06.18 18:41:45.967848 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8208 | 2025.06.18 18:41:45.968078 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8209 | 2025.06.18 18:41:45.968220 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001824 sec., 9320.17543859649 rows/sec., 16.70 MiB/sec. | ||
8210 | 2025.06.18 18:41:45.968284 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} <Debug> TCPHandler: Processed in 0.002038288 sec. | ||
8211 | 2025.06.18 18:41:45.968395 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8212 | 2025.06.18 18:41:45.968489 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8213 | 2025.06.18 18:41:45.968531 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8214 | 2025.06.18 18:41:45.968875 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8215 | 2025.06.18 18:41:45.968911 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8216 | 2025.06.18 18:41:45.969212 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8217 | 2025.06.18 18:41:45.969419 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8218 | 2025.06.18 18:41:45.969549 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. | ||
8219 | 2025.06.18 18:41:45.969584 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} <Debug> TCPHandler: Processed in 0.001236818 sec. | ||
8220 | 2025.06.18 18:41:50.961374 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8221 | 2025.06.18 18:41:50.961587 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8222 | 2025.06.18 18:41:50.961660 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8223 | 2025.06.18 18:41:50.962431 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8224 | 2025.06.18 18:41:50.962479 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8225 | 2025.06.18 18:41:50.962895 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8226 | 2025.06.18 18:41:50.963128 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8227 | 2025.06.18 18:41:50.963284 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.00175 sec., 58285.71428571428 rows/sec., 4.87 MiB/sec. | ||
8228 | 2025.06.18 18:41:50.963333 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} <Debug> TCPHandler: Processed in 0.002094449 sec. | ||
8229 | 2025.06.18 18:41:50.963461 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8230 | 2025.06.18 18:41:50.963564 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8231 | 2025.06.18 18:41:50.963608 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8232 | 2025.06.18 18:41:50.964031 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8233 | 2025.06.18 18:41:50.964066 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8234 | 2025.06.18 18:41:50.964381 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8235 | 2025.06.18 18:41:50.964602 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8236 | 2025.06.18 18:41:50.964744 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001203 sec., 19118.86949293433 rows/sec., 1.40 MiB/sec. | ||
8237 | 2025.06.18 18:41:50.964782 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} <Debug> TCPHandler: Processed in 0.00137187 sec. | ||
8238 | 2025.06.18 18:41:50.964884 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8239 | 2025.06.18 18:41:50.964982 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8240 | 2025.06.18 18:41:50.965022 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8241 | 2025.06.18 18:41:50.965455 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8242 | 2025.06.18 18:41:50.965492 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8243 | 2025.06.18 18:41:50.965812 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8244 | 2025.06.18 18:41:50.966029 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8245 | 2025.06.18 18:41:50.966158 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001196 sec., 72742.47491638796 rows/sec., 5.68 MiB/sec. | ||
8246 | 2025.06.18 18:41:50.966194 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} <Debug> TCPHandler: Processed in 0.001359029 sec. | ||
8247 | 2025.06.18 18:41:50.966305 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8248 | 2025.06.18 18:41:50.966400 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8249 | 2025.06.18 18:41:50.966443 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8250 | 2025.06.18 18:41:50.966857 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8251 | 2025.06.18 18:41:50.966891 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8252 | 2025.06.18 18:41:50.967226 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8253 | 2025.06.18 18:41:50.967439 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8254 | 2025.06.18 18:41:50.967568 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. | ||
8255 | 2025.06.18 18:41:50.967603 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} <Debug> TCPHandler: Processed in 0.001345958 sec. | ||
8256 | 2025.06.18 18:41:50.967710 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8257 | 2025.06.18 18:41:50.967814 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8258 | 2025.06.18 18:41:50.967874 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8259 | 2025.06.18 18:41:50.968718 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8260 | 2025.06.18 18:41:50.968756 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8261 | 2025.06.18 18:41:50.969314 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8262 | 2025.06.18 18:41:50.969552 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8263 | 2025.06.18 18:41:50.969694 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.0019 sec., 12105.263157894737 rows/sec., 21.69 MiB/sec. | ||
8264 | 2025.06.18 18:41:50.969760 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} <Debug> TCPHandler: Processed in 0.002101189 sec. | ||
8265 | 2025.06.18 18:41:50.969878 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8266 | 2025.06.18 18:41:50.969975 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8267 | 2025.06.18 18:41:50.970019 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8268 | 2025.06.18 18:41:50.970480 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8269 | 2025.06.18 18:41:50.970516 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8270 | 2025.06.18 18:41:50.970883 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8271 | 2025.06.18 18:41:50.971109 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8272 | 2025.06.18 18:41:50.971242 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. | ||
8273 | 2025.06.18 18:41:50.971279 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} <Debug> TCPHandler: Processed in 0.0014501 sec. | ||
8274 | 2025.06.18 18:41:51.612682 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
8275 | 2025.06.18 18:41:51.613220 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8276 | 2025.06.18 18:41:51.613275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8277 | 2025.06.18 18:41:51.613789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8278 | 2025.06.18 18:41:51.614036 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8279 | 2025.06.18 18:41:51.614188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
8280 | 2025.06.18 18:41:52.869401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
8281 | 2025.06.18 18:41:52.887281 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8282 | 2025.06.18 18:41:52.887352 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8283 | 2025.06.18 18:41:52.893711 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8284 | 2025.06.18 18:41:52.894470 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8285 | 2025.06.18 18:41:52.897705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
8286 | 2025.06.18 18:41:54.181842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1142 | ||
8287 | 2025.06.18 18:41:54.184033 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8288 | 2025.06.18 18:41:54.184083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8289 | 2025.06.18 18:41:54.185276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8290 | 2025.06.18 18:41:54.185542 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8291 | 2025.06.18 18:41:54.185693 [ 53 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8292 | 2025.06.18 18:41:54.185756 [ 53 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8293 | 2025.06.18 18:41:54.185775 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8294 | 2025.06.18 18:41:54.185808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
8295 | 2025.06.18 18:41:54.185896 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
8296 | 2025.06.18 18:41:54.186463 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8297 | 2025.06.18 18:41:54.186601 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 990 rows starting from the beginning of the part | ||
8298 | 2025.06.18 18:41:54.186956 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
8299 | 2025.06.18 18:41:54.187276 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
8300 | 2025.06.18 18:41:54.187595 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part | ||
8301 | 2025.06.18 18:41:54.187902 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
8302 | 2025.06.18 18:41:54.188200 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
8303 | 2025.06.18 18:41:54.194136 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 72 columns (72 merged, 0 gathered) in 0.008298875 sec., 137609.0132698709 rows/sec., 109.90 MiB/sec. | ||
8304 | 2025.06.18 18:41:54.195393 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8305 | 2025.06.18 18:41:54.195958 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8306 | 2025.06.18 18:41:54.196025 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8307 | 2025.06.18 18:41:54.196243 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
8308 | 2025.06.18 18:41:55.960264 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8309 | 2025.06.18 18:41:55.960449 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8310 | 2025.06.18 18:41:55.960513 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8311 | 2025.06.18 18:41:55.961136 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8312 | 2025.06.18 18:41:55.961179 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8313 | 2025.06.18 18:41:55.961556 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8314 | 2025.06.18 18:41:55.961778 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8315 | 2025.06.18 18:41:55.961934 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001532 sec., 2610.9660574412533 rows/sec., 212.91 KiB/sec. | ||
8316 | 2025.06.18 18:41:55.961975 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} <Debug> TCPHandler: Processed in 0.001839036 sec. | ||
8317 | 2025.06.18 18:41:55.962107 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8318 | 2025.06.18 18:41:55.962227 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8319 | 2025.06.18 18:41:55.962276 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8320 | 2025.06.18 18:41:55.962791 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8321 | 2025.06.18 18:41:55.962828 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8322 | 2025.06.18 18:41:55.963153 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8323 | 2025.06.18 18:41:55.963372 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8324 | 2025.06.18 18:41:55.963503 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001301 sec., 70714.83474250576 rows/sec., 5.90 MiB/sec. | ||
8325 | 2025.06.18 18:41:55.963541 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} <Debug> TCPHandler: Processed in 0.00149422 sec. | ||
8326 | 2025.06.18 18:41:55.963655 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8327 | 2025.06.18 18:41:55.963748 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8328 | 2025.06.18 18:41:55.963788 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8329 | 2025.06.18 18:41:55.964187 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8330 | 2025.06.18 18:41:55.964222 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8331 | 2025.06.18 18:41:55.964532 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8332 | 2025.06.18 18:41:55.964743 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8333 | 2025.06.18 18:41:55.964861 [ 52 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8334 | 2025.06.18 18:41:55.964875 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001144 sec., 18356.643356643355 rows/sec., 1.33 MiB/sec. | ||
8335 | 2025.06.18 18:41:55.964928 [ 52 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8336 | 2025.06.18 18:41:55.964936 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} <Debug> TCPHandler: Processed in 0.001329298 sec. | ||
8337 | 2025.06.18 18:41:55.964957 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8338 | 2025.06.18 18:41:55.965071 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8339 | 2025.06.18 18:41:55.965090 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
8340 | 2025.06.18 18:41:55.965198 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8341 | 2025.06.18 18:41:55.965252 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8342 | 2025.06.18 18:41:55.965256 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8343 | 2025.06.18 18:41:55.965310 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
8344 | 2025.06.18 18:41:55.965386 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 17 rows starting from the beginning of the part | ||
8345 | 2025.06.18 18:41:55.965442 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part | ||
8346 | 2025.06.18 18:41:55.965490 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part | ||
8347 | 2025.06.18 18:41:55.965536 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part | ||
8348 | 2025.06.18 18:41:55.965582 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 21 rows starting from the beginning of the part | ||
8349 | 2025.06.18 18:41:55.965751 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8350 | 2025.06.18 18:41:55.965795 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8351 | 2025.06.18 18:41:55.966151 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8352 | 2025.06.18 18:41:55.966387 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8353 | 2025.06.18 18:41:55.966448 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418149 sec., 198145.6109336889 rows/sec., 14.16 MiB/sec. | ||
8354 | 2025.06.18 18:41:55.966520 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001347 sec., 63103.19227913882 rows/sec., 4.93 MiB/sec. | ||
8355 | 2025.06.18 18:41:55.966564 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} <Debug> TCPHandler: Processed in 0.001555921 sec. | ||
8356 | 2025.06.18 18:41:55.966618 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8357 | 2025.06.18 18:41:55.966680 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8358 | 2025.06.18 18:41:55.966783 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8359 | 2025.06.18 18:41:55.966831 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8360 | 2025.06.18 18:41:55.966889 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8361 | 2025.06.18 18:41:55.966971 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8362 | 2025.06.18 18:41:55.967049 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
8363 | 2025.06.18 18:41:55.967248 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8364 | 2025.06.18 18:41:55.967289 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8365 | 2025.06.18 18:41:55.967632 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8366 | 2025.06.18 18:41:55.967859 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8367 | 2025.06.18 18:41:55.967992 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001228 sec., 131921.82410423455 rows/sec., 9.19 MiB/sec. | ||
8368 | 2025.06.18 18:41:55.968029 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} <Debug> TCPHandler: Processed in 0.001399859 sec. | ||
8369 | 2025.06.18 18:41:55.968137 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8370 | 2025.06.18 18:41:55.968232 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8371 | 2025.06.18 18:41:55.968288 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8372 | 2025.06.18 18:41:55.969085 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8373 | 2025.06.18 18:41:55.969123 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8374 | 2025.06.18 18:41:55.969658 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8375 | 2025.06.18 18:41:55.969886 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8376 | 2025.06.18 18:41:55.970086 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001871 sec., 9086.050240513094 rows/sec., 16.28 MiB/sec. | ||
8377 | 2025.06.18 18:41:55.970151 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} <Debug> TCPHandler: Processed in 0.002063938 sec. | ||
8378 | 2025.06.18 18:41:55.970266 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8379 | 2025.06.18 18:41:55.970360 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8380 | 2025.06.18 18:41:55.970402 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8381 | 2025.06.18 18:41:55.970739 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8382 | 2025.06.18 18:41:55.970777 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8383 | 2025.06.18 18:41:55.971093 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8384 | 2025.06.18 18:41:55.971396 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8385 | 2025.06.18 18:41:55.971527 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. | ||
8386 | 2025.06.18 18:41:55.971562 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} <Debug> TCPHandler: Processed in 0.001347379 sec. | ||
8387 | 2025.06.18 18:41:59.054016 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8388 | 2025.06.18 18:41:59.054073 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8389 | 2025.06.18 18:41:59.114351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
8390 | 2025.06.18 18:41:59.114836 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8391 | 2025.06.18 18:41:59.114872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8392 | 2025.06.18 18:41:59.115351 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8393 | 2025.06.18 18:41:59.115591 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8394 | 2025.06.18 18:41:59.115729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
8395 | 2025.06.18 18:42:00.397880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
8396 | 2025.06.18 18:42:00.415638 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8397 | 2025.06.18 18:42:00.415707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8398 | 2025.06.18 18:42:00.422071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8399 | 2025.06.18 18:42:00.422831 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8400 | 2025.06.18 18:42:00.425863 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
8401 | 2025.06.18 18:42:00.960982 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8402 | 2025.06.18 18:42:00.961169 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8403 | 2025.06.18 18:42:00.961235 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8404 | 2025.06.18 18:42:00.961908 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8405 | 2025.06.18 18:42:00.961958 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8406 | 2025.06.18 18:42:00.962384 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8407 | 2025.06.18 18:42:00.962622 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8408 | 2025.06.18 18:42:00.962774 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001653 sec., 61705.98911070781 rows/sec., 5.15 MiB/sec. | ||
8409 | 2025.06.18 18:42:00.962771 [ 54 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8410 | 2025.06.18 18:42:00.962816 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} <Debug> TCPHandler: Processed in 0.001974327 sec. | ||
8411 | 2025.06.18 18:42:00.962856 [ 54 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8412 | 2025.06.18 18:42:00.962885 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8413 | 2025.06.18 18:42:00.962962 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8414 | 2025.06.18 18:42:00.963005 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
8415 | 2025.06.18 18:42:00.963062 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8416 | 2025.06.18 18:42:00.963108 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8417 | 2025.06.18 18:42:00.963141 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8418 | 2025.06.18 18:42:00.963183 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 828 rows starting from the beginning of the part | ||
8419 | 2025.06.18 18:42:00.963257 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 103 rows starting from the beginning of the part | ||
8420 | 2025.06.18 18:42:00.963308 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 90 rows starting from the beginning of the part | ||
8421 | 2025.06.18 18:42:00.963355 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 102 rows starting from the beginning of the part | ||
8422 | 2025.06.18 18:42:00.963399 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 92 rows starting from the beginning of the part | ||
8423 | 2025.06.18 18:42:00.963444 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 102 rows starting from the beginning of the part | ||
8424 | 2025.06.18 18:42:00.963509 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8425 | 2025.06.18 18:42:00.963550 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8426 | 2025.06.18 18:42:00.964012 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8427 | 2025.06.18 18:42:00.964251 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8428 | 2025.06.18 18:42:00.964385 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001341 sec., 17151.37956748695 rows/sec., 1.26 MiB/sec. | ||
8429 | 2025.06.18 18:42:00.964422 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} <Debug> TCPHandler: Processed in 0.00150913 sec. | ||
8430 | 2025.06.18 18:42:00.964533 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8431 | 2025.06.18 18:42:00.964609 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1317 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654753 sec., 795889.1750007403 rows/sec., 68.59 MiB/sec. | ||
8432 | 2025.06.18 18:42:00.964626 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8433 | 2025.06.18 18:42:00.964696 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8434 | 2025.06.18 18:42:00.964856 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8435 | 2025.06.18 18:42:00.965118 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8436 | 2025.06.18 18:42:00.965123 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8437 | 2025.06.18 18:42:00.965163 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8438 | 2025.06.18 18:42:00.965190 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8439 | 2025.06.18 18:42:00.965268 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
8440 | 2025.06.18 18:42:00.965465 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8441 | 2025.06.18 18:42:00.965677 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8442 | 2025.06.18 18:42:00.965789 [ 54 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8443 | 2025.06.18 18:42:00.965802 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001195 sec., 72803.34728033472 rows/sec., 5.69 MiB/sec. | ||
8444 | 2025.06.18 18:42:00.965827 [ 54 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8445 | 2025.06.18 18:42:00.965849 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} <Debug> TCPHandler: Processed in 0.001363879 sec. | ||
8446 | 2025.06.18 18:42:00.965853 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8447 | 2025.06.18 18:42:00.965953 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
8448 | 2025.06.18 18:42:00.965971 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8449 | 2025.06.18 18:42:00.966054 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8450 | 2025.06.18 18:42:00.966071 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8451 | 2025.06.18 18:42:00.966084 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 496 rows starting from the beginning of the part | ||
8452 | 2025.06.18 18:42:00.966120 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8453 | 2025.06.18 18:42:00.966146 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 89 rows starting from the beginning of the part | ||
8454 | 2025.06.18 18:42:00.966192 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 81 rows starting from the beginning of the part | ||
8455 | 2025.06.18 18:42:00.966233 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 87 rows starting from the beginning of the part | ||
8456 | 2025.06.18 18:42:00.966272 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 85 rows starting from the beginning of the part | ||
8457 | 2025.06.18 18:42:00.966309 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 87 rows starting from the beginning of the part | ||
8458 | 2025.06.18 18:42:00.966539 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8459 | 2025.06.18 18:42:00.966580 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8460 | 2025.06.18 18:42:00.966932 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8461 | 2025.06.18 18:42:00.967147 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8462 | 2025.06.18 18:42:00.967166 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001249697 sec., 740179.4194912848 rows/sec., 58.65 MiB/sec. | ||
8463 | 2025.06.18 18:42:00.967280 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. | ||
8464 | 2025.06.18 18:42:00.967284 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8465 | 2025.06.18 18:42:00.967323 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} <Debug> TCPHandler: Processed in 0.0014006 sec. | ||
8466 | 2025.06.18 18:42:00.967331 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8467 | 2025.06.18 18:42:00.967335 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8468 | 2025.06.18 18:42:00.967376 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8469 | 2025.06.18 18:42:00.967441 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8470 | 2025.06.18 18:42:00.967474 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8471 | 2025.06.18 18:42:00.967539 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8472 | 2025.06.18 18:42:00.967599 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8473 | 2025.06.18 18:42:00.967605 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8474 | 2025.06.18 18:42:00.967614 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8475 | 2025.06.18 18:42:00.967670 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 11641 rows starting from the beginning of the part | ||
8476 | 2025.06.18 18:42:00.967700 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8477 | 2025.06.18 18:42:00.967751 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
8478 | 2025.06.18 18:42:00.967779 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
8479 | 2025.06.18 18:42:00.967810 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8480 | 2025.06.18 18:42:00.967868 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8481 | 2025.06.18 18:42:00.967914 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 162 rows starting from the beginning of the part | ||
8482 | 2025.06.18 18:42:00.967955 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8483 | 2025.06.18 18:42:00.968405 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8484 | 2025.06.18 18:42:00.968447 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8485 | 2025.06.18 18:42:00.969088 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8486 | 2025.06.18 18:42:00.969321 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8487 | 2025.06.18 18:42:00.969464 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00198 sec., 11616.161616161617 rows/sec., 20.82 MiB/sec. | ||
8488 | 2025.06.18 18:42:00.969513 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} <Debug> TCPHandler: Processed in 0.002161719 sec. | ||
8489 | 2025.06.18 18:42:00.969620 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8490 | 2025.06.18 18:42:00.969708 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8491 | 2025.06.18 18:42:00.969748 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8492 | 2025.06.18 18:42:00.970137 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8493 | 2025.06.18 18:42:00.970173 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8494 | 2025.06.18 18:42:00.970566 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8495 | 2025.06.18 18:42:00.970783 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8496 | 2025.06.18 18:42:00.970913 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. | ||
8497 | 2025.06.18 18:42:00.970917 [ 74 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8498 | 2025.06.18 18:42:00.970950 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} <Debug> TCPHandler: Processed in 0.001330009 sec. | ||
8499 | 2025.06.18 18:42:00.970964 [ 74 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8500 | 2025.06.18 18:42:00.970989 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8501 | 2025.06.18 18:42:00.971070 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8502 | 2025.06.18 18:42:00.971184 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8503 | 2025.06.18 18:42:00.971215 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4080 rows starting from the beginning of the part | ||
8504 | 2025.06.18 18:42:00.971269 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
8505 | 2025.06.18 18:42:00.971314 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8506 | 2025.06.18 18:42:00.971356 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8507 | 2025.06.18 18:42:00.971394 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8508 | 2025.06.18 18:42:00.971433 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
8509 | 2025.06.18 18:42:00.971816 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12444 rows, containing 5 columns (5 merged, 0 gathered) in 0.00438939 sec., 2835018.077682776 rows/sec., 198.08 MiB/sec. | ||
8510 | 2025.06.18 18:42:00.972151 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8511 | 2025.06.18 18:42:00.972429 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8512 | 2025.06.18 18:42:00.972514 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8513 | 2025.06.18 18:42:00.972593 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
8514 | 2025.06.18 18:42:00.972827 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4380 rows, containing 4 columns (4 merged, 0 gathered) in 0.001795304 sec., 2439698.234950738 rows/sec., 163.36 MiB/sec. | ||
8515 | 2025.06.18 18:42:00.973228 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8516 | 2025.06.18 18:42:00.973479 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8517 | 2025.06.18 18:42:00.973557 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8518 | 2025.06.18 18:42:00.973621 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
8519 | 2025.06.18 18:42:04.186152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1168 | ||
8520 | 2025.06.18 18:42:04.188670 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8521 | 2025.06.18 18:42:04.188716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8522 | 2025.06.18 18:42:04.189882 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8523 | 2025.06.18 18:42:04.190152 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8524 | 2025.06.18 18:42:04.190413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168 | ||
8525 | 2025.06.18 18:42:05.960749 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8526 | 2025.06.18 18:42:05.960943 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8527 | 2025.06.18 18:42:05.961013 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8528 | 2025.06.18 18:42:05.961700 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8529 | 2025.06.18 18:42:05.961748 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8530 | 2025.06.18 18:42:05.962169 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8531 | 2025.06.18 18:42:05.962405 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8532 | 2025.06.18 18:42:05.962577 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001683 sec., 53475.935828877 rows/sec., 4.47 MiB/sec. | ||
8533 | 2025.06.18 18:42:05.962627 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} <Debug> TCPHandler: Processed in 0.002015157 sec. | ||
8534 | 2025.06.18 18:42:05.962755 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8535 | 2025.06.18 18:42:05.962859 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8536 | 2025.06.18 18:42:05.962902 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8537 | 2025.06.18 18:42:05.963320 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8538 | 2025.06.18 18:42:05.963355 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8539 | 2025.06.18 18:42:05.963685 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8540 | 2025.06.18 18:42:05.963904 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8541 | 2025.06.18 18:42:05.964042 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001208 sec., 14072.847682119203 rows/sec., 1.03 MiB/sec. | ||
8542 | 2025.06.18 18:42:05.964080 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} <Debug> TCPHandler: Processed in 0.001377048 sec. | ||
8543 | 2025.06.18 18:42:05.964189 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8544 | 2025.06.18 18:42:05.964286 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8545 | 2025.06.18 18:42:05.964327 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8546 | 2025.06.18 18:42:05.964740 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8547 | 2025.06.18 18:42:05.964775 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8548 | 2025.06.18 18:42:05.965104 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8549 | 2025.06.18 18:42:05.965337 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8550 | 2025.06.18 18:42:05.965468 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001202 sec., 67387.68718801998 rows/sec., 5.26 MiB/sec. | ||
8551 | 2025.06.18 18:42:05.965505 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} <Debug> TCPHandler: Processed in 0.001367379 sec. | ||
8552 | 2025.06.18 18:42:05.965620 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8553 | 2025.06.18 18:42:05.965716 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8554 | 2025.06.18 18:42:05.965762 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8555 | 2025.06.18 18:42:05.966188 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8556 | 2025.06.18 18:42:05.966223 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8557 | 2025.06.18 18:42:05.966568 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8558 | 2025.06.18 18:42:05.966787 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8559 | 2025.06.18 18:42:05.966919 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. | ||
8560 | 2025.06.18 18:42:05.966956 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} <Debug> TCPHandler: Processed in 0.001385439 sec. | ||
8561 | 2025.06.18 18:42:05.967067 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8562 | 2025.06.18 18:42:05.967162 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8563 | 2025.06.18 18:42:05.967217 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8564 | 2025.06.18 18:42:05.968042 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2025.06.18 18:42:05.968078 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8566 | 2025.06.18 18:42:05.968622 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8567 | 2025.06.18 18:42:05.968873 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8568 | 2025.06.18 18:42:05.968992 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8569 | 2025.06.18 18:42:05.969013 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00187 sec., 9090.909090909092 rows/sec., 16.29 MiB/sec. | ||
8570 | 2025.06.18 18:42:05.969029 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8571 | 2025.06.18 18:42:05.969049 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8572 | 2025.06.18 18:42:05.969084 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} <Debug> TCPHandler: Processed in 0.002065419 sec. | ||
8573 | 2025.06.18 18:42:05.969173 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
8574 | 2025.06.18 18:42:05.969202 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8575 | 2025.06.18 18:42:05.969308 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8576 | 2025.06.18 18:42:05.969350 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8577 | 2025.06.18 18:42:05.969436 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8578 | 2025.06.18 18:42:05.969501 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1181 rows starting from the beginning of the part | ||
8579 | 2025.06.18 18:42:05.969637 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 17 rows starting from the beginning of the part | ||
8580 | 2025.06.18 18:42:05.969696 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8581 | 2025.06.18 18:42:05.969735 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8582 | 2025.06.18 18:42:05.969744 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 23 rows starting from the beginning of the part | ||
8583 | 2025.06.18 18:42:05.969851 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part | ||
8584 | 2025.06.18 18:42:05.969957 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part | ||
8585 | 2025.06.18 18:42:05.970053 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8586 | 2025.06.18 18:42:05.970063 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 17 rows starting from the beginning of the part | ||
8587 | 2025.06.18 18:42:05.970291 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8588 | 2025.06.18 18:42:05.970437 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. | ||
8589 | 2025.06.18 18:42:05.970475 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} <Debug> TCPHandler: Processed in 0.001323308 sec. | ||
8590 | 2025.06.18 18:42:05.977213 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 19 columns (19 merged, 0 gathered) in 0.008097112 sec., 157834.05243746165 rows/sec., 282.83 MiB/sec. | ||
8591 | 2025.06.18 18:42:05.978453 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8592 | 2025.06.18 18:42:05.978800 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8593 | 2025.06.18 18:42:05.978881 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8594 | 2025.06.18 18:42:05.979001 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
8595 | 2025.06.18 18:42:06.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 288.47 MiB, peak 300.02 MiB, free memory in arenas 0.00 B, will set to 291.01 MiB (RSS), difference: 2.55 MiB | ||
8596 | 2025.06.18 18:42:06.615897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
8597 | 2025.06.18 18:42:06.616444 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8598 | 2025.06.18 18:42:06.616491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8599 | 2025.06.18 18:42:06.617052 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8600 | 2025.06.18 18:42:06.617299 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8601 | 2025.06.18 18:42:06.617448 [ 29 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8602 | 2025.06.18 18:42:06.617458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
8603 | 2025.06.18 18:42:06.617495 [ 29 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8604 | 2025.06.18 18:42:06.617518 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8605 | 2025.06.18 18:42:06.617690 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8606 | 2025.06.18 18:42:06.617907 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8607 | 2025.06.18 18:42:06.617971 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8608 | 2025.06.18 18:42:06.618075 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8609 | 2025.06.18 18:42:06.618140 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8610 | 2025.06.18 18:42:06.618181 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8611 | 2025.06.18 18:42:06.618222 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8612 | 2025.06.18 18:42:06.618261 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
8613 | 2025.06.18 18:42:06.620270 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.002667347 sec., 8758890.388089739 rows/sec., 125.30 MiB/sec. | ||
8614 | 2025.06.18 18:42:06.620725 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8615 | 2025.06.18 18:42:06.621060 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8616 | 2025.06.18 18:42:06.621146 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8617 | 2025.06.18 18:42:06.621274 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
8618 | 2025.06.18 18:42:07.926021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
8619 | 2025.06.18 18:42:07.944316 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8620 | 2025.06.18 18:42:07.944374 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8621 | 2025.06.18 18:42:07.950686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8622 | 2025.06.18 18:42:07.951431 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8623 | 2025.06.18 18:42:07.951735 [ 92 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8624 | 2025.06.18 18:42:07.951770 [ 92 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8625 | 2025.06.18 18:42:07.951788 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8626 | 2025.06.18 18:42:07.951912 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8627 | 2025.06.18 18:42:07.955393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
8628 | 2025.06.18 18:42:07.955777 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8629 | 2025.06.18 18:42:07.957267 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8630 | 2025.06.18 18:42:07.961985 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8631 | 2025.06.18 18:42:07.966681 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8632 | 2025.06.18 18:42:07.971430 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8633 | 2025.06.18 18:42:07.976381 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8634 | 2025.06.18 18:42:07.980268 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
8635 | 2025.06.18 18:42:08.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 301.50 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.09 MiB (RSS), difference: -10.41 MiB | ||
8636 | 2025.06.18 18:42:08.035551 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.083695784 sec., 4588.044721583587 rows/sec., 23.72 MiB/sec. | ||
8637 | 2025.06.18 18:42:08.037567 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8638 | 2025.06.18 18:42:08.039691 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8639 | 2025.06.18 18:42:08.039803 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8640 | 2025.06.18 18:42:08.041713 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8641 | 2025.06.18 18:42:09.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.67 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.47 MiB (RSS), difference: 9.80 MiB | ||
8642 | 2025.06.18 18:42:10.964472 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8643 | 2025.06.18 18:42:10.964671 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8644 | 2025.06.18 18:42:10.964740 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8645 | 2025.06.18 18:42:10.965379 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8646 | 2025.06.18 18:42:10.965426 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8647 | 2025.06.18 18:42:10.965819 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8648 | 2025.06.18 18:42:10.966063 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8649 | 2025.06.18 18:42:10.966226 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.24 MiB/sec. | ||
8650 | 2025.06.18 18:42:10.966277 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} <Debug> TCPHandler: Processed in 0.001941077 sec. | ||
8651 | 2025.06.18 18:42:10.966397 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8652 | 2025.06.18 18:42:10.966501 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8653 | 2025.06.18 18:42:10.966546 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8654 | 2025.06.18 18:42:10.966956 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8655 | 2025.06.18 18:42:10.966992 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8656 | 2025.06.18 18:42:10.967293 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8657 | 2025.06.18 18:42:10.967514 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8658 | 2025.06.18 18:42:10.967651 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001175 sec., 8510.63829787234 rows/sec., 693.98 KiB/sec. | ||
8659 | 2025.06.18 18:42:10.967689 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} <Debug> TCPHandler: Processed in 0.001345609 sec. | ||
8660 | 2025.06.18 18:42:10.967796 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8661 | 2025.06.18 18:42:10.967894 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8662 | 2025.06.18 18:42:10.967936 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8663 | 2025.06.18 18:42:10.968404 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8664 | 2025.06.18 18:42:10.968441 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8665 | 2025.06.18 18:42:10.968787 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8666 | 2025.06.18 18:42:10.968995 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8667 | 2025.06.18 18:42:10.969129 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Debug> executeQuery: Read 227 rows, 20.55 KiB in 0.001255 sec., 180876.49402390438 rows/sec., 15.99 MiB/sec. | ||
8668 | 2025.06.18 18:42:10.969167 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} <Debug> TCPHandler: Processed in 0.001420139 sec. | ||
8669 | 2025.06.18 18:42:10.969280 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8670 | 2025.06.18 18:42:10.969375 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8671 | 2025.06.18 18:42:10.969416 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8672 | 2025.06.18 18:42:10.969815 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8673 | 2025.06.18 18:42:10.969852 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8674 | 2025.06.18 18:42:10.970171 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8675 | 2025.06.18 18:42:10.970380 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8676 | 2025.06.18 18:42:10.970511 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Debug> executeQuery: Read 45 rows, 3.39 KiB in 0.001155 sec., 38961.03896103896 rows/sec., 2.87 MiB/sec. | ||
8677 | 2025.06.18 18:42:10.970548 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} <Debug> TCPHandler: Processed in 0.001317678 sec. | ||
8678 | 2025.06.18 18:42:10.970662 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8679 | 2025.06.18 18:42:10.970757 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8680 | 2025.06.18 18:42:10.970797 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8681 | 2025.06.18 18:42:10.971188 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8682 | 2025.06.18 18:42:10.971224 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8683 | 2025.06.18 18:42:10.971525 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8684 | 2025.06.18 18:42:10.971740 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8685 | 2025.06.18 18:42:10.971867 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. | ||
8686 | 2025.06.18 18:42:10.971908 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} <Debug> TCPHandler: Processed in 0.001294948 sec. | ||
8687 | 2025.06.18 18:42:10.972012 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8688 | 2025.06.18 18:42:10.972107 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8689 | 2025.06.18 18:42:10.972149 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8690 | 2025.06.18 18:42:10.972534 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8691 | 2025.06.18 18:42:10.972570 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8692 | 2025.06.18 18:42:10.972880 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8693 | 2025.06.18 18:42:10.973089 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8694 | 2025.06.18 18:42:10.973217 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. | ||
8695 | 2025.06.18 18:42:10.973254 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} <Debug> TCPHandler: Processed in 0.001292737 sec. | ||
8696 | 2025.06.18 18:42:10.973364 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8697 | 2025.06.18 18:42:10.973458 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8698 | 2025.06.18 18:42:10.973498 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8699 | 2025.06.18 18:42:10.973943 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8700 | 2025.06.18 18:42:10.973980 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8701 | 2025.06.18 18:42:10.974291 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8702 | 2025.06.18 18:42:10.974499 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8703 | 2025.06.18 18:42:10.974630 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Debug> executeQuery: Read 133 rows, 11.03 KiB in 0.001191 sec., 111670.86481947942 rows/sec., 9.04 MiB/sec. | ||
8704 | 2025.06.18 18:42:10.974668 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} <Debug> TCPHandler: Processed in 0.001355169 sec. | ||
8705 | 2025.06.18 18:42:10.974788 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8706 | 2025.06.18 18:42:10.974911 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8707 | 2025.06.18 18:42:10.974966 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8708 | 2025.06.18 18:42:10.975445 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8709 | 2025.06.18 18:42:10.975481 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8710 | 2025.06.18 18:42:10.975866 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8711 | 2025.06.18 18:42:10.976087 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8712 | 2025.06.18 18:42:10.976221 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Debug> executeQuery: Read 237 rows, 17.74 KiB in 0.001336 sec., 177395.20958083833 rows/sec., 12.97 MiB/sec. | ||
8713 | 2025.06.18 18:42:10.976260 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} <Debug> TCPHandler: Processed in 0.001532571 sec. | ||
8714 | 2025.06.18 18:42:10.976378 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8715 | 2025.06.18 18:42:10.976473 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8716 | 2025.06.18 18:42:10.976530 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8717 | 2025.06.18 18:42:10.977325 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8718 | 2025.06.18 18:42:10.977362 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8719 | 2025.06.18 18:42:10.977935 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8720 | 2025.06.18 18:42:10.978163 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8721 | 2025.06.18 18:42:10.978306 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001852 sec., 12419.006479481643 rows/sec., 22.25 MiB/sec. | ||
8722 | 2025.06.18 18:42:10.978370 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} <Debug> TCPHandler: Processed in 0.002040938 sec. | ||
8723 | 2025.06.18 18:42:10.978484 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8724 | 2025.06.18 18:42:10.978579 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8725 | 2025.06.18 18:42:10.978623 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8726 | 2025.06.18 18:42:10.978952 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8727 | 2025.06.18 18:42:10.978986 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8728 | 2025.06.18 18:42:10.979309 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8729 | 2025.06.18 18:42:10.979516 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8730 | 2025.06.18 18:42:10.979641 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
8731 | 2025.06.18 18:42:10.979676 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} <Debug> TCPHandler: Processed in 0.001241467 sec. | ||
8732 | 2025.06.18 18:42:14.054135 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8733 | 2025.06.18 18:42:14.054191 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8734 | 2025.06.18 18:42:14.117634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
8735 | 2025.06.18 18:42:14.118197 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8736 | 2025.06.18 18:42:14.118248 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8737 | 2025.06.18 18:42:14.119041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8738 | 2025.06.18 18:42:14.119297 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8739 | 2025.06.18 18:42:14.119437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
8740 | 2025.06.18 18:42:14.190730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1200 | ||
8741 | 2025.06.18 18:42:14.193198 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8742 | 2025.06.18 18:42:14.193245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8743 | 2025.06.18 18:42:14.194456 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8744 | 2025.06.18 18:42:14.194714 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8745 | 2025.06.18 18:42:14.194984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
8746 | 2025.06.18 18:42:15.455548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
8747 | 2025.06.18 18:42:15.471116 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8748 | 2025.06.18 18:42:15.471167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
8749 | 2025.06.18 18:42:15.476648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8750 | 2025.06.18 18:42:15.477365 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8751 | 2025.06.18 18:42:15.480142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
8752 | 2025.06.18 18:42:15.960427 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8753 | 2025.06.18 18:42:15.960632 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8754 | 2025.06.18 18:42:15.960697 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8755 | 2025.06.18 18:42:15.961364 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8756 | 2025.06.18 18:42:15.961407 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8757 | 2025.06.18 18:42:15.961802 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8758 | 2025.06.18 18:42:15.962026 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8759 | 2025.06.18 18:42:15.962181 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001598 sec., 56320.40050062578 rows/sec., 4.71 MiB/sec. | ||
8760 | 2025.06.18 18:42:15.962223 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} <Debug> TCPHandler: Processed in 0.001985597 sec. | ||
8761 | 2025.06.18 18:42:15.962345 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8762 | 2025.06.18 18:42:15.962440 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8763 | 2025.06.18 18:42:15.962481 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8764 | 2025.06.18 18:42:15.962881 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8765 | 2025.06.18 18:42:15.962918 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8766 | 2025.06.18 18:42:15.963230 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8767 | 2025.06.18 18:42:15.963435 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8768 | 2025.06.18 18:42:15.963566 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001146 sec., 14834.205933682371 rows/sec., 1.09 MiB/sec. | ||
8769 | 2025.06.18 18:42:15.963604 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} <Debug> TCPHandler: Processed in 0.001308368 sec. | ||
8770 | 2025.06.18 18:42:15.963715 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8771 | 2025.06.18 18:42:15.963809 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8772 | 2025.06.18 18:42:15.963849 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8773 | 2025.06.18 18:42:15.964275 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8774 | 2025.06.18 18:42:15.964311 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8775 | 2025.06.18 18:42:15.964613 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8776 | 2025.06.18 18:42:15.964819 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8777 | 2025.06.18 18:42:15.964946 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001155 sec., 70129.87012987013 rows/sec., 5.48 MiB/sec. | ||
8778 | 2025.06.18 18:42:15.964983 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} <Debug> TCPHandler: Processed in 0.001317478 sec. | ||
8779 | 2025.06.18 18:42:15.965095 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8780 | 2025.06.18 18:42:15.965189 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8781 | 2025.06.18 18:42:15.965231 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8782 | 2025.06.18 18:42:15.965642 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8783 | 2025.06.18 18:42:15.965677 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8784 | 2025.06.18 18:42:15.965999 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8785 | 2025.06.18 18:42:15.966205 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8786 | 2025.06.18 18:42:15.966334 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. | ||
8787 | 2025.06.18 18:42:15.966371 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} <Debug> TCPHandler: Processed in 0.001325368 sec. | ||
8788 | 2025.06.18 18:42:15.966480 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8789 | 2025.06.18 18:42:15.966573 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8790 | 2025.06.18 18:42:15.966627 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8791 | 2025.06.18 18:42:15.967420 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8792 | 2025.06.18 18:42:15.967457 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8793 | 2025.06.18 18:42:15.967981 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8794 | 2025.06.18 18:42:15.968213 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8795 | 2025.06.18 18:42:15.968348 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001794 sec., 9476.031215161649 rows/sec., 16.98 MiB/sec. | ||
8796 | 2025.06.18 18:42:15.968401 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} <Debug> TCPHandler: Processed in 0.001970968 sec. | ||
8797 | 2025.06.18 18:42:15.968512 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8798 | 2025.06.18 18:42:15.968612 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8799 | 2025.06.18 18:42:15.968654 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8800 | 2025.06.18 18:42:15.968985 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8801 | 2025.06.18 18:42:15.969021 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8802 | 2025.06.18 18:42:15.969323 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8803 | 2025.06.18 18:42:15.969526 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8804 | 2025.06.18 18:42:15.969653 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. | ||
8805 | 2025.06.18 18:42:15.969687 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} <Debug> TCPHandler: Processed in 0.001223807 sec. | ||
8806 | 2025.06.18 18:42:20.961926 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8807 | 2025.06.18 18:42:20.962118 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8808 | 2025.06.18 18:42:20.962185 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8809 | 2025.06.18 18:42:20.962834 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8810 | 2025.06.18 18:42:20.962879 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8811 | 2025.06.18 18:42:20.963283 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8812 | 2025.06.18 18:42:20.963512 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8813 | 2025.06.18 18:42:20.963675 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001606 sec., 63511.830635118306 rows/sec., 5.30 MiB/sec. | ||
8814 | 2025.06.18 18:42:20.963727 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} <Debug> TCPHandler: Processed in 0.001932917 sec. | ||
8815 | 2025.06.18 18:42:20.963855 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8816 | 2025.06.18 18:42:20.963960 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8817 | 2025.06.18 18:42:20.964005 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8818 | 2025.06.18 18:42:20.964430 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8819 | 2025.06.18 18:42:20.964469 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8820 | 2025.06.18 18:42:20.964776 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8821 | 2025.06.18 18:42:20.964998 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8822 | 2025.06.18 18:42:20.965135 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001201 sec., 19150.707743547042 rows/sec., 1.41 MiB/sec. | ||
8823 | 2025.06.18 18:42:20.965158 [ 111 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8824 | 2025.06.18 18:42:20.965175 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} <Debug> TCPHandler: Processed in 0.001372229 sec. | ||
8825 | 2025.06.18 18:42:20.965258 [ 111 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8826 | 2025.06.18 18:42:20.965307 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8827 | 2025.06.18 18:42:20.965311 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8828 | 2025.06.18 18:42:20.965412 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
8829 | 2025.06.18 18:42:20.965420 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8830 | 2025.06.18 18:42:20.965480 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8831 | 2025.06.18 18:42:20.965535 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8832 | 2025.06.18 18:42:20.965575 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
8833 | 2025.06.18 18:42:20.965638 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part | ||
8834 | 2025.06.18 18:42:20.965683 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 17 rows starting from the beginning of the part | ||
8835 | 2025.06.18 18:42:20.965724 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 45 rows starting from the beginning of the part | ||
8836 | 2025.06.18 18:42:20.965765 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part | ||
8837 | 2025.06.18 18:42:20.965805 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part | ||
8838 | 2025.06.18 18:42:20.965909 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8839 | 2025.06.18 18:42:20.965953 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8840 | 2025.06.18 18:42:20.966271 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8841 | 2025.06.18 18:42:20.966503 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8842 | 2025.06.18 18:42:20.966639 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001239 sec., 70217.91767554478 rows/sec., 5.48 MiB/sec. | ||
8843 | 2025.06.18 18:42:20.966678 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} <Debug> TCPHandler: Processed in 0.00141691 sec. | ||
8844 | 2025.06.18 18:42:20.966720 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347909 sec., 224792.62324088643 rows/sec., 16.18 MiB/sec. | ||
8845 | 2025.06.18 18:42:20.966796 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8846 | 2025.06.18 18:42:20.966895 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8847 | 2025.06.18 18:42:20.966903 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8848 | 2025.06.18 18:42:20.966941 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8849 | 2025.06.18 18:42:20.967166 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8850 | 2025.06.18 18:42:20.967243 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8851 | 2025.06.18 18:42:20.967327 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8852 | 2025.06.18 18:42:20.967354 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8853 | 2025.06.18 18:42:20.967390 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8854 | 2025.06.18 18:42:20.967724 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8855 | 2025.06.18 18:42:20.967930 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8856 | 2025.06.18 18:42:20.968062 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. | ||
8857 | 2025.06.18 18:42:20.968099 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} <Debug> TCPHandler: Processed in 0.001351948 sec. | ||
8858 | 2025.06.18 18:42:20.968206 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8859 | 2025.06.18 18:42:20.968301 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8860 | 2025.06.18 18:42:20.968356 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8861 | 2025.06.18 18:42:20.969176 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2025.06.18 18:42:20.969214 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8863 | 2025.06.18 18:42:20.969755 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8864 | 2025.06.18 18:42:20.969990 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8865 | 2025.06.18 18:42:20.970129 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001847 sec., 12452.62587980509 rows/sec., 22.31 MiB/sec. | ||
8866 | 2025.06.18 18:42:20.970194 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} <Debug> TCPHandler: Processed in 0.002037228 sec. | ||
8867 | 2025.06.18 18:42:20.970309 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8868 | 2025.06.18 18:42:20.970404 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8869 | 2025.06.18 18:42:20.970445 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8870 | 2025.06.18 18:42:20.970777 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8871 | 2025.06.18 18:42:20.970813 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8872 | 2025.06.18 18:42:20.971128 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8873 | 2025.06.18 18:42:20.971339 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8874 | 2025.06.18 18:42:20.971473 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. | ||
8875 | 2025.06.18 18:42:20.971510 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} <Debug> TCPHandler: Processed in 0.001250117 sec. | ||
8876 | 2025.06.18 18:42:21.619644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
8877 | 2025.06.18 18:42:21.620188 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8878 | 2025.06.18 18:42:21.620251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8879 | 2025.06.18 18:42:21.620829 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8880 | 2025.06.18 18:42:21.621089 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8881 | 2025.06.18 18:42:21.621235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
8882 | 2025.06.18 18:42:21.858493 [ 111 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
8883 | 2025.06.18 18:42:21.858588 [ 111 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8884 | 2025.06.18 18:42:21.858627 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8885 | 2025.06.18 18:42:21.858829 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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 | ||
8886 | 2025.06.18 18:42:21.859023 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8887 | 2025.06.18 18:42:21.859076 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part | ||
8888 | 2025.06.18 18:42:21.859177 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8889 | 2025.06.18 18:42:21.859261 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
8890 | 2025.06.18 18:42:21.859329 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
8891 | 2025.06.18 18:42:21.859392 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
8892 | 2025.06.18 18:42:21.860425 [ 190 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001673363 sec., 22708.760741094433 rows/sec., 1.89 MiB/sec. | ||
8893 | 2025.06.18 18:42:21.860621 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
8894 | 2025.06.18 18:42:21.861163 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8895 | 2025.06.18 18:42:21.861304 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
8896 | 2025.06.18 18:42:21.861465 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8897 | 2025.06.18 18:42:22.980307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 | ||
8898 | 2025.06.18 18:42:22.997696 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8899 | 2025.06.18 18:42:22.997762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8900 | 2025.06.18 18:42:23.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 296.33 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.92 MiB (RSS), difference: -4.42 MiB | ||
8901 | 2025.06.18 18:42:23.004440 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8902 | 2025.06.18 18:42:23.005199 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8903 | 2025.06.18 18:42:23.011678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 399 | ||
8904 | 2025.06.18 18:42:24.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 287.92 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 292.33 MiB (RSS), difference: 4.41 MiB | ||
8905 | 2025.06.18 18:42:24.195291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1224 | ||
8906 | 2025.06.18 18:42:24.197427 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8907 | 2025.06.18 18:42:24.197473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8908 | 2025.06.18 18:42:24.198634 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8909 | 2025.06.18 18:42:24.198916 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8910 | 2025.06.18 18:42:24.199170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224 | ||
8911 | 2025.06.18 18:42:25.961406 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8912 | 2025.06.18 18:42:25.961622 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8913 | 2025.06.18 18:42:25.961696 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8914 | 2025.06.18 18:42:25.962335 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8915 | 2025.06.18 18:42:25.962386 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8916 | 2025.06.18 18:42:25.962767 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8917 | 2025.06.18 18:42:25.962991 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8918 | 2025.06.18 18:42:25.963143 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001577 sec., 1268.2308180088776 rows/sec., 103.42 KiB/sec. | ||
8919 | 2025.06.18 18:42:25.963184 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} <Debug> TCPHandler: Processed in 0.001918157 sec. | ||
8920 | 2025.06.18 18:42:25.963323 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8921 | 2025.06.18 18:42:25.963428 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8922 | 2025.06.18 18:42:25.963471 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8923 | 2025.06.18 18:42:25.963927 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8924 | 2025.06.18 18:42:25.963966 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8925 | 2025.06.18 18:42:25.964303 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8926 | 2025.06.18 18:42:25.964524 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8927 | 2025.06.18 18:42:25.964658 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001249 sec., 72858.28662930345 rows/sec., 6.08 MiB/sec. | ||
8928 | 2025.06.18 18:42:25.964665 [ 108 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8929 | 2025.06.18 18:42:25.964699 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} <Debug> TCPHandler: Processed in 0.001434939 sec. | ||
8930 | 2025.06.18 18:42:25.964738 [ 108 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8931 | 2025.06.18 18:42:25.964764 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8932 | 2025.06.18 18:42:25.964831 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8933 | 2025.06.18 18:42:25.964900 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
8934 | 2025.06.18 18:42:25.964933 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8935 | 2025.06.18 18:42:25.964986 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8936 | 2025.06.18 18:42:25.965057 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8937 | 2025.06.18 18:42:25.965098 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 828 rows starting from the beginning of the part | ||
8938 | 2025.06.18 18:42:25.965173 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 90 rows starting from the beginning of the part | ||
8939 | 2025.06.18 18:42:25.965224 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 227 rows starting from the beginning of the part | ||
8940 | 2025.06.18 18:42:25.965272 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part | ||
8941 | 2025.06.18 18:42:25.965319 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 102 rows starting from the beginning of the part | ||
8942 | 2025.06.18 18:42:25.965367 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 91 rows starting from the beginning of the part | ||
8943 | 2025.06.18 18:42:25.965458 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8944 | 2025.06.18 18:42:25.965504 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8945 | 2025.06.18 18:42:25.965848 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8946 | 2025.06.18 18:42:25.966082 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8947 | 2025.06.18 18:42:25.966245 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001332 sec., 14264.264264264264 rows/sec., 1.04 MiB/sec. | ||
8948 | 2025.06.18 18:42:25.966285 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} <Debug> TCPHandler: Processed in 0.001509501 sec. | ||
8949 | 2025.06.18 18:42:25.966441 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8950 | 2025.06.18 18:42:25.966553 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8951 | 2025.06.18 18:42:25.966581 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749484 sec., 816240.6743931354 rows/sec., 71.07 MiB/sec. | ||
8952 | 2025.06.18 18:42:25.966593 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8953 | 2025.06.18 18:42:25.966854 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8954 | 2025.06.18 18:42:25.967061 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8955 | 2025.06.18 18:42:25.967106 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8956 | 2025.06.18 18:42:25.967184 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8957 | 2025.06.18 18:42:25.967284 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8958 | 2025.06.18 18:42:25.967386 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
8959 | 2025.06.18 18:42:25.967448 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8960 | 2025.06.18 18:42:25.967668 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8961 | 2025.06.18 18:42:25.967789 [ 108 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8962 | 2025.06.18 18:42:25.967800 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001265 sec., 65612.64822134387 rows/sec., 5.13 MiB/sec. | ||
8963 | 2025.06.18 18:42:25.967833 [ 108 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8964 | 2025.06.18 18:42:25.967852 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} <Debug> TCPHandler: Processed in 0.00147512 sec. | ||
8965 | 2025.06.18 18:42:25.967857 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8966 | 2025.06.18 18:42:25.967957 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
8967 | 2025.06.18 18:42:25.967977 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8968 | 2025.06.18 18:42:25.968075 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8969 | 2025.06.18 18:42:25.968083 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8970 | 2025.06.18 18:42:25.968122 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8971 | 2025.06.18 18:42:25.968128 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 496 rows starting from the beginning of the part | ||
8972 | 2025.06.18 18:42:25.968206 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 81 rows starting from the beginning of the part | ||
8973 | 2025.06.18 18:42:25.968252 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 133 rows starting from the beginning of the part | ||
8974 | 2025.06.18 18:42:25.968290 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 81 rows starting from the beginning of the part | ||
8975 | 2025.06.18 18:42:25.968329 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 87 rows starting from the beginning of the part | ||
8976 | 2025.06.18 18:42:25.968375 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 83 rows starting from the beginning of the part | ||
8977 | 2025.06.18 18:42:25.968570 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8978 | 2025.06.18 18:42:25.968611 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8979 | 2025.06.18 18:42:25.969082 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8980 | 2025.06.18 18:42:25.969312 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8981 | 2025.06.18 18:42:25.969369 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145388 sec., 660989.9028805678 rows/sec., 52.70 MiB/sec. | ||
8982 | 2025.06.18 18:42:25.969427 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8983 | 2025.06.18 18:42:25.969448 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001391 sec., 115744.06901509705 rows/sec., 8.06 MiB/sec. | ||
8984 | 2025.06.18 18:42:25.969459 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8985 | 2025.06.18 18:42:25.969492 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} <Debug> TCPHandler: Processed in 0.001564302 sec. | ||
8986 | 2025.06.18 18:42:25.969493 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
8987 | 2025.06.18 18:42:25.969512 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8988 | 2025.06.18 18:42:25.969594 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
8989 | 2025.06.18 18:42:25.969620 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8990 | 2025.06.18 18:42:25.969706 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8991 | 2025.06.18 18:42:25.969720 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8992 | 2025.06.18 18:42:25.969745 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 12444 rows starting from the beginning of the part | ||
8993 | 2025.06.18 18:42:25.969783 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8994 | 2025.06.18 18:42:25.969804 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8995 | 2025.06.18 18:42:25.969834 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
8996 | 2025.06.18 18:42:25.969885 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8997 | 2025.06.18 18:42:25.969887 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
8998 | 2025.06.18 18:42:25.969946 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
8999 | 2025.06.18 18:42:25.969964 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9000 | 2025.06.18 18:42:25.969982 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9001 | 2025.06.18 18:42:25.970027 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
9002 | 2025.06.18 18:42:25.970620 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9003 | 2025.06.18 18:42:25.970662 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9004 | 2025.06.18 18:42:25.971330 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9005 | 2025.06.18 18:42:25.971599 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9006 | 2025.06.18 18:42:25.971752 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00205 sec., 8292.682926829268 rows/sec., 14.86 MiB/sec. | ||
9007 | 2025.06.18 18:42:25.971827 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} <Debug> TCPHandler: Processed in 0.002254381 sec. | ||
9008 | 2025.06.18 18:42:25.971944 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9009 | 2025.06.18 18:42:25.972036 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9010 | 2025.06.18 18:42:25.972078 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9011 | 2025.06.18 18:42:25.972430 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9012 | 2025.06.18 18:42:25.972465 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9013 | 2025.06.18 18:42:25.972868 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9014 | 2025.06.18 18:42:25.973084 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9015 | 2025.06.18 18:42:25.973212 [ 108 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9016 | 2025.06.18 18:42:25.973221 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. | ||
9017 | 2025.06.18 18:42:25.973253 [ 108 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9018 | 2025.06.18 18:42:25.973275 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} <Debug> TCPHandler: Processed in 0.001379709 sec. | ||
9019 | 2025.06.18 18:42:25.973277 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9020 | 2025.06.18 18:42:25.973370 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9021 | 2025.06.18 18:42:25.973471 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9022 | 2025.06.18 18:42:25.973498 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4380 rows starting from the beginning of the part | ||
9023 | 2025.06.18 18:42:25.973550 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
9024 | 2025.06.18 18:42:25.973591 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
9025 | 2025.06.18 18:42:25.973631 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
9026 | 2025.06.18 18:42:25.973669 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9027 | 2025.06.18 18:42:25.973705 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9028 | 2025.06.18 18:42:25.974746 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005188231 sec., 2567734.5515263295 rows/sec., 179.52 MiB/sec. | ||
9029 | 2025.06.18 18:42:25.975162 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9030 | 2025.06.18 18:42:25.975448 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9031 | 2025.06.18 18:42:25.975476 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4680 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137049 sec., 2189935.74784668 rows/sec., 146.69 MiB/sec. | ||
9032 | 2025.06.18 18:42:25.975520 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9033 | 2025.06.18 18:42:25.975612 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
9034 | 2025.06.18 18:42:25.975937 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9035 | 2025.06.18 18:42:25.976208 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9036 | 2025.06.18 18:42:25.976283 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9037 | 2025.06.18 18:42:25.976364 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
9038 | 2025.06.18 18:42:26.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 292.94 MiB, peak 302.05 MiB, free memory in arenas 0.00 B, will set to 294.15 MiB (RSS), difference: 1.21 MiB | ||
9039 | 2025.06.18 18:42:29.054433 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9040 | 2025.06.18 18:42:29.054482 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9041 | 2025.06.18 18:42:29.121429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
9042 | 2025.06.18 18:42:29.121970 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9043 | 2025.06.18 18:42:29.122008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9044 | 2025.06.18 18:42:29.122511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9045 | 2025.06.18 18:42:29.122772 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9046 | 2025.06.18 18:42:29.122920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
9047 | 2025.06.18 18:42:30.511833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 | ||
9048 | 2025.06.18 18:42:30.529451 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9049 | 2025.06.18 18:42:30.529513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9050 | 2025.06.18 18:42:30.535759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9051 | 2025.06.18 18:42:30.536445 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9052 | 2025.06.18 18:42:30.539431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
9053 | 2025.06.18 18:42:30.961163 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9054 | 2025.06.18 18:42:30.961338 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9055 | 2025.06.18 18:42:30.961400 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9056 | 2025.06.18 18:42:30.962105 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9057 | 2025.06.18 18:42:30.962142 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9058 | 2025.06.18 18:42:30.962521 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9059 | 2025.06.18 18:42:30.962743 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9060 | 2025.06.18 18:42:30.962892 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001602 sec., 63670.41198501873 rows/sec., 5.32 MiB/sec. | ||
9061 | 2025.06.18 18:42:30.962932 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} <Debug> TCPHandler: Processed in 0.001892726 sec. | ||
9062 | 2025.06.18 18:42:30.963050 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9063 | 2025.06.18 18:42:30.963144 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9064 | 2025.06.18 18:42:30.963211 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9065 | 2025.06.18 18:42:30.963607 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9066 | 2025.06.18 18:42:30.963641 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9067 | 2025.06.18 18:42:30.963932 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9068 | 2025.06.18 18:42:30.964138 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9069 | 2025.06.18 18:42:30.964264 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001139 sec., 20193.15188762072 rows/sec., 1.48 MiB/sec. | ||
9070 | 2025.06.18 18:42:30.964300 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} <Debug> TCPHandler: Processed in 0.001297348 sec. | ||
9071 | 2025.06.18 18:42:30.964434 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9072 | 2025.06.18 18:42:30.964527 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9073 | 2025.06.18 18:42:30.964566 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9074 | 2025.06.18 18:42:30.964979 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2025.06.18 18:42:30.965013 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9076 | 2025.06.18 18:42:30.965322 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9077 | 2025.06.18 18:42:30.965524 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9078 | 2025.06.18 18:42:30.965646 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001137 sec., 76517.15039577837 rows/sec., 5.98 MiB/sec. | ||
9079 | 2025.06.18 18:42:30.965681 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} <Debug> TCPHandler: Processed in 0.001295978 sec. | ||
9080 | 2025.06.18 18:42:30.965792 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9081 | 2025.06.18 18:42:30.965883 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9082 | 2025.06.18 18:42:30.965924 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9083 | 2025.06.18 18:42:30.966317 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9084 | 2025.06.18 18:42:30.966350 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9085 | 2025.06.18 18:42:30.966661 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9086 | 2025.06.18 18:42:30.966860 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9087 | 2025.06.18 18:42:30.966986 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001121 sec., 142729.70561998215 rows/sec., 9.94 MiB/sec. | ||
9088 | 2025.06.18 18:42:30.967020 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} <Debug> TCPHandler: Processed in 0.001275137 sec. | ||
9089 | 2025.06.18 18:42:30.967127 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9090 | 2025.06.18 18:42:30.967218 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9091 | 2025.06.18 18:42:30.967271 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9092 | 2025.06.18 18:42:30.968074 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9093 | 2025.06.18 18:42:30.968109 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9094 | 2025.06.18 18:42:30.968639 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9095 | 2025.06.18 18:42:30.968859 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9096 | 2025.06.18 18:42:30.968960 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9097 | 2025.06.18 18:42:30.968993 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. | ||
9098 | 2025.06.18 18:42:30.969005 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9099 | 2025.06.18 18:42:30.969028 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9100 | 2025.06.18 18:42:30.969046 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} <Debug> TCPHandler: Processed in 0.001965597 sec. | ||
9101 | 2025.06.18 18:42:30.969150 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
9102 | 2025.06.18 18:42:30.969182 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9103 | 2025.06.18 18:42:30.969283 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9104 | 2025.06.18 18:42:30.969323 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9105 | 2025.06.18 18:42:30.969417 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9106 | 2025.06.18 18:42:30.969486 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1278 rows starting from the beginning of the part | ||
9107 | 2025.06.18 18:42:30.969619 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part | ||
9108 | 2025.06.18 18:42:30.969668 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9109 | 2025.06.18 18:42:30.969706 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9110 | 2025.06.18 18:42:30.969724 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 17 rows starting from the beginning of the part | ||
9111 | 2025.06.18 18:42:30.969826 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part | ||
9112 | 2025.06.18 18:42:30.969918 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part | ||
9113 | 2025.06.18 18:42:30.970009 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part | ||
9114 | 2025.06.18 18:42:30.970019 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9115 | 2025.06.18 18:42:30.970233 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9116 | 2025.06.18 18:42:30.970367 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. | ||
9117 | 2025.06.18 18:42:30.970402 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} <Debug> TCPHandler: Processed in 0.001270037 sec. | ||
9118 | 2025.06.18 18:42:30.977401 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1381 rows, containing 19 columns (19 merged, 0 gathered) in 0.008308835 sec., 166208.62010137402 rows/sec., 297.84 MiB/sec. | ||
9119 | 2025.06.18 18:42:30.978747 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9120 | 2025.06.18 18:42:30.979098 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9121 | 2025.06.18 18:42:30.979178 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9122 | 2025.06.18 18:42:30.979277 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
9123 | 2025.06.18 18:42:31.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 295.17 MiB, peak 306.70 MiB, free memory in arenas 0.00 B, will set to 297.68 MiB (RSS), difference: 2.51 MiB | ||
9124 | 2025.06.18 18:42:34.199423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1250 | ||
9125 | 2025.06.18 18:42:34.201623 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9126 | 2025.06.18 18:42:34.201662 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9127 | 2025.06.18 18:42:34.202809 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9128 | 2025.06.18 18:42:34.203066 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9129 | 2025.06.18 18:42:34.203320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
9130 | 2025.06.18 18:42:35.961249 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9131 | 2025.06.18 18:42:35.961436 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9132 | 2025.06.18 18:42:35.961501 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9133 | 2025.06.18 18:42:35.962169 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9134 | 2025.06.18 18:42:35.962209 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9135 | 2025.06.18 18:42:35.962583 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9136 | 2025.06.18 18:42:35.962797 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9137 | 2025.06.18 18:42:35.962946 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001596 sec., 56390.97744360902 rows/sec., 4.72 MiB/sec. | ||
9138 | 2025.06.18 18:42:35.962991 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} <Debug> TCPHandler: Processed in 0.001907427 sec. | ||
9139 | 2025.06.18 18:42:35.963123 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9140 | 2025.06.18 18:42:35.963226 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9141 | 2025.06.18 18:42:35.963266 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9142 | 2025.06.18 18:42:35.963732 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9143 | 2025.06.18 18:42:35.963766 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9144 | 2025.06.18 18:42:35.964074 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9145 | 2025.06.18 18:42:35.964276 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9146 | 2025.06.18 18:42:35.964400 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001142 sec., 14886.1646234676 rows/sec., 1.09 MiB/sec. | ||
9147 | 2025.06.18 18:42:35.964437 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} <Debug> TCPHandler: Processed in 0.001324998 sec. | ||
9148 | 2025.06.18 18:42:35.964550 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9149 | 2025.06.18 18:42:35.964658 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9150 | 2025.06.18 18:42:35.964699 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9151 | 2025.06.18 18:42:35.965114 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9152 | 2025.06.18 18:42:35.965148 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9153 | 2025.06.18 18:42:35.965468 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9154 | 2025.06.18 18:42:35.965679 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9155 | 2025.06.18 18:42:35.965815 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001177 sec., 68819.03143585386 rows/sec., 5.37 MiB/sec. | ||
9156 | 2025.06.18 18:42:35.965853 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} <Debug> TCPHandler: Processed in 0.001359898 sec. | ||
9157 | 2025.06.18 18:42:35.965960 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9158 | 2025.06.18 18:42:35.966061 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9159 | 2025.06.18 18:42:35.966103 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9160 | 2025.06.18 18:42:35.966523 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9161 | 2025.06.18 18:42:35.966557 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9162 | 2025.06.18 18:42:35.966885 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9163 | 2025.06.18 18:42:35.967090 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9164 | 2025.06.18 18:42:35.967222 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. | ||
9165 | 2025.06.18 18:42:35.967258 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} <Debug> TCPHandler: Processed in 0.001346279 sec. | ||
9166 | 2025.06.18 18:42:35.967357 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9167 | 2025.06.18 18:42:35.967455 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9168 | 2025.06.18 18:42:35.967508 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9169 | 2025.06.18 18:42:35.968281 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9170 | 2025.06.18 18:42:35.968317 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9171 | 2025.06.18 18:42:35.968828 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9172 | 2025.06.18 18:42:35.969048 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9173 | 2025.06.18 18:42:35.969183 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001745 sec., 9742.12034383954 rows/sec., 17.46 MiB/sec. | ||
9174 | 2025.06.18 18:42:35.969234 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} <Debug> TCPHandler: Processed in 0.001924166 sec. | ||
9175 | 2025.06.18 18:42:35.969346 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9176 | 2025.06.18 18:42:35.969447 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9177 | 2025.06.18 18:42:35.969487 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9178 | 2025.06.18 18:42:35.969816 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9179 | 2025.06.18 18:42:35.969852 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9180 | 2025.06.18 18:42:35.970147 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9181 | 2025.06.18 18:42:35.970351 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9182 | 2025.06.18 18:42:35.970487 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. | ||
9183 | 2025.06.18 18:42:35.970523 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} <Debug> TCPHandler: Processed in 0.001225627 sec. | ||
9184 | 2025.06.18 18:42:36.623125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
9185 | 2025.06.18 18:42:36.623665 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9186 | 2025.06.18 18:42:36.623716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9187 | 2025.06.18 18:42:36.624291 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9188 | 2025.06.18 18:42:36.624544 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9189 | 2025.06.18 18:42:36.624684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
9190 | 2025.06.18 18:42:38.039604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
9191 | 2025.06.18 18:42:38.057522 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9192 | 2025.06.18 18:42:38.057579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9193 | 2025.06.18 18:42:38.064430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9194 | 2025.06.18 18:42:38.065183 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9195 | 2025.06.18 18:42:38.068587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
9196 | 2025.06.18 18:42:40.963468 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9197 | 2025.06.18 18:42:40.963777 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9198 | 2025.06.18 18:42:40.963884 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9199 | 2025.06.18 18:42:40.964736 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9200 | 2025.06.18 18:42:40.964776 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9201 | 2025.06.18 18:42:40.965172 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9202 | 2025.06.18 18:42:40.965394 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9203 | 2025.06.18 18:42:40.965554 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001855 sec., 12938.005390835579 rows/sec., 1.07 MiB/sec. | ||
9204 | 2025.06.18 18:42:40.965605 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} <Debug> TCPHandler: Processed in 0.002329542 sec. | ||
9205 | 2025.06.18 18:42:40.965732 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9206 | 2025.06.18 18:42:40.965840 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9207 | 2025.06.18 18:42:40.965883 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9208 | 2025.06.18 18:42:40.966295 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9209 | 2025.06.18 18:42:40.966331 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9210 | 2025.06.18 18:42:40.966633 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9211 | 2025.06.18 18:42:40.966844 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9212 | 2025.06.18 18:42:40.966971 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 141.20 KiB/sec. | ||
9213 | 2025.06.18 18:42:40.967008 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} <Debug> TCPHandler: Processed in 0.001326519 sec. | ||
9214 | 2025.06.18 18:42:40.967117 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9215 | 2025.06.18 18:42:40.967209 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9216 | 2025.06.18 18:42:40.967247 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9217 | 2025.06.18 18:42:40.967782 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9218 | 2025.06.18 18:42:40.967816 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9219 | 2025.06.18 18:42:40.968130 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9220 | 2025.06.18 18:42:40.968335 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9221 | 2025.06.18 18:42:40.968458 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Debug> executeQuery: Read 223 rows, 20.26 KiB in 0.001267 sec., 176006.31412786111 rows/sec., 15.61 MiB/sec. | ||
9222 | 2025.06.18 18:42:40.968494 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} <Debug> TCPHandler: Processed in 0.00142465 sec. | ||
9223 | 2025.06.18 18:42:40.968604 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9224 | 2025.06.18 18:42:40.968694 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9225 | 2025.06.18 18:42:40.968733 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9226 | 2025.06.18 18:42:40.969135 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9227 | 2025.06.18 18:42:40.969169 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9228 | 2025.06.18 18:42:40.969458 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9229 | 2025.06.18 18:42:40.969660 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9230 | 2025.06.18 18:42:40.969787 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Debug> executeQuery: Read 37 rows, 2.83 KiB in 0.00111 sec., 33333.33333333333 rows/sec., 2.49 MiB/sec. | ||
9231 | 2025.06.18 18:42:40.969823 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} <Debug> TCPHandler: Processed in 0.001267317 sec. | ||
9232 | 2025.06.18 18:42:40.969933 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9233 | 2025.06.18 18:42:40.970023 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9234 | 2025.06.18 18:42:40.970061 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9235 | 2025.06.18 18:42:40.970454 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9236 | 2025.06.18 18:42:40.970490 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9237 | 2025.06.18 18:42:40.970772 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9238 | 2025.06.18 18:42:40.970976 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9239 | 2025.06.18 18:42:40.971099 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001094 sec., 21937.84277879342 rows/sec., 1.82 MiB/sec. | ||
9240 | 2025.06.18 18:42:40.971136 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} <Debug> TCPHandler: Processed in 0.001251288 sec. | ||
9241 | 2025.06.18 18:42:40.971245 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9242 | 2025.06.18 18:42:40.971335 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9243 | 2025.06.18 18:42:40.971374 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9244 | 2025.06.18 18:42:40.971762 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9245 | 2025.06.18 18:42:40.971798 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9246 | 2025.06.18 18:42:40.972087 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9247 | 2025.06.18 18:42:40.972291 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9248 | 2025.06.18 18:42:40.972416 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. | ||
9249 | 2025.06.18 18:42:40.972454 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} <Debug> TCPHandler: Processed in 0.001256218 sec. | ||
9250 | 2025.06.18 18:42:40.972562 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9251 | 2025.06.18 18:42:40.972652 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9252 | 2025.06.18 18:42:40.972691 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9253 | 2025.06.18 18:42:40.973128 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9254 | 2025.06.18 18:42:40.973164 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9255 | 2025.06.18 18:42:40.973466 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9256 | 2025.06.18 18:42:40.973672 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9257 | 2025.06.18 18:42:40.973800 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Debug> executeQuery: Read 125 rows, 10.38 KiB in 0.001165 sec., 107296.13733905579 rows/sec., 8.70 MiB/sec. | ||
9258 | 2025.06.18 18:42:40.973837 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} <Debug> TCPHandler: Processed in 0.001322719 sec. | ||
9259 | 2025.06.18 18:42:40.973953 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9260 | 2025.06.18 18:42:40.974043 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9261 | 2025.06.18 18:42:40.974085 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9262 | 2025.06.18 18:42:40.974496 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9263 | 2025.06.18 18:42:40.974531 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9264 | 2025.06.18 18:42:40.974856 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9265 | 2025.06.18 18:42:40.975055 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9266 | 2025.06.18 18:42:40.975186 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001161 sec., 169681.30921619295 rows/sec., 12.17 MiB/sec. | ||
9267 | 2025.06.18 18:42:40.975221 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} <Debug> TCPHandler: Processed in 0.001316088 sec. | ||
9268 | 2025.06.18 18:42:40.975333 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9269 | 2025.06.18 18:42:40.975423 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9270 | 2025.06.18 18:42:40.975478 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9271 | 2025.06.18 18:42:40.976285 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9272 | 2025.06.18 18:42:40.976329 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9273 | 2025.06.18 18:42:40.976842 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9274 | 2025.06.18 18:42:40.977064 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9275 | 2025.06.18 18:42:40.977199 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. | ||
9276 | 2025.06.18 18:42:40.977258 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} <Debug> TCPHandler: Processed in 0.001973187 sec. | ||
9277 | 2025.06.18 18:42:40.977377 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9278 | 2025.06.18 18:42:40.977468 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9279 | 2025.06.18 18:42:40.977508 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9280 | 2025.06.18 18:42:40.977848 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9281 | 2025.06.18 18:42:40.977883 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9282 | 2025.06.18 18:42:40.978183 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9283 | 2025.06.18 18:42:40.978388 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9284 | 2025.06.18 18:42:40.978516 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
9285 | 2025.06.18 18:42:40.978551 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} <Debug> TCPHandler: Processed in 0.001222857 sec. | ||
9286 | 2025.06.18 18:42:44.054533 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9287 | 2025.06.18 18:42:44.054589 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9288 | 2025.06.18 18:42:44.124891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
9289 | 2025.06.18 18:42:44.125427 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9290 | 2025.06.18 18:42:44.125466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9291 | 2025.06.18 18:42:44.125950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9292 | 2025.06.18 18:42:44.126195 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9293 | 2025.06.18 18:42:44.126325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
9294 | 2025.06.18 18:42:44.126324 [ 73 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9295 | 2025.06.18 18:42:44.126377 [ 73 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9296 | 2025.06.18 18:42:44.126399 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9297 | 2025.06.18 18:42:44.126550 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9298 | 2025.06.18 18:42:44.126745 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9299 | 2025.06.18 18:42:44.126794 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9300 | 2025.06.18 18:42:44.126878 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9301 | 2025.06.18 18:42:44.126934 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9302 | 2025.06.18 18:42:44.126988 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9303 | 2025.06.18 18:42:44.127038 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9304 | 2025.06.18 18:42:44.127089 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
9305 | 2025.06.18 18:42:44.129296 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002819769 sec., 9107483.627204923 rows/sec., 130.28 MiB/sec. | ||
9306 | 2025.06.18 18:42:44.129628 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9307 | 2025.06.18 18:42:44.129984 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9308 | 2025.06.18 18:42:44.130079 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9309 | 2025.06.18 18:42:44.130215 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9310 | 2025.06.18 18:42:44.203598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1282 | ||
9311 | 2025.06.18 18:42:44.205980 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9312 | 2025.06.18 18:42:44.206023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9313 | 2025.06.18 18:42:44.207210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9314 | 2025.06.18 18:42:44.207473 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9315 | 2025.06.18 18:42:44.207630 [ 73 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9316 | 2025.06.18 18:42:44.207688 [ 73 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9317 | 2025.06.18 18:42:44.207707 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9318 | 2025.06.18 18:42:44.207726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
9319 | 2025.06.18 18:42:44.207837 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
9320 | 2025.06.18 18:42:44.208478 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9321 | 2025.06.18 18:42:44.208621 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1142 rows starting from the beginning of the part | ||
9322 | 2025.06.18 18:42:44.208977 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
9323 | 2025.06.18 18:42:44.209313 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
9324 | 2025.06.18 18:42:44.209634 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
9325 | 2025.06.18 18:42:44.209977 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
9326 | 2025.06.18 18:42:44.210309 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
9327 | 2025.06.18 18:42:44.216453 [ 195 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1282 rows, containing 72 columns (72 merged, 0 gathered) in 0.008677589 sec., 147736.88866803903 rows/sec., 116.52 MiB/sec. | ||
9328 | 2025.06.18 18:42:44.217890 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9329 | 2025.06.18 18:42:44.218471 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9330 | 2025.06.18 18:42:44.218561 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9331 | 2025.06.18 18:42:44.218903 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
9332 | 2025.06.18 18:42:45.568746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
9333 | 2025.06.18 18:42:45.588829 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9334 | 2025.06.18 18:42:45.588877 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9335 | 2025.06.18 18:42:45.595338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9336 | 2025.06.18 18:42:45.596057 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9337 | 2025.06.18 18:42:45.596381 [ 79 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9338 | 2025.06.18 18:42:45.596466 [ 79 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9339 | 2025.06.18 18:42:45.596500 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9340 | 2025.06.18 18:42:45.596615 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
9341 | 2025.06.18 18:42:45.600053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
9342 | 2025.06.18 18:42:45.600888 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9343 | 2025.06.18 18:42:45.602417 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
9344 | 2025.06.18 18:42:45.607168 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
9345 | 2025.06.18 18:42:45.611845 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part | ||
9346 | 2025.06.18 18:42:45.616639 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
9347 | 2025.06.18 18:42:45.621211 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
9348 | 2025.06.18 18:42:45.625152 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
9349 | 2025.06.18 18:42:45.676658 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.080088865 sec., 5269.146965686179 rows/sec., 27.25 MiB/sec. | ||
9350 | 2025.06.18 18:42:45.679775 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9351 | 2025.06.18 18:42:45.682087 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9352 | 2025.06.18 18:42:45.682192 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9353 | 2025.06.18 18:42:45.685376 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
9354 | 2025.06.18 18:42:45.961706 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9355 | 2025.06.18 18:42:45.961841 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9356 | 2025.06.18 18:42:45.961897 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9357 | 2025.06.18 18:42:45.962632 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9358 | 2025.06.18 18:42:45.962673 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9359 | 2025.06.18 18:42:45.963042 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9360 | 2025.06.18 18:42:45.963271 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9361 | 2025.06.18 18:42:45.963413 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001592 sec., 56532.66331658291 rows/sec., 4.73 MiB/sec. | ||
9362 | 2025.06.18 18:42:45.963452 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} <Debug> TCPHandler: Processed in 0.001848246 sec. | ||
9363 | 2025.06.18 18:42:45.963627 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9364 | 2025.06.18 18:42:45.963720 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9365 | 2025.06.18 18:42:45.963759 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9366 | 2025.06.18 18:42:45.964207 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9367 | 2025.06.18 18:42:45.964242 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9368 | 2025.06.18 18:42:45.964533 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9369 | 2025.06.18 18:42:45.964753 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9370 | 2025.06.18 18:42:45.964873 [ 68 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9371 | 2025.06.18 18:42:45.964878 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001176 sec., 14455.78231292517 rows/sec., 1.06 MiB/sec. | ||
9372 | 2025.06.18 18:42:45.964917 [ 68 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9373 | 2025.06.18 18:42:45.964937 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} <Debug> TCPHandler: Processed in 0.001358089 sec. | ||
9374 | 2025.06.18 18:42:45.964948 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9375 | 2025.06.18 18:42:45.965060 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
9376 | 2025.06.18 18:42:45.965070 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9377 | 2025.06.18 18:42:45.965182 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9378 | 2025.06.18 18:42:45.965183 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9379 | 2025.06.18 18:42:45.965223 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9380 | 2025.06.18 18:42:45.965233 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
9381 | 2025.06.18 18:42:45.965311 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 19 rows starting from the beginning of the part | ||
9382 | 2025.06.18 18:42:45.965364 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part | ||
9383 | 2025.06.18 18:42:45.965410 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 17 rows starting from the beginning of the part | ||
9384 | 2025.06.18 18:42:45.965456 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 37 rows starting from the beginning of the part | ||
9385 | 2025.06.18 18:42:45.965501 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 17 rows starting from the beginning of the part | ||
9386 | 2025.06.18 18:42:45.965665 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9387 | 2025.06.18 18:42:45.965706 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9388 | 2025.06.18 18:42:45.966249 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9389 | 2025.06.18 18:42:45.966341 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326248 sec., 219415.9764991163 rows/sec., 15.77 MiB/sec. | ||
9390 | 2025.06.18 18:42:45.966466 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9391 | 2025.06.18 18:42:45.966538 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9392 | 2025.06.18 18:42:45.966601 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001438 sec., 56328.23365785814 rows/sec., 4.40 MiB/sec. | ||
9393 | 2025.06.18 18:42:45.966638 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} <Debug> TCPHandler: Processed in 0.001616212 sec. | ||
9394 | 2025.06.18 18:42:45.966789 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9395 | 2025.06.18 18:42:45.966799 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9396 | 2025.06.18 18:42:45.966878 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9397 | 2025.06.18 18:42:45.966911 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9398 | 2025.06.18 18:42:45.966962 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9399 | 2025.06.18 18:42:45.966964 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
9400 | 2025.06.18 18:42:45.967445 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9401 | 2025.06.18 18:42:45.967483 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9402 | 2025.06.18 18:42:45.967885 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9403 | 2025.06.18 18:42:45.968135 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9404 | 2025.06.18 18:42:45.968290 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. | ||
9405 | 2025.06.18 18:42:45.968334 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} <Debug> TCPHandler: Processed in 0.001607322 sec. | ||
9406 | 2025.06.18 18:42:45.968467 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9407 | 2025.06.18 18:42:45.968572 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9408 | 2025.06.18 18:42:45.968627 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9409 | 2025.06.18 18:42:45.969416 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9410 | 2025.06.18 18:42:45.969452 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9411 | 2025.06.18 18:42:45.969976 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9412 | 2025.06.18 18:42:45.970196 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9413 | 2025.06.18 18:42:45.970330 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001776 sec., 9572.072072072073 rows/sec., 17.15 MiB/sec. | ||
9414 | 2025.06.18 18:42:45.970382 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} <Debug> TCPHandler: Processed in 0.001974147 sec. | ||
9415 | 2025.06.18 18:42:45.970499 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9416 | 2025.06.18 18:42:45.970595 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9417 | 2025.06.18 18:42:45.970636 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9418 | 2025.06.18 18:42:45.970968 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9419 | 2025.06.18 18:42:45.971003 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9420 | 2025.06.18 18:42:45.971302 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9421 | 2025.06.18 18:42:45.971502 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9422 | 2025.06.18 18:42:45.971628 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. | ||
9423 | 2025.06.18 18:42:45.971662 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} <Debug> TCPHandler: Processed in 0.001210427 sec. | ||
9424 | 2025.06.18 18:42:50.962424 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9425 | 2025.06.18 18:42:50.962638 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9426 | 2025.06.18 18:42:50.962714 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9427 | 2025.06.18 18:42:50.963356 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9428 | 2025.06.18 18:42:50.963402 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9429 | 2025.06.18 18:42:50.963821 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9430 | 2025.06.18 18:42:50.964061 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9431 | 2025.06.18 18:42:50.964216 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001633 sec., 62461.72688303736 rows/sec., 5.22 MiB/sec. | ||
9432 | 2025.06.18 18:42:50.964218 [ 63 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9433 | 2025.06.18 18:42:50.964261 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} <Debug> TCPHandler: Processed in 0.001975488 sec. | ||
9434 | 2025.06.18 18:42:50.964295 [ 63 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9435 | 2025.06.18 18:42:50.964324 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9436 | 2025.06.18 18:42:50.964396 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9437 | 2025.06.18 18:42:50.964468 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
9438 | 2025.06.18 18:42:50.964497 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9439 | 2025.06.18 18:42:50.964555 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9440 | 2025.06.18 18:42:50.964629 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9441 | 2025.06.18 18:42:50.964673 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 828 rows starting from the beginning of the part | ||
9442 | 2025.06.18 18:42:50.964749 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 102 rows starting from the beginning of the part | ||
9443 | 2025.06.18 18:42:50.964795 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 90 rows starting from the beginning of the part | ||
9444 | 2025.06.18 18:42:50.964840 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 223 rows starting from the beginning of the part | ||
9445 | 2025.06.18 18:42:50.964880 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 90 rows starting from the beginning of the part | ||
9446 | 2025.06.18 18:42:50.964921 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 102 rows starting from the beginning of the part | ||
9447 | 2025.06.18 18:42:50.964973 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9448 | 2025.06.18 18:42:50.965017 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9449 | 2025.06.18 18:42:50.965372 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9450 | 2025.06.18 18:42:50.965610 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9451 | 2025.06.18 18:42:50.965752 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001274 sec., 18053.37519623234 rows/sec., 1.33 MiB/sec. | ||
9452 | 2025.06.18 18:42:50.965792 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} <Debug> TCPHandler: Processed in 0.00145097 sec. | ||
9453 | 2025.06.18 18:42:50.965894 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9454 | 2025.06.18 18:42:50.965987 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9455 | 2025.06.18 18:42:50.966028 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9456 | 2025.06.18 18:42:50.966088 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691883 sec., 848167.3969181085 rows/sec., 73.88 MiB/sec. | ||
9457 | 2025.06.18 18:42:50.966296 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9458 | 2025.06.18 18:42:50.966458 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9459 | 2025.06.18 18:42:50.966503 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9460 | 2025.06.18 18:42:50.966573 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9461 | 2025.06.18 18:42:50.966664 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9462 | 2025.06.18 18:42:50.966748 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
9463 | 2025.06.18 18:42:50.966850 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9464 | 2025.06.18 18:42:50.967068 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9465 | 2025.06.18 18:42:50.967182 [ 63 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9466 | 2025.06.18 18:42:50.967201 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001232 sec., 70616.88311688311 rows/sec., 5.51 MiB/sec. | ||
9467 | 2025.06.18 18:42:50.967217 [ 63 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9468 | 2025.06.18 18:42:50.967241 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9469 | 2025.06.18 18:42:50.967247 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} <Debug> TCPHandler: Processed in 0.00140189 sec. | ||
9470 | 2025.06.18 18:42:50.967327 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
9471 | 2025.06.18 18:42:50.967369 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9472 | 2025.06.18 18:42:50.967436 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9473 | 2025.06.18 18:42:50.967467 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9474 | 2025.06.18 18:42:50.967472 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 496 rows starting from the beginning of the part | ||
9475 | 2025.06.18 18:42:50.967519 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9476 | 2025.06.18 18:42:50.967554 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 87 rows starting from the beginning of the part | ||
9477 | 2025.06.18 18:42:50.967604 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 81 rows starting from the beginning of the part | ||
9478 | 2025.06.18 18:42:50.967646 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 125 rows starting from the beginning of the part | ||
9479 | 2025.06.18 18:42:50.967684 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 81 rows starting from the beginning of the part | ||
9480 | 2025.06.18 18:42:50.967720 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 87 rows starting from the beginning of the part | ||
9481 | 2025.06.18 18:42:50.967936 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9482 | 2025.06.18 18:42:50.967979 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9483 | 2025.06.18 18:42:50.968351 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9484 | 2025.06.18 18:42:50.968580 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9485 | 2025.06.18 18:42:50.968687 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140327 sec., 681978.5215959864 rows/sec., 54.36 MiB/sec. | ||
9486 | 2025.06.18 18:42:50.968689 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9487 | 2025.06.18 18:42:50.968712 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. | ||
9488 | 2025.06.18 18:42:50.968735 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9489 | 2025.06.18 18:42:50.968757 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9490 | 2025.06.18 18:42:50.968761 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} <Debug> TCPHandler: Processed in 0.00144127 sec. | ||
9491 | 2025.06.18 18:42:50.968829 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9492 | 2025.06.18 18:42:50.968837 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9493 | 2025.06.18 18:42:50.968896 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9494 | 2025.06.18 18:42:50.968928 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9495 | 2025.06.18 18:42:50.968961 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 13322 rows starting from the beginning of the part | ||
9496 | 2025.06.18 18:42:50.969012 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9497 | 2025.06.18 18:42:50.969025 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9498 | 2025.06.18 18:42:50.969055 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9499 | 2025.06.18 18:42:50.969098 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 197 rows starting from the beginning of the part | ||
9500 | 2025.06.18 18:42:50.969101 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9501 | 2025.06.18 18:42:50.969126 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9502 | 2025.06.18 18:42:50.969138 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
9503 | 2025.06.18 18:42:50.969186 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
9504 | 2025.06.18 18:42:50.969208 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9505 | 2025.06.18 18:42:50.969288 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9506 | 2025.06.18 18:42:50.969994 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9507 | 2025.06.18 18:42:50.970037 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9508 | 2025.06.18 18:42:50.970903 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9509 | 2025.06.18 18:42:50.971159 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9510 | 2025.06.18 18:42:50.971310 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002312 sec., 9948.09688581315 rows/sec., 17.83 MiB/sec. | ||
9511 | 2025.06.18 18:42:50.971380 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} <Debug> TCPHandler: Processed in 0.002545895 sec. | ||
9512 | 2025.06.18 18:42:50.971504 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9513 | 2025.06.18 18:42:50.971607 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9514 | 2025.06.18 18:42:50.971651 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9515 | 2025.06.18 18:42:50.972050 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9516 | 2025.06.18 18:42:50.972089 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9517 | 2025.06.18 18:42:50.972533 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9518 | 2025.06.18 18:42:50.972757 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9519 | 2025.06.18 18:42:50.972867 [ 63 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9520 | 2025.06.18 18:42:50.972889 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec. | ||
9521 | 2025.06.18 18:42:50.972904 [ 63 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9522 | 2025.06.18 18:42:50.972934 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9523 | 2025.06.18 18:42:50.972935 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} <Debug> TCPHandler: Processed in 0.00148108 sec. | ||
9524 | 2025.06.18 18:42:50.973044 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9525 | 2025.06.18 18:42:50.973186 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9526 | 2025.06.18 18:42:50.973219 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4680 rows starting from the beginning of the part | ||
9527 | 2025.06.18 18:42:50.973281 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9528 | 2025.06.18 18:42:50.973327 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9529 | 2025.06.18 18:42:50.973366 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
9530 | 2025.06.18 18:42:50.973402 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
9531 | 2025.06.18 18:42:50.973439 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
9532 | 2025.06.18 18:42:50.974798 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010673 sec., 2355643.036977723 rows/sec., 164.73 MiB/sec. | ||
9533 | 2025.06.18 18:42:50.975141 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9534 | 2025.06.18 18:42:50.975398 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9535 | 2025.06.18 18:42:50.975465 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9536 | 2025.06.18 18:42:50.975616 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.99 MiB. | ||
9537 | 2025.06.18 18:42:50.975667 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674427 sec., 1862081.111206251 rows/sec., 124.78 MiB/sec. | ||
9538 | 2025.06.18 18:42:50.976233 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9539 | 2025.06.18 18:42:50.976560 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9540 | 2025.06.18 18:42:50.976649 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9541 | 2025.06.18 18:42:50.976750 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
9542 | 2025.06.18 18:42:51.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 300.02 MiB, peak 312.18 MiB, free memory in arenas 0.00 B, will set to 302.35 MiB (RSS), difference: 2.33 MiB | ||
9543 | 2025.06.18 18:42:51.626534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
9544 | 2025.06.18 18:42:51.627036 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9545 | 2025.06.18 18:42:51.627086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9546 | 2025.06.18 18:42:51.627621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9547 | 2025.06.18 18:42:51.627879 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9548 | 2025.06.18 18:42:51.628038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
9549 | 2025.06.18 18:42:53.100212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
9550 | 2025.06.18 18:42:53.116636 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9551 | 2025.06.18 18:42:53.116703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9552 | 2025.06.18 18:42:53.122232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9553 | 2025.06.18 18:42:53.122919 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9554 | 2025.06.18 18:42:53.125978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
9555 | 2025.06.18 18:42:54.208081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1306 | ||
9556 | 2025.06.18 18:42:54.210489 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9557 | 2025.06.18 18:42:54.210530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9558 | 2025.06.18 18:42:54.211723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9559 | 2025.06.18 18:42:54.211997 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9560 | 2025.06.18 18:42:54.212254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1306 | ||
9561 | 2025.06.18 18:42:55.960893 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9562 | 2025.06.18 18:42:55.961104 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9563 | 2025.06.18 18:42:55.961180 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9564 | 2025.06.18 18:42:55.961886 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9565 | 2025.06.18 18:42:55.961929 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9566 | 2025.06.18 18:42:55.962325 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9567 | 2025.06.18 18:42:55.962549 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9568 | 2025.06.18 18:42:55.962718 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 195.66 KiB/sec. | ||
9569 | 2025.06.18 18:42:55.962767 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} <Debug> TCPHandler: Processed in 0.002002897 sec. | ||
9570 | 2025.06.18 18:42:55.962893 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9571 | 2025.06.18 18:42:55.962996 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9572 | 2025.06.18 18:42:55.963039 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9573 | 2025.06.18 18:42:55.963493 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9574 | 2025.06.18 18:42:55.963531 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9575 | 2025.06.18 18:42:55.963873 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9576 | 2025.06.18 18:42:55.964093 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9577 | 2025.06.18 18:42:55.964224 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001253 sec., 73423.78292098963 rows/sec., 6.12 MiB/sec. | ||
9578 | 2025.06.18 18:42:55.964265 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} <Debug> TCPHandler: Processed in 0.00142253 sec. | ||
9579 | 2025.06.18 18:42:55.964384 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9580 | 2025.06.18 18:42:55.964481 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9581 | 2025.06.18 18:42:55.964522 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9582 | 2025.06.18 18:42:55.964920 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9583 | 2025.06.18 18:42:55.964956 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9584 | 2025.06.18 18:42:55.965239 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9585 | 2025.06.18 18:42:55.965444 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9586 | 2025.06.18 18:42:55.965581 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.00112 sec., 18750 rows/sec., 1.36 MiB/sec. | ||
9587 | 2025.06.18 18:42:55.965619 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} <Debug> TCPHandler: Processed in 0.001289748 sec. | ||
9588 | 2025.06.18 18:42:55.965732 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9589 | 2025.06.18 18:42:55.965825 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9590 | 2025.06.18 18:42:55.965866 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9591 | 2025.06.18 18:42:55.966302 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9592 | 2025.06.18 18:42:55.966338 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9593 | 2025.06.18 18:42:55.966650 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9594 | 2025.06.18 18:42:55.966860 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9595 | 2025.06.18 18:42:55.966990 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001184 sec., 71790.54054054055 rows/sec., 5.61 MiB/sec. | ||
9596 | 2025.06.18 18:42:55.967029 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} <Debug> TCPHandler: Processed in 0.001347639 sec. | ||
9597 | 2025.06.18 18:42:55.967197 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9598 | 2025.06.18 18:42:55.967293 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9599 | 2025.06.18 18:42:55.967338 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9600 | 2025.06.18 18:42:55.967765 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9601 | 2025.06.18 18:42:55.967802 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9602 | 2025.06.18 18:42:55.968133 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9603 | 2025.06.18 18:42:55.968340 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9604 | 2025.06.18 18:42:55.968472 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001197 sec., 135338.34586466165 rows/sec., 9.42 MiB/sec. | ||
9605 | 2025.06.18 18:42:55.968509 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} <Debug> TCPHandler: Processed in 0.001361399 sec. | ||
9606 | 2025.06.18 18:42:55.968610 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9607 | 2025.06.18 18:42:55.968704 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9608 | 2025.06.18 18:42:55.968759 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9609 | 2025.06.18 18:42:55.969586 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9610 | 2025.06.18 18:42:55.969621 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9611 | 2025.06.18 18:42:55.970165 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9612 | 2025.06.18 18:42:55.970389 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9613 | 2025.06.18 18:42:55.970530 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001845 sec., 9214.09214092141 rows/sec., 16.51 MiB/sec. | ||
9614 | 2025.06.18 18:42:55.970515 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9615 | 2025.06.18 18:42:55.970597 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} <Debug> TCPHandler: Processed in 0.002034738 sec. | ||
9616 | 2025.06.18 18:42:55.970609 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9617 | 2025.06.18 18:42:55.970654 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9618 | 2025.06.18 18:42:55.970724 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9619 | 2025.06.18 18:42:55.970779 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
9620 | 2025.06.18 18:42:55.970824 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9621 | 2025.06.18 18:42:55.970871 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9622 | 2025.06.18 18:42:55.971037 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9623 | 2025.06.18 18:42:55.971104 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1381 rows starting from the beginning of the part | ||
9624 | 2025.06.18 18:42:55.971216 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9625 | 2025.06.18 18:42:55.971233 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 17 rows starting from the beginning of the part | ||
9626 | 2025.06.18 18:42:55.971259 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9627 | 2025.06.18 18:42:55.971346 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part | ||
9628 | 2025.06.18 18:42:55.971447 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 17 rows starting from the beginning of the part | ||
9629 | 2025.06.18 18:42:55.971540 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 23 rows starting from the beginning of the part | ||
9630 | 2025.06.18 18:42:55.971576 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9631 | 2025.06.18 18:42:55.971630 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 17 rows starting from the beginning of the part | ||
9632 | 2025.06.18 18:42:55.971798 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9633 | 2025.06.18 18:42:55.971942 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. | ||
9634 | 2025.06.18 18:42:55.971981 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} <Debug> TCPHandler: Processed in 0.001307129 sec. | ||
9635 | 2025.06.18 18:42:55.979116 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 19 columns (19 merged, 0 gathered) in 0.008383646 sec., 176295.6117183383 rows/sec., 315.91 MiB/sec. | ||
9636 | 2025.06.18 18:42:55.980921 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9637 | 2025.06.18 18:42:55.981311 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9638 | 2025.06.18 18:42:55.981396 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9639 | 2025.06.18 18:42:55.981547 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
9640 | 2025.06.18 18:42:56.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 303.21 MiB, peak 314.75 MiB, free memory in arenas 0.00 B, will set to 306.31 MiB (RSS), difference: 3.11 MiB | ||
9641 | 2025.06.18 18:42:59.054646 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9642 | 2025.06.18 18:42:59.054709 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9643 | 2025.06.18 18:42:59.128248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
9644 | 2025.06.18 18:42:59.128836 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9645 | 2025.06.18 18:42:59.128889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
9646 | 2025.06.18 18:42:59.129404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9647 | 2025.06.18 18:42:59.129666 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9648 | 2025.06.18 18:42:59.129825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
9649 | 2025.06.18 18:43:00.626128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
9650 | 2025.06.18 18:43:00.642885 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9651 | 2025.06.18 18:43:00.642936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9652 | 2025.06.18 18:43:00.648561 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9653 | 2025.06.18 18:43:00.649245 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9654 | 2025.06.18 18:43:00.652076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
9655 | 2025.06.18 18:43:00.962339 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9656 | 2025.06.18 18:43:00.962529 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9657 | 2025.06.18 18:43:00.962601 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9658 | 2025.06.18 18:43:00.963280 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9659 | 2025.06.18 18:43:00.963326 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9660 | 2025.06.18 18:43:00.963726 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9661 | 2025.06.18 18:43:00.963951 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9662 | 2025.06.18 18:43:00.964098 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001621 sec., 62924.12091301665 rows/sec., 5.25 MiB/sec. | ||
9663 | 2025.06.18 18:43:00.964139 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} <Debug> TCPHandler: Processed in 0.001939547 sec. | ||
9664 | 2025.06.18 18:43:00.964257 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9665 | 2025.06.18 18:43:00.964362 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9666 | 2025.06.18 18:43:00.964404 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9667 | 2025.06.18 18:43:00.964807 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9668 | 2025.06.18 18:43:00.964843 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9669 | 2025.06.18 18:43:00.965150 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9670 | 2025.06.18 18:43:00.965359 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9671 | 2025.06.18 18:43:00.965488 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001145 sec., 20087.336244541486 rows/sec., 1.48 MiB/sec. | ||
9672 | 2025.06.18 18:43:00.965526 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} <Debug> TCPHandler: Processed in 0.001319319 sec. | ||
9673 | 2025.06.18 18:43:00.965643 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9674 | 2025.06.18 18:43:00.965737 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9675 | 2025.06.18 18:43:00.965777 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9676 | 2025.06.18 18:43:00.966201 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9677 | 2025.06.18 18:43:00.966237 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9678 | 2025.06.18 18:43:00.966535 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9679 | 2025.06.18 18:43:00.966743 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9680 | 2025.06.18 18:43:00.966860 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001151 sec., 75586.44656820157 rows/sec., 5.90 MiB/sec. | ||
9681 | 2025.06.18 18:43:00.966894 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} <Debug> TCPHandler: Processed in 0.001321228 sec. | ||
9682 | 2025.06.18 18:43:00.967000 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9683 | 2025.06.18 18:43:00.967096 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9684 | 2025.06.18 18:43:00.967137 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9685 | 2025.06.18 18:43:00.967519 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9686 | 2025.06.18 18:43:00.967552 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9687 | 2025.06.18 18:43:00.967937 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9688 | 2025.06.18 18:43:00.968153 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9689 | 2025.06.18 18:43:00.968283 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. | ||
9690 | 2025.06.18 18:43:00.968320 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} <Debug> TCPHandler: Processed in 0.001348739 sec. | ||
9691 | 2025.06.18 18:43:00.968424 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9692 | 2025.06.18 18:43:00.968524 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9693 | 2025.06.18 18:43:00.968580 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9694 | 2025.06.18 18:43:00.969382 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9695 | 2025.06.18 18:43:00.969419 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9696 | 2025.06.18 18:43:00.969954 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9697 | 2025.06.18 18:43:00.970183 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9698 | 2025.06.18 18:43:00.970320 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001814 sec., 12679.162072767365 rows/sec., 22.72 MiB/sec. | ||
9699 | 2025.06.18 18:43:00.970375 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} <Debug> TCPHandler: Processed in 0.001999147 sec. | ||
9700 | 2025.06.18 18:43:00.970490 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9701 | 2025.06.18 18:43:00.970603 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9702 | 2025.06.18 18:43:00.970645 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9703 | 2025.06.18 18:43:00.970981 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9704 | 2025.06.18 18:43:00.971016 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9705 | 2025.06.18 18:43:00.971326 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9706 | 2025.06.18 18:43:00.971537 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9707 | 2025.06.18 18:43:00.971666 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
9708 | 2025.06.18 18:43:00.971702 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} <Debug> TCPHandler: Processed in 0.001261638 sec. | ||
9709 | 2025.06.18 18:43:04.212568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1332 | ||
9710 | 2025.06.18 18:43:04.215012 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9711 | 2025.06.18 18:43:04.215054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9712 | 2025.06.18 18:43:04.216227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9713 | 2025.06.18 18:43:04.216543 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9714 | 2025.06.18 18:43:04.216826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1332 | ||
9715 | 2025.06.18 18:43:05.961773 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9716 | 2025.06.18 18:43:05.961992 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9717 | 2025.06.18 18:43:05.962063 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9718 | 2025.06.18 18:43:05.962773 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9719 | 2025.06.18 18:43:05.962812 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9720 | 2025.06.18 18:43:05.963200 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9721 | 2025.06.18 18:43:05.963426 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9722 | 2025.06.18 18:43:05.963582 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001643 sec., 54777.845404747415 rows/sec., 4.58 MiB/sec. | ||
9723 | 2025.06.18 18:43:05.963623 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} <Debug> TCPHandler: Processed in 0.001989397 sec. | ||
9724 | 2025.06.18 18:43:05.963749 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9725 | 2025.06.18 18:43:05.963843 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9726 | 2025.06.18 18:43:05.963884 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9727 | 2025.06.18 18:43:05.964296 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9728 | 2025.06.18 18:43:05.964332 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9729 | 2025.06.18 18:43:05.964631 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9730 | 2025.06.18 18:43:05.964843 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9731 | 2025.06.18 18:43:05.964974 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.00115 sec., 14782.608695652174 rows/sec., 1.09 MiB/sec. | ||
9732 | 2025.06.18 18:43:05.965011 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} <Debug> TCPHandler: Processed in 0.001310988 sec. | ||
9733 | 2025.06.18 18:43:05.965123 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9734 | 2025.06.18 18:43:05.965216 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9735 | 2025.06.18 18:43:05.965283 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9736 | 2025.06.18 18:43:05.965705 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9737 | 2025.06.18 18:43:05.965742 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9738 | 2025.06.18 18:43:05.966043 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9739 | 2025.06.18 18:43:05.966250 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9740 | 2025.06.18 18:43:05.966377 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001179 sec., 68702.29007633588 rows/sec., 5.36 MiB/sec. | ||
9741 | 2025.06.18 18:43:05.966414 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} <Debug> TCPHandler: Processed in 0.001339418 sec. | ||
9742 | 2025.06.18 18:43:05.966525 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9743 | 2025.06.18 18:43:05.966644 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9744 | 2025.06.18 18:43:05.966687 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9745 | 2025.06.18 18:43:05.967095 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9746 | 2025.06.18 18:43:05.967130 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9747 | 2025.06.18 18:43:05.967478 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9748 | 2025.06.18 18:43:05.967682 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9749 | 2025.06.18 18:43:05.967812 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. | ||
9750 | 2025.06.18 18:43:05.967847 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} <Debug> TCPHandler: Processed in 0.001369768 sec. | ||
9751 | 2025.06.18 18:43:05.968134 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9752 | 2025.06.18 18:43:05.968228 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9753 | 2025.06.18 18:43:05.968283 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9754 | 2025.06.18 18:43:05.969084 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9755 | 2025.06.18 18:43:05.969120 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9756 | 2025.06.18 18:43:05.969650 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9757 | 2025.06.18 18:43:05.969878 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9758 | 2025.06.18 18:43:05.970024 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001814 sec., 9371.554575523704 rows/sec., 16.79 MiB/sec. | ||
9759 | 2025.06.18 18:43:05.970087 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} <Debug> TCPHandler: Processed in 0.002001157 sec. | ||
9760 | 2025.06.18 18:43:05.970202 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9761 | 2025.06.18 18:43:05.970295 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9762 | 2025.06.18 18:43:05.970337 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9763 | 2025.06.18 18:43:05.970680 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9764 | 2025.06.18 18:43:05.970713 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9765 | 2025.06.18 18:43:05.971015 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9766 | 2025.06.18 18:43:05.971216 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9767 | 2025.06.18 18:43:05.971345 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
9768 | 2025.06.18 18:43:05.971379 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} <Debug> TCPHandler: Processed in 0.001225997 sec. | ||
9769 | 2025.06.18 18:43:06.630076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
9770 | 2025.06.18 18:43:06.630655 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9771 | 2025.06.18 18:43:06.630695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9772 | 2025.06.18 18:43:06.631194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9773 | 2025.06.18 18:43:06.631437 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9774 | 2025.06.18 18:43:06.631564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
9775 | 2025.06.18 18:43:08.152243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
9776 | 2025.06.18 18:43:08.169626 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9777 | 2025.06.18 18:43:08.169681 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9778 | 2025.06.18 18:43:08.175648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9779 | 2025.06.18 18:43:08.176362 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9780 | 2025.06.18 18:43:08.179243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
9781 | 2025.06.18 18:43:10.963865 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9782 | 2025.06.18 18:43:10.964057 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9783 | 2025.06.18 18:43:10.964123 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9784 | 2025.06.18 18:43:10.964784 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9785 | 2025.06.18 18:43:10.964824 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9786 | 2025.06.18 18:43:10.965228 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9787 | 2025.06.18 18:43:10.965467 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9788 | 2025.06.18 18:43:10.965623 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001615 sec., 14860.681114551084 rows/sec., 1.23 MiB/sec. | ||
9789 | 2025.06.18 18:43:10.965673 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} <Debug> TCPHandler: Processed in 0.001938766 sec. | ||
9790 | 2025.06.18 18:43:10.965800 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9791 | 2025.06.18 18:43:10.965902 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9792 | 2025.06.18 18:43:10.965952 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9793 | 2025.06.18 18:43:10.966371 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9794 | 2025.06.18 18:43:10.966407 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9795 | 2025.06.18 18:43:10.966707 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9796 | 2025.06.18 18:43:10.966922 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9797 | 2025.06.18 18:43:10.967053 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 695.17 KiB/sec. | ||
9798 | 2025.06.18 18:43:10.967092 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} <Debug> TCPHandler: Processed in 0.001345189 sec. | ||
9799 | 2025.06.18 18:43:10.967204 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9800 | 2025.06.18 18:43:10.967306 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9801 | 2025.06.18 18:43:10.967346 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9802 | 2025.06.18 18:43:10.967854 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9803 | 2025.06.18 18:43:10.967889 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9804 | 2025.06.18 18:43:10.968222 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9805 | 2025.06.18 18:43:10.968428 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9806 | 2025.06.18 18:43:10.968562 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Debug> executeQuery: Read 227 rows, 20.55 KiB in 0.001282 sec., 177067.08268330735 rows/sec., 15.65 MiB/sec. | ||
9807 | 2025.06.18 18:43:10.968602 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} <Debug> TCPHandler: Processed in 0.001447 sec. | ||
9808 | 2025.06.18 18:43:10.968715 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9809 | 2025.06.18 18:43:10.968810 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9810 | 2025.06.18 18:43:10.968852 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9811 | 2025.06.18 18:43:10.969258 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9812 | 2025.06.18 18:43:10.969293 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9813 | 2025.06.18 18:43:10.969597 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9814 | 2025.06.18 18:43:10.969819 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9815 | 2025.06.18 18:43:10.969929 [ 33 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9816 | 2025.06.18 18:43:10.969952 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Debug> executeQuery: Read 45 rows, 3.39 KiB in 0.001161 sec., 38759.689922480626 rows/sec., 2.85 MiB/sec. | ||
9817 | 2025.06.18 18:43:10.969969 [ 33 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9818 | 2025.06.18 18:43:10.969988 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9819 | 2025.06.18 18:43:10.969992 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} <Debug> TCPHandler: Processed in 0.001326768 sec. | ||
9820 | 2025.06.18 18:43:10.970100 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9821 | 2025.06.18 18:43:10.970120 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
9822 | 2025.06.18 18:43:10.970193 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9823 | 2025.06.18 18:43:10.970239 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9824 | 2025.06.18 18:43:10.970273 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9825 | 2025.06.18 18:43:10.970319 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
9826 | 2025.06.18 18:43:10.970393 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 23 rows starting from the beginning of the part | ||
9827 | 2025.06.18 18:43:10.970445 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 21 rows starting from the beginning of the part | ||
9828 | 2025.06.18 18:43:10.970489 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part | ||
9829 | 2025.06.18 18:43:10.970527 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 17 rows starting from the beginning of the part | ||
9830 | 2025.06.18 18:43:10.970568 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 45 rows starting from the beginning of the part | ||
9831 | 2025.06.18 18:43:10.970635 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9832 | 2025.06.18 18:43:10.970675 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9833 | 2025.06.18 18:43:10.971032 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9834 | 2025.06.18 18:43:10.971262 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9835 | 2025.06.18 18:43:10.971396 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. | ||
9836 | 2025.06.18 18:43:10.971435 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} <Debug> TCPHandler: Processed in 0.001383329 sec. | ||
9837 | 2025.06.18 18:43:10.971442 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 307 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373239 sec., 223559.04543928624 rows/sec., 16.10 MiB/sec. | ||
9838 | 2025.06.18 18:43:10.971550 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9839 | 2025.06.18 18:43:10.971650 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9840 | 2025.06.18 18:43:10.971676 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9841 | 2025.06.18 18:43:10.971694 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9842 | 2025.06.18 18:43:10.971987 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9843 | 2025.06.18 18:43:10.972076 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9844 | 2025.06.18 18:43:10.972108 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2025.06.18 18:43:10.972148 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9846 | 2025.06.18 18:43:10.972178 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9847 | 2025.06.18 18:43:10.972464 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9848 | 2025.06.18 18:43:10.972679 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9849 | 2025.06.18 18:43:10.972807 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 797.87 KiB/sec. | ||
9850 | 2025.06.18 18:43:10.972844 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} <Debug> TCPHandler: Processed in 0.001344858 sec. | ||
9851 | 2025.06.18 18:43:10.972971 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9852 | 2025.06.18 18:43:10.973076 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9853 | 2025.06.18 18:43:10.973117 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9854 | 2025.06.18 18:43:10.973602 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9855 | 2025.06.18 18:43:10.973637 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9856 | 2025.06.18 18:43:10.973944 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9857 | 2025.06.18 18:43:10.974156 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9858 | 2025.06.18 18:43:10.974288 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Debug> executeQuery: Read 133 rows, 11.03 KiB in 0.00123 sec., 108130.081300813 rows/sec., 8.76 MiB/sec. | ||
9859 | 2025.06.18 18:43:10.974327 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} <Debug> TCPHandler: Processed in 0.001405249 sec. | ||
9860 | 2025.06.18 18:43:10.974443 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9861 | 2025.06.18 18:43:10.974547 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9862 | 2025.06.18 18:43:10.974591 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9863 | 2025.06.18 18:43:10.975015 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9864 | 2025.06.18 18:43:10.975050 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9865 | 2025.06.18 18:43:10.975392 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9866 | 2025.06.18 18:43:10.975604 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9867 | 2025.06.18 18:43:10.975737 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Debug> executeQuery: Read 201 rows, 14.75 KiB in 0.001208 sec., 166390.72847682118 rows/sec., 11.92 MiB/sec. | ||
9868 | 2025.06.18 18:43:10.975775 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} <Debug> TCPHandler: Processed in 0.001381099 sec. | ||
9869 | 2025.06.18 18:43:10.975893 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9870 | 2025.06.18 18:43:10.975994 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9871 | 2025.06.18 18:43:10.976049 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9872 | 2025.06.18 18:43:10.976872 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9873 | 2025.06.18 18:43:10.976906 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9874 | 2025.06.18 18:43:10.977437 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9875 | 2025.06.18 18:43:10.977673 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9876 | 2025.06.18 18:43:10.977810 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001833 sec., 12547.735951991272 rows/sec., 22.48 MiB/sec. | ||
9877 | 2025.06.18 18:43:10.977873 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} <Debug> TCPHandler: Processed in 0.002028898 sec. | ||
9878 | 2025.06.18 18:43:10.977988 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9879 | 2025.06.18 18:43:10.978092 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9880 | 2025.06.18 18:43:10.978134 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9881 | 2025.06.18 18:43:10.978466 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9882 | 2025.06.18 18:43:10.978500 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9883 | 2025.06.18 18:43:10.978809 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9884 | 2025.06.18 18:43:10.979019 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9885 | 2025.06.18 18:43:10.979151 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. | ||
9886 | 2025.06.18 18:43:10.979187 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} <Debug> TCPHandler: Processed in 0.001247677 sec. | ||
9887 | 2025.06.18 18:43:14.054776 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9888 | 2025.06.18 18:43:14.054857 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9889 | 2025.06.18 18:43:14.131814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
9890 | 2025.06.18 18:43:14.132648 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9891 | 2025.06.18 18:43:14.132740 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9892 | 2025.06.18 18:43:14.133334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9893 | 2025.06.18 18:43:14.133584 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9894 | 2025.06.18 18:43:14.133735 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
9895 | 2025.06.18 18:43:14.217090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1364 | ||
9896 | 2025.06.18 18:43:14.219431 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9897 | 2025.06.18 18:43:14.219482 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9898 | 2025.06.18 18:43:14.220710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9899 | 2025.06.18 18:43:14.220996 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9900 | 2025.06.18 18:43:14.221367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
9901 | 2025.06.18 18:43:15.679396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
9902 | 2025.06.18 18:43:15.697405 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2025.06.18 18:43:15.697456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9904 | 2025.06.18 18:43:15.703781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9905 | 2025.06.18 18:43:15.704561 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2025.06.18 18:43:15.707763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
9907 | 2025.06.18 18:43:15.962310 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9908 | 2025.06.18 18:43:15.962483 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9909 | 2025.06.18 18:43:15.962550 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9910 | 2025.06.18 18:43:15.963282 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9911 | 2025.06.18 18:43:15.963323 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9912 | 2025.06.18 18:43:15.963739 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9913 | 2025.06.18 18:43:15.963975 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9914 | 2025.06.18 18:43:15.964137 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001702 sec., 52878.965922444186 rows/sec., 4.42 MiB/sec. | ||
9915 | 2025.06.18 18:43:15.964154 [ 47 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9916 | 2025.06.18 18:43:15.964187 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} <Debug> TCPHandler: Processed in 0.002007278 sec. | ||
9917 | 2025.06.18 18:43:15.964228 [ 47 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9918 | 2025.06.18 18:43:15.964258 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9919 | 2025.06.18 18:43:15.964328 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9920 | 2025.06.18 18:43:15.964368 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
9921 | 2025.06.18 18:43:15.964428 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9922 | 2025.06.18 18:43:15.964477 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9923 | 2025.06.18 18:43:15.964482 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9924 | 2025.06.18 18:43:15.964525 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 828 rows starting from the beginning of the part | ||
9925 | 2025.06.18 18:43:15.964593 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 92 rows starting from the beginning of the part | ||
9926 | 2025.06.18 18:43:15.964644 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 102 rows starting from the beginning of the part | ||
9927 | 2025.06.18 18:43:15.964683 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
9928 | 2025.06.18 18:43:15.964722 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 227 rows starting from the beginning of the part | ||
9929 | 2025.06.18 18:43:15.964758 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 90 rows starting from the beginning of the part | ||
9930 | 2025.06.18 18:43:15.964905 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9931 | 2025.06.18 18:43:15.964949 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9932 | 2025.06.18 18:43:15.965415 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9933 | 2025.06.18 18:43:15.965656 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9934 | 2025.06.18 18:43:15.965779 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1429 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145553 sec., 981772.9624260579 rows/sec., 85.48 MiB/sec. | ||
9935 | 2025.06.18 18:43:15.965794 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001384 sec., 12283.236994219653 rows/sec., 923.64 KiB/sec. | ||
9936 | 2025.06.18 18:43:15.965856 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} <Debug> TCPHandler: Processed in 0.001578632 sec. | ||
9937 | 2025.06.18 18:43:15.965973 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9938 | 2025.06.18 18:43:15.965976 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9939 | 2025.06.18 18:43:15.966072 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9940 | 2025.06.18 18:43:15.966120 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9941 | 2025.06.18 18:43:15.966247 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2025.06.18 18:43:15.966316 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9943 | 2025.06.18 18:43:15.966397 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
9944 | 2025.06.18 18:43:15.966558 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9945 | 2025.06.18 18:43:15.966599 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9946 | 2025.06.18 18:43:15.966918 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9947 | 2025.06.18 18:43:15.967132 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9948 | 2025.06.18 18:43:15.967268 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001213 sec., 66776.58697444352 rows/sec., 5.21 MiB/sec. | ||
9949 | 2025.06.18 18:43:15.967270 [ 47 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9950 | 2025.06.18 18:43:15.967307 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} <Debug> TCPHandler: Processed in 0.001384229 sec. | ||
9951 | 2025.06.18 18:43:15.967320 [ 47 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9952 | 2025.06.18 18:43:15.967345 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9953 | 2025.06.18 18:43:15.967427 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9954 | 2025.06.18 18:43:15.967434 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
9955 | 2025.06.18 18:43:15.967527 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9956 | 2025.06.18 18:43:15.967540 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9957 | 2025.06.18 18:43:15.967573 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 496 rows starting from the beginning of the part | ||
9958 | 2025.06.18 18:43:15.967580 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9959 | 2025.06.18 18:43:15.967622 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 85 rows starting from the beginning of the part | ||
9960 | 2025.06.18 18:43:15.967663 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 87 rows starting from the beginning of the part | ||
9961 | 2025.06.18 18:43:15.967694 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 81 rows starting from the beginning of the part | ||
9962 | 2025.06.18 18:43:15.967726 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 133 rows starting from the beginning of the part | ||
9963 | 2025.06.18 18:43:15.967759 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 81 rows starting from the beginning of the part | ||
9964 | 2025.06.18 18:43:15.968014 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9965 | 2025.06.18 18:43:15.968056 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9966 | 2025.06.18 18:43:15.968421 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9967 | 2025.06.18 18:43:15.968584 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 963 rows, containing 5 columns (5 merged, 0 gathered) in 0.001183947 sec., 813381.004386176 rows/sec., 64.86 MiB/sec. | ||
9968 | 2025.06.18 18:43:15.968643 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9969 | 2025.06.18 18:43:15.968754 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9970 | 2025.06.18 18:43:15.968785 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. | ||
9971 | 2025.06.18 18:43:15.968791 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9972 | 2025.06.18 18:43:15.968828 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} <Debug> TCPHandler: Processed in 0.00145004 sec. | ||
9973 | 2025.06.18 18:43:15.968842 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9974 | 2025.06.18 18:43:15.968869 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9975 | 2025.06.18 18:43:15.968956 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9976 | 2025.06.18 18:43:15.968961 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9977 | 2025.06.18 18:43:15.969029 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9978 | 2025.06.18 18:43:15.969057 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9979 | 2025.06.18 18:43:15.969073 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9980 | 2025.06.18 18:43:15.969095 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9981 | 2025.06.18 18:43:15.969106 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 14159 rows starting from the beginning of the part | ||
9982 | 2025.06.18 18:43:15.969118 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9983 | 2025.06.18 18:43:15.969151 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 162 rows starting from the beginning of the part | ||
9984 | 2025.06.18 18:43:15.969174 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9985 | 2025.06.18 18:43:15.969194 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9986 | 2025.06.18 18:43:15.969229 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
9987 | 2025.06.18 18:43:15.969262 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 201 rows starting from the beginning of the part | ||
9988 | 2025.06.18 18:43:15.969295 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
9989 | 2025.06.18 18:43:15.969966 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9990 | 2025.06.18 18:43:15.970007 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
9991 | 2025.06.18 18:43:15.970672 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9992 | 2025.06.18 18:43:15.970926 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2025.06.18 18:43:15.971072 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002033 sec., 8362.02656173143 rows/sec., 14.98 MiB/sec. | ||
9994 | 2025.06.18 18:43:15.971141 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} <Debug> TCPHandler: Processed in 0.002235071 sec. | ||
9995 | 2025.06.18 18:43:15.971283 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9996 | 2025.06.18 18:43:15.971379 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9997 | 2025.06.18 18:43:15.971422 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9998 | 2025.06.18 18:43:15.971769 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9999 | 2025.06.18 18:43:15.971805 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10000 | 2025.06.18 18:43:15.972212 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10001 | 2025.06.18 18:43:15.972433 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10002 | 2025.06.18 18:43:15.972566 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001206 sec., 49751.24378109453 rows/sec., 3.35 MiB/sec. | ||
10003 | 2025.06.18 18:43:15.972572 [ 47 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10004 | 2025.06.18 18:43:15.972606 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} <Debug> TCPHandler: Processed in 0.001372829 sec. | ||
10005 | 2025.06.18 18:43:15.972618 [ 47 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10006 | 2025.06.18 18:43:15.972647 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10007 | 2025.06.18 18:43:15.972739 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10008 | 2025.06.18 18:43:15.972874 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10009 | 2025.06.18 18:43:15.972912 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4980 rows starting from the beginning of the part | ||
10010 | 2025.06.18 18:43:15.972987 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10011 | 2025.06.18 18:43:15.973035 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10012 | 2025.06.18 18:43:15.973081 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10013 | 2025.06.18 18:43:15.973115 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15002 rows, containing 5 columns (5 merged, 0 gathered) in 0.004191268 sec., 3579346.3935019188 rows/sec., 250.34 MiB/sec. | ||
10014 | 2025.06.18 18:43:15.973122 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10015 | 2025.06.18 18:43:15.973187 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10016 | 2025.06.18 18:43:15.973658 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10017 | 2025.06.18 18:43:15.973952 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10018 | 2025.06.18 18:43:15.974035 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10019 | 2025.06.18 18:43:15.974146 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
10020 | 2025.06.18 18:43:15.975416 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002720358 sec., 1940921.011131623 rows/sec., 130.10 MiB/sec. | ||
10021 | 2025.06.18 18:43:15.975932 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10022 | 2025.06.18 18:43:15.976181 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10023 | 2025.06.18 18:43:15.976249 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10024 | 2025.06.18 18:43:15.976324 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
10025 | 2025.06.18 18:43:20.962416 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10026 | 2025.06.18 18:43:20.962601 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10027 | 2025.06.18 18:43:20.962668 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10028 | 2025.06.18 18:43:20.963305 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10029 | 2025.06.18 18:43:20.963349 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10030 | 2025.06.18 18:43:20.963750 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10031 | 2025.06.18 18:43:20.963985 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10032 | 2025.06.18 18:43:20.964145 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.00159 sec., 64150.943396226416 rows/sec., 5.36 MiB/sec. | ||
10033 | 2025.06.18 18:43:20.964193 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} <Debug> TCPHandler: Processed in 0.001906737 sec. | ||
10034 | 2025.06.18 18:43:20.964315 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10035 | 2025.06.18 18:43:20.964411 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10036 | 2025.06.18 18:43:20.964452 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10037 | 2025.06.18 18:43:20.964866 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10038 | 2025.06.18 18:43:20.964905 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10039 | 2025.06.18 18:43:20.965208 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10040 | 2025.06.18 18:43:20.965422 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10041 | 2025.06.18 18:43:20.965554 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001162 sec., 19793.459552495697 rows/sec., 1.45 MiB/sec. | ||
10042 | 2025.06.18 18:43:20.965592 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} <Debug> TCPHandler: Processed in 0.001326558 sec. | ||
10043 | 2025.06.18 18:43:20.965701 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10044 | 2025.06.18 18:43:20.965796 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10045 | 2025.06.18 18:43:20.965837 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10046 | 2025.06.18 18:43:20.966253 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10047 | 2025.06.18 18:43:20.966290 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10048 | 2025.06.18 18:43:20.966609 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10049 | 2025.06.18 18:43:20.966822 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10050 | 2025.06.18 18:43:20.966951 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001174 sec., 74105.62180579217 rows/sec., 5.79 MiB/sec. | ||
10051 | 2025.06.18 18:43:20.966994 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} <Debug> TCPHandler: Processed in 0.001341608 sec. | ||
10052 | 2025.06.18 18:43:20.967107 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10053 | 2025.06.18 18:43:20.967200 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10054 | 2025.06.18 18:43:20.967244 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10055 | 2025.06.18 18:43:20.967640 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10056 | 2025.06.18 18:43:20.967676 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10057 | 2025.06.18 18:43:20.968011 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10058 | 2025.06.18 18:43:20.968223 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10059 | 2025.06.18 18:43:20.968354 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. | ||
10060 | 2025.06.18 18:43:20.968392 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} <Debug> TCPHandler: Processed in 0.001334999 sec. | ||
10061 | 2025.06.18 18:43:20.968511 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10062 | 2025.06.18 18:43:20.968637 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10063 | 2025.06.18 18:43:20.968704 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10064 | 2025.06.18 18:43:20.969506 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10065 | 2025.06.18 18:43:20.969544 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10066 | 2025.06.18 18:43:20.970081 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10067 | 2025.06.18 18:43:20.970305 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10068 | 2025.06.18 18:43:20.970433 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10069 | 2025.06.18 18:43:20.970448 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001837 sec., 12520.413718018508 rows/sec., 22.44 MiB/sec. | ||
10070 | 2025.06.18 18:43:20.970506 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10071 | 2025.06.18 18:43:20.970534 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10072 | 2025.06.18 18:43:20.970537 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} <Debug> TCPHandler: Processed in 0.002086019 sec. | ||
10073 | 2025.06.18 18:43:20.970663 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10074 | 2025.06.18 18:43:20.970671 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
10075 | 2025.06.18 18:43:20.970759 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10076 | 2025.06.18 18:43:20.970805 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10077 | 2025.06.18 18:43:20.970972 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10078 | 2025.06.18 18:43:20.971045 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1478 rows starting from the beginning of the part | ||
10079 | 2025.06.18 18:43:20.971145 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10080 | 2025.06.18 18:43:20.971185 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10081 | 2025.06.18 18:43:20.971198 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 23 rows starting from the beginning of the part | ||
10082 | 2025.06.18 18:43:20.971330 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 17 rows starting from the beginning of the part | ||
10083 | 2025.06.18 18:43:20.971450 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part | ||
10084 | 2025.06.18 18:43:20.971503 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10085 | 2025.06.18 18:43:20.971565 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 17 rows starting from the beginning of the part | ||
10086 | 2025.06.18 18:43:20.971708 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 23 rows starting from the beginning of the part | ||
10087 | 2025.06.18 18:43:20.971736 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10088 | 2025.06.18 18:43:20.971879 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. | ||
10089 | 2025.06.18 18:43:20.971915 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} <Debug> TCPHandler: Processed in 0.001299998 sec. | ||
10090 | 2025.06.18 18:43:20.979511 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 19 columns (19 merged, 0 gathered) in 0.008905893 sec., 177522.90533919507 rows/sec., 318.11 MiB/sec. | ||
10091 | 2025.06.18 18:43:20.981230 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10092 | 2025.06.18 18:43:20.981592 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10093 | 2025.06.18 18:43:20.981675 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10094 | 2025.06.18 18:43:20.981852 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
10095 | 2025.06.18 18:43:21.000140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 308.62 MiB, peak 320.15 MiB, free memory in arenas 0.00 B, will set to 312.11 MiB (RSS), difference: 3.49 MiB | ||
10096 | 2025.06.18 18:43:21.270948 [ 30 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10097 | 2025.06.18 18:43:21.271020 [ 30 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10098 | 2025.06.18 18:43:21.271045 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10099 | 2025.06.18 18:43:21.271146 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
10100 | 2025.06.18 18:43:21.271268 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10101 | 2025.06.18 18:43:21.271301 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part | ||
10102 | 2025.06.18 18:43:21.271368 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10103 | 2025.06.18 18:43:21.271412 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
10104 | 2025.06.18 18:43:21.271454 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
10105 | 2025.06.18 18:43:21.271497 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
10106 | 2025.06.18 18:43:21.272275 [ 198 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166526 sec., 32575.356228665285 rows/sec., 2.72 MiB/sec. | ||
10107 | 2025.06.18 18:43:21.272455 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10108 | 2025.06.18 18:43:21.272749 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10109 | 2025.06.18 18:43:21.272827 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10110 | 2025.06.18 18:43:21.272917 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10111 | 2025.06.18 18:43:21.633934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
10112 | 2025.06.18 18:43:21.634494 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10113 | 2025.06.18 18:43:21.634549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10114 | 2025.06.18 18:43:21.635086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10115 | 2025.06.18 18:43:21.635343 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10116 | 2025.06.18 18:43:21.635497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
10117 | 2025.06.18 18:43:21.635544 [ 136 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10118 | 2025.06.18 18:43:21.635643 [ 136 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10119 | 2025.06.18 18:43:21.635681 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10120 | 2025.06.18 18:43:21.635806 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10121 | 2025.06.18 18:43:21.635941 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10122 | 2025.06.18 18:43:21.635990 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10123 | 2025.06.18 18:43:21.636053 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10124 | 2025.06.18 18:43:21.636099 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10125 | 2025.06.18 18:43:21.636136 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10126 | 2025.06.18 18:43:21.636174 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10127 | 2025.06.18 18:43:21.636210 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10128 | 2025.06.18 18:43:21.638637 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.00287703 sec., 9710708.612701293 rows/sec., 138.91 MiB/sec. | ||
10129 | 2025.06.18 18:43:21.638978 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10130 | 2025.06.18 18:43:21.639256 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10131 | 2025.06.18 18:43:21.639327 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10132 | 2025.06.18 18:43:21.639439 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
10133 | 2025.06.18 18:43:23.207884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
10134 | 2025.06.18 18:43:23.226417 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10135 | 2025.06.18 18:43:23.226467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10136 | 2025.06.18 18:43:23.233086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10137 | 2025.06.18 18:43:23.233801 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10138 | 2025.06.18 18:43:23.234087 [ 76 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10139 | 2025.06.18 18:43:23.234122 [ 76 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10140 | 2025.06.18 18:43:23.234151 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10141 | 2025.06.18 18:43:23.234318 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10142 | 2025.06.18 18:43:23.237293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
10143 | 2025.06.18 18:43:23.238378 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10144 | 2025.06.18 18:43:23.239993 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10145 | 2025.06.18 18:43:23.244751 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10146 | 2025.06.18 18:43:23.249622 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10147 | 2025.06.18 18:43:23.254652 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10148 | 2025.06.18 18:43:23.259835 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10149 | 2025.06.18 18:43:23.263998 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10150 | 2025.06.18 18:43:23.315775 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.081533415 sec., 5641.85861710809 rows/sec., 29.17 MiB/sec. | ||
10151 | 2025.06.18 18:43:23.319317 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10152 | 2025.06.18 18:43:23.321581 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10153 | 2025.06.18 18:43:23.321683 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10154 | 2025.06.18 18:43:23.324366 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
10155 | 2025.06.18 18:43:24.221670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1388 | ||
10156 | 2025.06.18 18:43:24.223870 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10157 | 2025.06.18 18:43:24.223913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10158 | 2025.06.18 18:43:24.225073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10159 | 2025.06.18 18:43:24.225339 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10160 | 2025.06.18 18:43:24.225604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1388 | ||
10161 | 2025.06.18 18:43:25.962469 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10162 | 2025.06.18 18:43:25.962682 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10163 | 2025.06.18 18:43:25.962758 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10164 | 2025.06.18 18:43:25.963407 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10165 | 2025.06.18 18:43:25.963458 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10166 | 2025.06.18 18:43:25.963838 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10167 | 2025.06.18 18:43:25.964069 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10168 | 2025.06.18 18:43:25.964234 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001607 sec., 1244.5550715619167 rows/sec., 101.48 KiB/sec. | ||
10169 | 2025.06.18 18:43:25.964282 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} <Debug> TCPHandler: Processed in 0.001952427 sec. | ||
10170 | 2025.06.18 18:43:25.964406 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10171 | 2025.06.18 18:43:25.964507 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10172 | 2025.06.18 18:43:25.964549 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10173 | 2025.06.18 18:43:25.964992 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10174 | 2025.06.18 18:43:25.965034 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10175 | 2025.06.18 18:43:25.965340 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10176 | 2025.06.18 18:43:25.965548 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10177 | 2025.06.18 18:43:25.965680 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001197 sec., 76023.3918128655 rows/sec., 6.35 MiB/sec. | ||
10178 | 2025.06.18 18:43:25.965718 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} <Debug> TCPHandler: Processed in 0.001362669 sec. | ||
10179 | 2025.06.18 18:43:25.965826 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10180 | 2025.06.18 18:43:25.965921 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10181 | 2025.06.18 18:43:25.965961 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10182 | 2025.06.18 18:43:25.966355 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10183 | 2025.06.18 18:43:25.966390 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10184 | 2025.06.18 18:43:25.966694 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10185 | 2025.06.18 18:43:25.966899 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10186 | 2025.06.18 18:43:25.967033 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001131 sec., 16799.292661361626 rows/sec., 1.22 MiB/sec. | ||
10187 | 2025.06.18 18:43:25.967070 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} <Debug> TCPHandler: Processed in 0.001291908 sec. | ||
10188 | 2025.06.18 18:43:25.967169 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10189 | 2025.06.18 18:43:25.967263 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10190 | 2025.06.18 18:43:25.967303 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10191 | 2025.06.18 18:43:25.967703 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10192 | 2025.06.18 18:43:25.967740 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10193 | 2025.06.18 18:43:25.968036 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10194 | 2025.06.18 18:43:25.968245 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10195 | 2025.06.18 18:43:25.968372 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001128 sec., 73581.56028368794 rows/sec., 5.75 MiB/sec. | ||
10196 | 2025.06.18 18:43:25.968409 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} <Debug> TCPHandler: Processed in 0.001287328 sec. | ||
10197 | 2025.06.18 18:43:25.968513 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10198 | 2025.06.18 18:43:25.968607 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10199 | 2025.06.18 18:43:25.968651 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10200 | 2025.06.18 18:43:25.969063 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10201 | 2025.06.18 18:43:25.969098 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10202 | 2025.06.18 18:43:25.969418 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10203 | 2025.06.18 18:43:25.969622 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10204 | 2025.06.18 18:43:25.969753 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001164 sec., 138316.15120274914 rows/sec., 9.63 MiB/sec. | ||
10205 | 2025.06.18 18:43:25.969788 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} <Debug> TCPHandler: Processed in 0.001322168 sec. | ||
10206 | 2025.06.18 18:43:25.969909 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10207 | 2025.06.18 18:43:25.970036 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10208 | 2025.06.18 18:43:25.970103 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10209 | 2025.06.18 18:43:25.971015 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10210 | 2025.06.18 18:43:25.971053 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10211 | 2025.06.18 18:43:25.971598 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10212 | 2025.06.18 18:43:25.971823 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10213 | 2025.06.18 18:43:25.971964 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001954 sec., 8700.102354145343 rows/sec., 15.59 MiB/sec. | ||
10214 | 2025.06.18 18:43:25.972018 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} <Debug> TCPHandler: Processed in 0.00217123 sec. | ||
10215 | 2025.06.18 18:43:25.972131 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10216 | 2025.06.18 18:43:25.972228 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10217 | 2025.06.18 18:43:25.972269 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10218 | 2025.06.18 18:43:25.972604 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10219 | 2025.06.18 18:43:25.972640 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10220 | 2025.06.18 18:43:25.972943 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10221 | 2025.06.18 18:43:25.973160 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10222 | 2025.06.18 18:43:25.973289 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
10223 | 2025.06.18 18:43:25.973326 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} <Debug> TCPHandler: Processed in 0.001244567 sec. | ||
10224 | 2025.06.18 18:43:29.054913 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10225 | 2025.06.18 18:43:29.054963 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10226 | 2025.06.18 18:43:29.135714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
10227 | 2025.06.18 18:43:29.136268 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10228 | 2025.06.18 18:43:29.136312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
10229 | 2025.06.18 18:43:29.136837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10230 | 2025.06.18 18:43:29.137093 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10231 | 2025.06.18 18:43:29.137246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
10232 | 2025.06.18 18:43:30.737511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
10233 | 2025.06.18 18:43:30.752877 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10234 | 2025.06.18 18:43:30.752932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10235 | 2025.06.18 18:43:30.759065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10236 | 2025.06.18 18:43:30.759776 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10237 | 2025.06.18 18:43:30.762522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
10238 | 2025.06.18 18:43:30.962156 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10239 | 2025.06.18 18:43:30.962341 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10240 | 2025.06.18 18:43:30.962408 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10241 | 2025.06.18 18:43:30.963083 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10242 | 2025.06.18 18:43:30.963131 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10243 | 2025.06.18 18:43:30.963543 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10244 | 2025.06.18 18:43:30.963774 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10245 | 2025.06.18 18:43:30.963927 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001634 sec., 62423.5006119951 rows/sec., 5.21 MiB/sec. | ||
10246 | 2025.06.18 18:43:30.963968 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} <Debug> TCPHandler: Processed in 0.001954447 sec. | ||
10247 | 2025.06.18 18:43:30.964094 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10248 | 2025.06.18 18:43:30.964189 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10249 | 2025.06.18 18:43:30.964232 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10250 | 2025.06.18 18:43:30.964639 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10251 | 2025.06.18 18:43:30.964673 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10252 | 2025.06.18 18:43:30.964983 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10253 | 2025.06.18 18:43:30.965198 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10254 | 2025.06.18 18:43:30.965332 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001162 sec., 19793.459552495697 rows/sec., 1.45 MiB/sec. | ||
10255 | 2025.06.18 18:43:30.965371 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} <Debug> TCPHandler: Processed in 0.001328128 sec. | ||
10256 | 2025.06.18 18:43:30.965481 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10257 | 2025.06.18 18:43:30.965576 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10258 | 2025.06.18 18:43:30.965616 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10259 | 2025.06.18 18:43:30.966053 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10260 | 2025.06.18 18:43:30.966088 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10261 | 2025.06.18 18:43:30.966389 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10262 | 2025.06.18 18:43:30.966601 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10263 | 2025.06.18 18:43:30.966726 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001168 sec., 74486.30136986301 rows/sec., 5.82 MiB/sec. | ||
10264 | 2025.06.18 18:43:30.966763 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} <Debug> TCPHandler: Processed in 0.001331348 sec. | ||
10265 | 2025.06.18 18:43:30.966874 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10266 | 2025.06.18 18:43:30.966967 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10267 | 2025.06.18 18:43:30.967011 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10268 | 2025.06.18 18:43:30.967439 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10269 | 2025.06.18 18:43:30.967473 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10270 | 2025.06.18 18:43:30.967824 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10271 | 2025.06.18 18:43:30.968033 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10272 | 2025.06.18 18:43:30.968161 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. | ||
10273 | 2025.06.18 18:43:30.968198 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} <Debug> TCPHandler: Processed in 0.001373889 sec. | ||
10274 | 2025.06.18 18:43:30.968307 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10275 | 2025.06.18 18:43:30.968401 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10276 | 2025.06.18 18:43:30.968457 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10277 | 2025.06.18 18:43:30.969303 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10278 | 2025.06.18 18:43:30.969338 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10279 | 2025.06.18 18:43:30.969887 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10280 | 2025.06.18 18:43:30.970112 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10281 | 2025.06.18 18:43:30.970249 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001866 sec., 12325.830653804931 rows/sec., 22.09 MiB/sec. | ||
10282 | 2025.06.18 18:43:30.970302 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} <Debug> TCPHandler: Processed in 0.002043568 sec. | ||
10283 | 2025.06.18 18:43:30.970416 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10284 | 2025.06.18 18:43:30.970511 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10285 | 2025.06.18 18:43:30.970553 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10286 | 2025.06.18 18:43:30.970887 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10287 | 2025.06.18 18:43:30.970921 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10288 | 2025.06.18 18:43:30.971228 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10289 | 2025.06.18 18:43:30.971438 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10290 | 2025.06.18 18:43:30.971564 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. | ||
10291 | 2025.06.18 18:43:30.971600 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} <Debug> TCPHandler: Processed in 0.001233897 sec. | ||
10292 | 2025.06.18 18:43:34.225915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1414 | ||
10293 | 2025.06.18 18:43:34.228170 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10294 | 2025.06.18 18:43:34.228215 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10295 | 2025.06.18 18:43:34.229393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10296 | 2025.06.18 18:43:34.229659 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10297 | 2025.06.18 18:43:34.229850 [ 140 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10298 | 2025.06.18 18:43:34.229905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1414 | ||
10299 | 2025.06.18 18:43:34.229929 [ 140 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10300 | 2025.06.18 18:43:34.229958 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10301 | 2025.06.18 18:43:34.230067 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
10302 | 2025.06.18 18:43:34.230638 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10303 | 2025.06.18 18:43:34.230788 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1282 rows starting from the beginning of the part | ||
10304 | 2025.06.18 18:43:34.231166 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
10305 | 2025.06.18 18:43:34.231506 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
10306 | 2025.06.18 18:43:34.231829 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
10307 | 2025.06.18 18:43:34.232166 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
10308 | 2025.06.18 18:43:34.232605 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
10309 | 2025.06.18 18:43:34.239846 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 72 columns (72 merged, 0 gathered) in 0.009826105 sec., 143902.39062171633 rows/sec., 112.40 MiB/sec. | ||
10310 | 2025.06.18 18:43:34.241197 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10311 | 2025.06.18 18:43:34.241689 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10312 | 2025.06.18 18:43:34.241759 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10313 | 2025.06.18 18:43:34.241930 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
10314 | 2025.06.18 18:43:35.962654 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10315 | 2025.06.18 18:43:35.962870 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10316 | 2025.06.18 18:43:35.962948 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10317 | 2025.06.18 18:43:35.963674 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10318 | 2025.06.18 18:43:35.963716 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10319 | 2025.06.18 18:43:35.964134 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10320 | 2025.06.18 18:43:35.964377 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10321 | 2025.06.18 18:43:35.964537 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001721 sec., 52295.177222545026 rows/sec., 4.37 MiB/sec. | ||
10322 | 2025.06.18 18:43:35.964585 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} <Debug> TCPHandler: Processed in 0.002071069 sec. | ||
10323 | 2025.06.18 18:43:35.964711 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10324 | 2025.06.18 18:43:35.964815 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10325 | 2025.06.18 18:43:35.964859 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10326 | 2025.06.18 18:43:35.965280 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10327 | 2025.06.18 18:43:35.965315 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10328 | 2025.06.18 18:43:35.965616 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10329 | 2025.06.18 18:43:35.965842 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10330 | 2025.06.18 18:43:35.965952 [ 137 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10331 | 2025.06.18 18:43:35.965975 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001184 sec., 14358.108108108108 rows/sec., 1.05 MiB/sec. | ||
10332 | 2025.06.18 18:43:35.965988 [ 137 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10333 | 2025.06.18 18:43:35.966008 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10334 | 2025.06.18 18:43:35.966015 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} <Debug> TCPHandler: Processed in 0.001356829 sec. | ||
10335 | 2025.06.18 18:43:35.966119 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10336 | 2025.06.18 18:43:35.966137 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
10337 | 2025.06.18 18:43:35.966216 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10338 | 2025.06.18 18:43:35.966264 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10339 | 2025.06.18 18:43:35.966300 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10340 | 2025.06.18 18:43:35.966343 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
10341 | 2025.06.18 18:43:35.966409 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 17 rows starting from the beginning of the part | ||
10342 | 2025.06.18 18:43:35.966454 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 23 rows starting from the beginning of the part | ||
10343 | 2025.06.18 18:43:35.966497 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 19 rows starting from the beginning of the part | ||
10344 | 2025.06.18 18:43:35.966537 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part | ||
10345 | 2025.06.18 18:43:35.966580 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 17 rows starting from the beginning of the part | ||
10346 | 2025.06.18 18:43:35.966700 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10347 | 2025.06.18 18:43:35.966743 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10348 | 2025.06.18 18:43:35.967295 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10349 | 2025.06.18 18:43:35.967471 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 5 columns (5 merged, 0 gathered) in 0.001396189 sec., 198397.20840086837 rows/sec., 14.18 MiB/sec. | ||
10350 | 2025.06.18 18:43:35.967519 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10351 | 2025.06.18 18:43:35.967659 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001462 sec., 55403.55677154583 rows/sec., 4.33 MiB/sec. | ||
10352 | 2025.06.18 18:43:35.967667 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10353 | 2025.06.18 18:43:35.967700 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} <Debug> TCPHandler: Processed in 0.001630762 sec. | ||
10354 | 2025.06.18 18:43:35.967825 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2025.06.18 18:43:35.967923 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10356 | 2025.06.18 18:43:35.967970 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10357 | 2025.06.18 18:43:35.968012 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10358 | 2025.06.18 18:43:35.968104 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10359 | 2025.06.18 18:43:35.968197 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
10360 | 2025.06.18 18:43:35.968400 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2025.06.18 18:43:35.968441 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10362 | 2025.06.18 18:43:35.968786 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10363 | 2025.06.18 18:43:35.969003 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10364 | 2025.06.18 18:43:35.969137 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. | ||
10365 | 2025.06.18 18:43:35.969175 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} <Debug> TCPHandler: Processed in 0.00140062 sec. | ||
10366 | 2025.06.18 18:43:35.969282 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10367 | 2025.06.18 18:43:35.969391 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10368 | 2025.06.18 18:43:35.969458 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10369 | 2025.06.18 18:43:35.970376 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10370 | 2025.06.18 18:43:35.970411 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10371 | 2025.06.18 18:43:35.970947 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10372 | 2025.06.18 18:43:35.971174 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10373 | 2025.06.18 18:43:35.971312 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001947 sec., 8731.381612737545 rows/sec., 15.65 MiB/sec. | ||
10374 | 2025.06.18 18:43:35.971365 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} <Debug> TCPHandler: Processed in 0.002131859 sec. | ||
10375 | 2025.06.18 18:43:35.971478 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10376 | 2025.06.18 18:43:35.971574 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10377 | 2025.06.18 18:43:35.971616 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10378 | 2025.06.18 18:43:35.971950 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10379 | 2025.06.18 18:43:35.971984 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10380 | 2025.06.18 18:43:35.972310 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10381 | 2025.06.18 18:43:35.972517 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10382 | 2025.06.18 18:43:35.972647 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. | ||
10383 | 2025.06.18 18:43:35.972684 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} <Debug> TCPHandler: Processed in 0.001256417 sec. | ||
10384 | 2025.06.18 18:43:36.637452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
10385 | 2025.06.18 18:43:36.637930 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10386 | 2025.06.18 18:43:36.637963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10387 | 2025.06.18 18:43:36.638440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10388 | 2025.06.18 18:43:36.638665 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10389 | 2025.06.18 18:43:36.638790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
10390 | 2025.06.18 18:43:38.262671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
10391 | 2025.06.18 18:43:38.281300 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10392 | 2025.06.18 18:43:38.281367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10393 | 2025.06.18 18:43:38.287571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10394 | 2025.06.18 18:43:38.288282 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10395 | 2025.06.18 18:43:38.291751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
10396 | 2025.06.18 18:43:40.962119 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10397 | 2025.06.18 18:43:40.962327 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10398 | 2025.06.18 18:43:40.962399 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10399 | 2025.06.18 18:43:40.963026 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10400 | 2025.06.18 18:43:40.963072 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10401 | 2025.06.18 18:43:40.963441 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10402 | 2025.06.18 18:43:40.963658 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10403 | 2025.06.18 18:43:40.963818 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001544 sec., 1295.3367875647668 rows/sec., 105.63 KiB/sec. | ||
10404 | 2025.06.18 18:43:40.963869 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} <Debug> TCPHandler: Processed in 0.001885766 sec. | ||
10405 | 2025.06.18 18:43:40.963995 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10406 | 2025.06.18 18:43:40.964126 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10407 | 2025.06.18 18:43:40.964176 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10408 | 2025.06.18 18:43:40.964690 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10409 | 2025.06.18 18:43:40.964727 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10410 | 2025.06.18 18:43:40.965056 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10411 | 2025.06.18 18:43:40.965285 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10412 | 2025.06.18 18:43:40.965408 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001319 sec., 78089.46171341925 rows/sec., 6.51 MiB/sec. | ||
10413 | 2025.06.18 18:43:40.965411 [ 116 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10414 | 2025.06.18 18:43:40.965445 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} <Debug> TCPHandler: Processed in 0.001525272 sec. | ||
10415 | 2025.06.18 18:43:40.965520 [ 116 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10416 | 2025.06.18 18:43:40.965550 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10417 | 2025.06.18 18:43:40.965628 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10418 | 2025.06.18 18:43:40.965672 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
10419 | 2025.06.18 18:43:40.965731 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10420 | 2025.06.18 18:43:40.965774 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10421 | 2025.06.18 18:43:40.965820 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10422 | 2025.06.18 18:43:40.965886 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 828 rows starting from the beginning of the part | ||
10423 | 2025.06.18 18:43:40.965956 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 102 rows starting from the beginning of the part | ||
10424 | 2025.06.18 18:43:40.966003 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 91 rows starting from the beginning of the part | ||
10425 | 2025.06.18 18:43:40.966048 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 102 rows starting from the beginning of the part | ||
10426 | 2025.06.18 18:43:40.966092 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part | ||
10427 | 2025.06.18 18:43:40.966136 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 103 rows starting from the beginning of the part | ||
10428 | 2025.06.18 18:43:40.966233 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10429 | 2025.06.18 18:43:40.966277 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10430 | 2025.06.18 18:43:40.966628 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10431 | 2025.06.18 18:43:40.966861 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10432 | 2025.06.18 18:43:40.966997 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.00126 sec., 19841.26984126984 rows/sec., 1.45 MiB/sec. | ||
10433 | 2025.06.18 18:43:40.967034 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} <Debug> TCPHandler: Processed in 0.001426209 sec. | ||
10434 | 2025.06.18 18:43:40.967149 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10435 | 2025.06.18 18:43:40.967250 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10436 | 2025.06.18 18:43:40.967290 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10437 | 2025.06.18 18:43:40.967325 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001681483 sec., 782642.465014514 rows/sec., 67.45 MiB/sec. | ||
10438 | 2025.06.18 18:43:40.967545 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10439 | 2025.06.18 18:43:40.967706 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10440 | 2025.06.18 18:43:40.967750 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10441 | 2025.06.18 18:43:40.967794 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10442 | 2025.06.18 18:43:40.967877 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10443 | 2025.06.18 18:43:40.967953 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
10444 | 2025.06.18 18:43:40.968067 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10445 | 2025.06.18 18:43:40.968281 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10446 | 2025.06.18 18:43:40.968401 [ 116 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10447 | 2025.06.18 18:43:40.968409 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001177 sec., 75615.97281223448 rows/sec., 5.91 MiB/sec. | ||
10448 | 2025.06.18 18:43:40.968438 [ 116 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10449 | 2025.06.18 18:43:40.968460 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} <Debug> TCPHandler: Processed in 0.001358879 sec. | ||
10450 | 2025.06.18 18:43:40.968461 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10451 | 2025.06.18 18:43:40.968578 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
10452 | 2025.06.18 18:43:40.968583 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10453 | 2025.06.18 18:43:40.968699 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10454 | 2025.06.18 18:43:40.968703 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10455 | 2025.06.18 18:43:40.968740 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 496 rows starting from the beginning of the part | ||
10456 | 2025.06.18 18:43:40.968760 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10457 | 2025.06.18 18:43:40.968811 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 87 rows starting from the beginning of the part | ||
10458 | 2025.06.18 18:43:40.968861 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 83 rows starting from the beginning of the part | ||
10459 | 2025.06.18 18:43:40.968903 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 87 rows starting from the beginning of the part | ||
10460 | 2025.06.18 18:43:40.968944 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 81 rows starting from the beginning of the part | ||
10461 | 2025.06.18 18:43:40.968984 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 89 rows starting from the beginning of the part | ||
10462 | 2025.06.18 18:43:40.969165 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10463 | 2025.06.18 18:43:40.969206 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10464 | 2025.06.18 18:43:40.969552 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10465 | 2025.06.18 18:43:40.969773 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10466 | 2025.06.18 18:43:40.969896 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10467 | 2025.06.18 18:43:40.969903 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001217 sec., 132292.5225965489 rows/sec., 9.21 MiB/sec. | ||
10468 | 2025.06.18 18:43:40.969926 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391539 sec., 663294.3812570111 rows/sec., 52.55 MiB/sec. | ||
10469 | 2025.06.18 18:43:40.969928 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10470 | 2025.06.18 18:43:40.969945 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} <Debug> TCPHandler: Processed in 0.001410899 sec. | ||
10471 | 2025.06.18 18:43:40.969968 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10472 | 2025.06.18 18:43:40.970055 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10473 | 2025.06.18 18:43:40.970058 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
10474 | 2025.06.18 18:43:40.970079 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10475 | 2025.06.18 18:43:40.970159 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10476 | 2025.06.18 18:43:40.970185 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10477 | 2025.06.18 18:43:40.970219 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10478 | 2025.06.18 18:43:40.970220 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 15002 rows starting from the beginning of the part | ||
10479 | 2025.06.18 18:43:40.970298 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
10480 | 2025.06.18 18:43:40.970341 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
10481 | 2025.06.18 18:43:40.970357 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10482 | 2025.06.18 18:43:40.970380 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
10483 | 2025.06.18 18:43:40.970422 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
10484 | 2025.06.18 18:43:40.970444 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10485 | 2025.06.18 18:43:40.970461 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 161 rows starting from the beginning of the part | ||
10486 | 2025.06.18 18:43:40.970545 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
10487 | 2025.06.18 18:43:40.971052 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10488 | 2025.06.18 18:43:40.971093 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10489 | 2025.06.18 18:43:40.971792 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10490 | 2025.06.18 18:43:40.972053 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10491 | 2025.06.18 18:43:40.972204 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002063 sec., 11148.812409112941 rows/sec., 19.98 MiB/sec. | ||
10492 | 2025.06.18 18:43:40.972272 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} <Debug> TCPHandler: Processed in 0.002264041 sec. | ||
10493 | 2025.06.18 18:43:40.972398 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10494 | 2025.06.18 18:43:40.972502 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10495 | 2025.06.18 18:43:40.972543 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10496 | 2025.06.18 18:43:40.972873 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10497 | 2025.06.18 18:43:40.972907 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10498 | 2025.06.18 18:43:40.973304 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10499 | 2025.06.18 18:43:40.973522 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10500 | 2025.06.18 18:43:40.973627 [ 133 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10501 | 2025.06.18 18:43:40.973648 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. | ||
10502 | 2025.06.18 18:43:40.973656 [ 133 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10503 | 2025.06.18 18:43:40.973680 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10504 | 2025.06.18 18:43:40.973683 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} <Debug> TCPHandler: Processed in 0.001333178 sec. | ||
10505 | 2025.06.18 18:43:40.973773 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10506 | 2025.06.18 18:43:40.973909 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10507 | 2025.06.18 18:43:40.973946 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5280 rows starting from the beginning of the part | ||
10508 | 2025.06.18 18:43:40.974014 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
10509 | 2025.06.18 18:43:40.974061 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
10510 | 2025.06.18 18:43:40.974103 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10511 | 2025.06.18 18:43:40.974143 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10512 | 2025.06.18 18:43:40.974185 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
10513 | 2025.06.18 18:43:40.975071 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15804 rows, containing 5 columns (5 merged, 0 gathered) in 0.00504753 sec., 3131036.368283101 rows/sec., 218.94 MiB/sec. | ||
10514 | 2025.06.18 18:43:40.975716 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10515 | 2025.06.18 18:43:40.976001 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10516 | 2025.06.18 18:43:40.976089 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10517 | 2025.06.18 18:43:40.976185 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
10518 | 2025.06.18 18:43:40.976465 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5580 rows, containing 4 columns (4 merged, 0 gathered) in 0.002735608 sec., 2039765.9313761329 rows/sec., 136.77 MiB/sec. | ||
10519 | 2025.06.18 18:43:40.976997 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10520 | 2025.06.18 18:43:40.977251 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10521 | 2025.06.18 18:43:40.977322 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10522 | 2025.06.18 18:43:40.977389 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
10523 | 2025.06.18 18:43:41.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 313.52 MiB, peak 326.66 MiB, free memory in arenas 0.00 B, will set to 314.93 MiB (RSS), difference: 1.41 MiB | ||
10524 | 2025.06.18 18:43:44.055041 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10525 | 2025.06.18 18:43:44.055124 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10526 | 2025.06.18 18:43:44.139012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
10527 | 2025.06.18 18:43:44.139562 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10528 | 2025.06.18 18:43:44.139608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10529 | 2025.06.18 18:43:44.140117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10530 | 2025.06.18 18:43:44.140368 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10531 | 2025.06.18 18:43:44.140513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
10532 | 2025.06.18 18:43:44.230218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1440 | ||
10533 | 2025.06.18 18:43:44.232558 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10534 | 2025.06.18 18:43:44.232611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10535 | 2025.06.18 18:43:44.233824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10536 | 2025.06.18 18:43:44.234097 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10537 | 2025.06.18 18:43:44.234491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1440 | ||
10538 | 2025.06.18 18:43:45.001436 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000960474 sec. | ||
10539 | 2025.06.18 18:43:45.791917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
10540 | 2025.06.18 18:43:45.810102 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10541 | 2025.06.18 18:43:45.810156 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10542 | 2025.06.18 18:43:45.816554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10543 | 2025.06.18 18:43:45.817257 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10544 | 2025.06.18 18:43:45.820486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
10545 | 2025.06.18 18:43:45.961599 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10546 | 2025.06.18 18:43:45.961793 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10547 | 2025.06.18 18:43:45.961860 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10548 | 2025.06.18 18:43:45.962560 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10549 | 2025.06.18 18:43:45.962604 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10550 | 2025.06.18 18:43:45.963005 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10551 | 2025.06.18 18:43:45.963246 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10552 | 2025.06.18 18:43:45.963406 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001663 sec., 54119.06193625977 rows/sec., 4.53 MiB/sec. | ||
10553 | 2025.06.18 18:43:45.963449 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} <Debug> TCPHandler: Processed in 0.002004968 sec. | ||
10554 | 2025.06.18 18:43:45.963583 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10555 | 2025.06.18 18:43:45.963678 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10556 | 2025.06.18 18:43:45.963720 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10557 | 2025.06.18 18:43:45.964136 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10558 | 2025.06.18 18:43:45.964173 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10559 | 2025.06.18 18:43:45.964489 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10560 | 2025.06.18 18:43:45.964706 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10561 | 2025.06.18 18:43:45.964838 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001179 sec., 14418.99915182358 rows/sec., 1.06 MiB/sec. | ||
10562 | 2025.06.18 18:43:45.964876 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} <Debug> TCPHandler: Processed in 0.001343508 sec. | ||
10563 | 2025.06.18 18:43:45.964990 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10564 | 2025.06.18 18:43:45.965085 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10565 | 2025.06.18 18:43:45.965126 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10566 | 2025.06.18 18:43:45.965542 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10567 | 2025.06.18 18:43:45.965576 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10568 | 2025.06.18 18:43:45.965880 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10569 | 2025.06.18 18:43:45.966091 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10570 | 2025.06.18 18:43:45.966218 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001151 sec., 70373.58818418767 rows/sec., 5.50 MiB/sec. | ||
10571 | 2025.06.18 18:43:45.966256 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} <Debug> TCPHandler: Processed in 0.001315848 sec. | ||
10572 | 2025.06.18 18:43:45.966378 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10573 | 2025.06.18 18:43:45.966472 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10574 | 2025.06.18 18:43:45.966517 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10575 | 2025.06.18 18:43:45.966946 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10576 | 2025.06.18 18:43:45.966981 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10577 | 2025.06.18 18:43:45.967318 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10578 | 2025.06.18 18:43:45.967560 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10579 | 2025.06.18 18:43:45.967688 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. | ||
10580 | 2025.06.18 18:43:45.967725 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} <Debug> TCPHandler: Processed in 0.001395199 sec. | ||
10581 | 2025.06.18 18:43:45.967830 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10582 | 2025.06.18 18:43:45.967924 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10583 | 2025.06.18 18:43:45.967980 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10584 | 2025.06.18 18:43:45.968807 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10585 | 2025.06.18 18:43:45.968841 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10586 | 2025.06.18 18:43:45.969390 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10587 | 2025.06.18 18:43:45.969623 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10588 | 2025.06.18 18:43:45.969734 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10589 | 2025.06.18 18:43:45.969759 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001853 sec., 9174.311926605504 rows/sec., 16.44 MiB/sec. | ||
10590 | 2025.06.18 18:43:45.969773 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10591 | 2025.06.18 18:43:45.969795 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10592 | 2025.06.18 18:43:45.969812 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} <Debug> TCPHandler: Processed in 0.002030128 sec. | ||
10593 | 2025.06.18 18:43:45.969905 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
10594 | 2025.06.18 18:43:45.969925 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10595 | 2025.06.18 18:43:45.970031 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10596 | 2025.06.18 18:43:45.970073 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10597 | 2025.06.18 18:43:45.970130 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10598 | 2025.06.18 18:43:45.970190 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1581 rows starting from the beginning of the part | ||
10599 | 2025.06.18 18:43:45.970313 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 17 rows starting from the beginning of the part | ||
10600 | 2025.06.18 18:43:45.970408 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10601 | 2025.06.18 18:43:45.970410 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 23 rows starting from the beginning of the part | ||
10602 | 2025.06.18 18:43:45.970452 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10603 | 2025.06.18 18:43:45.970529 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 17 rows starting from the beginning of the part | ||
10604 | 2025.06.18 18:43:45.970624 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part | ||
10605 | 2025.06.18 18:43:45.970714 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 17 rows starting from the beginning of the part | ||
10606 | 2025.06.18 18:43:45.970790 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10607 | 2025.06.18 18:43:45.971039 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10608 | 2025.06.18 18:43:45.971181 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. | ||
10609 | 2025.06.18 18:43:45.971218 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} <Debug> TCPHandler: Processed in 0.001342089 sec. | ||
10610 | 2025.06.18 18:43:45.986929 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1678 rows, containing 19 columns (19 merged, 0 gathered) in 0.017063745 sec., 98337.14697447716 rows/sec., 176.22 MiB/sec. | ||
10611 | 2025.06.18 18:43:45.989218 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10612 | 2025.06.18 18:43:45.989552 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10613 | 2025.06.18 18:43:45.989618 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10614 | 2025.06.18 18:43:45.989792 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.50 MiB. | ||
10615 | 2025.06.18 18:43:46.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 315.95 MiB, peak 329.38 MiB, free memory in arenas 0.00 B, will set to 321.29 MiB (RSS), difference: 5.34 MiB | ||
10616 | 2025.06.18 18:43:50.967524 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10617 | 2025.06.18 18:43:50.967717 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10618 | 2025.06.18 18:43:50.967785 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10619 | 2025.06.18 18:43:50.968498 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10620 | 2025.06.18 18:43:50.968547 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10621 | 2025.06.18 18:43:50.968951 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10622 | 2025.06.18 18:43:50.969184 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10623 | 2025.06.18 18:43:50.969344 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001676 sec., 126491.64677804297 rows/sec., 8.04 MiB/sec. | ||
10624 | 2025.06.18 18:43:50.969388 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} <Debug> TCPHandler: Processed in 0.001999957 sec. | ||
10625 | 2025.06.18 18:43:50.969512 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10626 | 2025.06.18 18:43:50.969616 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10627 | 2025.06.18 18:43:50.969658 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10628 | 2025.06.18 18:43:50.970455 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10629 | 2025.06.18 18:43:50.970493 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10630 | 2025.06.18 18:43:50.970834 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10631 | 2025.06.18 18:43:50.971058 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10632 | 2025.06.18 18:43:50.971188 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001591 sec., 416719.04462602135 rows/sec., 32.97 MiB/sec. | ||
10633 | 2025.06.18 18:43:50.971226 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} <Debug> TCPHandler: Processed in 0.001764155 sec. | ||
10634 | 2025.06.18 18:43:50.971338 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10635 | 2025.06.18 18:43:50.971442 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10636 | 2025.06.18 18:43:50.971483 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10637 | 2025.06.18 18:43:50.972008 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10638 | 2025.06.18 18:43:50.972046 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10639 | 2025.06.18 18:43:50.972387 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10640 | 2025.06.18 18:43:50.972605 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10641 | 2025.06.18 18:43:50.972740 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001316 sec., 98024.3161094225 rows/sec., 6.02 MiB/sec. | ||
10642 | 2025.06.18 18:43:50.972779 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} <Debug> TCPHandler: Processed in 0.00149089 sec. | ||
10643 | 2025.06.18 18:43:50.973009 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10644 | 2025.06.18 18:43:50.973109 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10645 | 2025.06.18 18:43:50.973154 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10646 | 2025.06.18 18:43:50.973601 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10647 | 2025.06.18 18:43:50.973637 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10648 | 2025.06.18 18:43:50.973939 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10649 | 2025.06.18 18:43:50.974156 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10650 | 2025.06.18 18:43:50.974293 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. | ||
10651 | 2025.06.18 18:43:50.974330 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} <Debug> TCPHandler: Processed in 0.001373359 sec. | ||
10652 | 2025.06.18 18:43:50.974455 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10653 | 2025.06.18 18:43:50.974559 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10654 | 2025.06.18 18:43:50.974599 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10655 | 2025.06.18 18:43:50.975025 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10656 | 2025.06.18 18:43:50.975061 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10657 | 2025.06.18 18:43:50.975353 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10658 | 2025.06.18 18:43:50.975571 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10659 | 2025.06.18 18:43:50.975702 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. | ||
10660 | 2025.06.18 18:43:50.975740 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} <Debug> TCPHandler: Processed in 0.001334399 sec. | ||
10661 | 2025.06.18 18:43:50.975856 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10662 | 2025.06.18 18:43:50.975959 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10663 | 2025.06.18 18:43:50.975998 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10664 | 2025.06.18 18:43:50.976551 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10665 | 2025.06.18 18:43:50.976589 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10666 | 2025.06.18 18:43:50.976924 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10667 | 2025.06.18 18:43:50.977133 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10668 | 2025.06.18 18:43:50.977261 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001321 sec., 306585.9197577593 rows/sec., 21.75 MiB/sec. | ||
10669 | 2025.06.18 18:43:50.977299 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} <Debug> TCPHandler: Processed in 0.00149267 sec. | ||
10670 | 2025.06.18 18:43:50.977414 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10671 | 2025.06.18 18:43:50.977516 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10672 | 2025.06.18 18:43:50.977556 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10673 | 2025.06.18 18:43:50.977883 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10674 | 2025.06.18 18:43:50.977919 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10675 | 2025.06.18 18:43:50.978216 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
10676 | 2025.06.18 18:43:50.978428 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10677 | 2025.06.18 18:43:50.978554 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. | ||
10678 | 2025.06.18 18:43:50.978591 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} <Debug> TCPHandler: Processed in 0.001230387 sec. | ||
10679 | 2025.06.18 18:43:50.978701 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10680 | 2025.06.18 18:43:50.978803 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10681 | 2025.06.18 18:43:50.978849 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10682 | 2025.06.18 18:43:50.979254 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10683 | 2025.06.18 18:43:50.979291 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10684 | 2025.06.18 18:43:50.979627 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10685 | 2025.06.18 18:43:50.979839 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10686 | 2025.06.18 18:43:50.979971 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. | ||
10687 | 2025.06.18 18:43:50.980008 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} <Debug> TCPHandler: Processed in 0.001355959 sec. | ||
10688 | 2025.06.18 18:43:50.980118 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10689 | 2025.06.18 18:43:50.980220 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10690 | 2025.06.18 18:43:50.980261 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10691 | 2025.06.18 18:43:50.980572 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10692 | 2025.06.18 18:43:50.980607 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10693 | 2025.06.18 18:43:50.980891 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
10694 | 2025.06.18 18:43:50.981109 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10695 | 2025.06.18 18:43:50.981236 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. | ||
10696 | 2025.06.18 18:43:50.981272 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} <Debug> TCPHandler: Processed in 0.001202636 sec. | ||
10697 | 2025.06.18 18:43:50.981372 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10698 | 2025.06.18 18:43:50.981475 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10699 | 2025.06.18 18:43:50.981529 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10700 | 2025.06.18 18:43:50.982338 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10701 | 2025.06.18 18:43:50.982376 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10702 | 2025.06.18 18:43:50.982900 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10703 | 2025.06.18 18:43:50.983124 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10704 | 2025.06.18 18:43:50.983265 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001808 sec., 12721.238938053099 rows/sec., 22.80 MiB/sec. | ||
10705 | 2025.06.18 18:43:50.983326 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} <Debug> TCPHandler: Processed in 0.002001608 sec. | ||
10706 | 2025.06.18 18:43:50.983439 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10707 | 2025.06.18 18:43:50.983544 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10708 | 2025.06.18 18:43:50.983587 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10709 | 2025.06.18 18:43:50.983923 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10710 | 2025.06.18 18:43:50.983959 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10711 | 2025.06.18 18:43:50.984260 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10712 | 2025.06.18 18:43:50.984476 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10713 | 2025.06.18 18:43:50.984604 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001078 sec., 76066.79035250464 rows/sec., 4.83 MiB/sec. | ||
10714 | 2025.06.18 18:43:50.984639 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} <Debug> TCPHandler: Processed in 0.001248778 sec. | ||
10715 | 2025.06.18 18:43:51.640752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
10716 | 2025.06.18 18:43:51.641308 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10717 | 2025.06.18 18:43:51.641362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10718 | 2025.06.18 18:43:51.641931 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10719 | 2025.06.18 18:43:51.642183 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10720 | 2025.06.18 18:43:51.642339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
10721 | 2025.06.18 18:43:53.320663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
10722 | 2025.06.18 18:43:53.339516 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10723 | 2025.06.18 18:43:53.339587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10724 | 2025.06.18 18:43:53.345626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10725 | 2025.06.18 18:43:53.346358 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10726 | 2025.06.18 18:43:53.350446 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
10727 | 2025.06.18 18:43:54.234779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1474 | ||
10728 | 2025.06.18 18:43:54.237122 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10729 | 2025.06.18 18:43:54.237174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
10730 | 2025.06.18 18:43:54.238385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10731 | 2025.06.18 18:43:54.238659 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10732 | 2025.06.18 18:43:54.239038 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1474 | ||
10733 | 2025.06.18 18:43:55.962277 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10734 | 2025.06.18 18:43:55.962468 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10735 | 2025.06.18 18:43:55.962534 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10736 | 2025.06.18 18:43:55.963169 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10737 | 2025.06.18 18:43:55.963212 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10738 | 2025.06.18 18:43:55.963589 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10739 | 2025.06.18 18:43:55.963834 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10740 | 2025.06.18 18:43:55.963991 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001572 sec., 2544.529262086514 rows/sec., 207.49 KiB/sec. | ||
10741 | 2025.06.18 18:43:55.964032 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} <Debug> TCPHandler: Processed in 0.001885006 sec. | ||
10742 | 2025.06.18 18:43:55.964159 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10743 | 2025.06.18 18:43:55.964257 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10744 | 2025.06.18 18:43:55.964297 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10745 | 2025.06.18 18:43:55.964728 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10746 | 2025.06.18 18:43:55.964764 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10747 | 2025.06.18 18:43:55.965079 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10748 | 2025.06.18 18:43:55.965289 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10749 | 2025.06.18 18:43:55.965415 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.001178 sec., 78098.47198641766 rows/sec., 6.51 MiB/sec. | ||
10750 | 2025.06.18 18:43:55.965453 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} <Debug> TCPHandler: Processed in 0.001344298 sec. | ||
10751 | 2025.06.18 18:43:55.965566 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10752 | 2025.06.18 18:43:55.965661 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10753 | 2025.06.18 18:43:55.965702 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10754 | 2025.06.18 18:43:55.966100 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10755 | 2025.06.18 18:43:55.966136 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10756 | 2025.06.18 18:43:55.966431 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10757 | 2025.06.18 18:43:55.966647 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10758 | 2025.06.18 18:43:55.966781 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001138 sec., 18453.427065026364 rows/sec., 1.34 MiB/sec. | ||
10759 | 2025.06.18 18:43:55.966819 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} <Debug> TCPHandler: Processed in 0.001301688 sec. | ||
10760 | 2025.06.18 18:43:55.966971 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10761 | 2025.06.18 18:43:55.967066 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10762 | 2025.06.18 18:43:55.967106 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10763 | 2025.06.18 18:43:55.967526 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10764 | 2025.06.18 18:43:55.967563 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10765 | 2025.06.18 18:43:55.967866 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10766 | 2025.06.18 18:43:55.968084 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10767 | 2025.06.18 18:43:55.968214 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001166 sec., 72898.79931389366 rows/sec., 5.70 MiB/sec. | ||
10768 | 2025.06.18 18:43:55.968252 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} <Debug> TCPHandler: Processed in 0.001331769 sec. | ||
10769 | 2025.06.18 18:43:55.968375 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10770 | 2025.06.18 18:43:55.968469 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10771 | 2025.06.18 18:43:55.968510 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10772 | 2025.06.18 18:43:55.968919 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10773 | 2025.06.18 18:43:55.968954 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10774 | 2025.06.18 18:43:55.969266 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10775 | 2025.06.18 18:43:55.969537 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10776 | 2025.06.18 18:43:55.969665 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001213 sec., 133553.17394888704 rows/sec., 9.30 MiB/sec. | ||
10777 | 2025.06.18 18:43:55.969702 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} <Debug> TCPHandler: Processed in 0.001375069 sec. | ||
10778 | 2025.06.18 18:43:55.969830 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10779 | 2025.06.18 18:43:55.969935 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10780 | 2025.06.18 18:43:55.969991 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10781 | 2025.06.18 18:43:55.970789 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10782 | 2025.06.18 18:43:55.970827 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10783 | 2025.06.18 18:43:55.971345 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10784 | 2025.06.18 18:43:55.971570 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10785 | 2025.06.18 18:43:55.971707 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00179 sec., 9497.206703910615 rows/sec., 17.02 MiB/sec. | ||
10786 | 2025.06.18 18:43:55.971759 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} <Debug> TCPHandler: Processed in 0.001988748 sec. | ||
10787 | 2025.06.18 18:43:55.971873 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10788 | 2025.06.18 18:43:55.971968 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10789 | 2025.06.18 18:43:55.972010 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10790 | 2025.06.18 18:43:55.972345 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10791 | 2025.06.18 18:43:55.972381 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10792 | 2025.06.18 18:43:55.972692 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10793 | 2025.06.18 18:43:55.972903 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10794 | 2025.06.18 18:43:55.973030 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. | ||
10795 | 2025.06.18 18:43:55.973065 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} <Debug> TCPHandler: Processed in 0.001241217 sec. | ||
10796 | 2025.06.18 18:43:59.055169 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10797 | 2025.06.18 18:43:59.055225 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10798 | 2025.06.18 18:43:59.142577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
10799 | 2025.06.18 18:43:59.143142 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10800 | 2025.06.18 18:43:59.143189 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10801 | 2025.06.18 18:43:59.143689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10802 | 2025.06.18 18:43:59.143923 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10803 | 2025.06.18 18:43:59.144055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
10804 | 2025.06.18 18:43:59.144074 [ 52 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10805 | 2025.06.18 18:43:59.144140 [ 52 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10806 | 2025.06.18 18:43:59.144164 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10807 | 2025.06.18 18:43:59.144293 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10808 | 2025.06.18 18:43:59.144446 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10809 | 2025.06.18 18:43:59.144488 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10810 | 2025.06.18 18:43:59.144557 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10811 | 2025.06.18 18:43:59.144606 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10812 | 2025.06.18 18:43:59.144651 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10813 | 2025.06.18 18:43:59.144690 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10814 | 2025.06.18 18:43:59.144733 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
10815 | 2025.06.18 18:43:59.146913 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002673477 sec., 11317097.547500877 rows/sec., 161.89 MiB/sec. | ||
10816 | 2025.06.18 18:43:59.147434 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10817 | 2025.06.18 18:43:59.147738 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10818 | 2025.06.18 18:43:59.147822 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10819 | 2025.06.18 18:43:59.147945 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
10820 | 2025.06.18 18:44:00.850628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
10821 | 2025.06.18 18:44:00.869571 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2025.06.18 18:44:00.869648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10823 | 2025.06.18 18:44:00.875535 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10824 | 2025.06.18 18:44:00.876196 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2025.06.18 18:44:00.876604 [ 49 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10826 | 2025.06.18 18:44:00.876698 [ 49 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10827 | 2025.06.18 18:44:00.876736 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10828 | 2025.06.18 18:44:00.876883 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10829 | 2025.06.18 18:44:00.879766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
10830 | 2025.06.18 18:44:00.880367 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10831 | 2025.06.18 18:44:00.881944 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10832 | 2025.06.18 18:44:00.887281 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10833 | 2025.06.18 18:44:00.892368 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10834 | 2025.06.18 18:44:00.897312 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10835 | 2025.06.18 18:44:00.901839 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10836 | 2025.06.18 18:44:00.905724 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
10837 | 2025.06.18 18:44:00.961050 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.084231292 sec., 5900.420000680982 rows/sec., 30.51 MiB/sec. | ||
10838 | 2025.06.18 18:44:00.963572 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10839 | 2025.06.18 18:44:00.965266 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10840 | 2025.06.18 18:44:00.965367 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10841 | 2025.06.18 18:44:00.967210 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
10842 | 2025.06.18 18:44:00.968141 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10843 | 2025.06.18 18:44:00.968329 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10844 | 2025.06.18 18:44:00.968394 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10845 | 2025.06.18 18:44:00.969165 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10846 | 2025.06.18 18:44:00.969202 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10847 | 2025.06.18 18:44:00.969610 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10848 | 2025.06.18 18:44:00.969830 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10849 | 2025.06.18 18:44:00.969958 [ 61 ] {} <Debug> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
10850 | 2025.06.18 18:44:00.969983 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001702 sec., 124559.3419506463 rows/sec., 7.92 MiB/sec. | ||
10851 | 2025.06.18 18:44:00.969993 [ 61 ] {} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10852 | 2025.06.18 18:44:00.970014 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10853 | 2025.06.18 18:44:00.970023 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} <Debug> TCPHandler: Processed in 0.002004838 sec. | ||
10854 | 2025.06.18 18:44:00.970132 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
10855 | 2025.06.18 18:44:00.970144 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10856 | 2025.06.18 18:44:00.970267 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10857 | 2025.06.18 18:44:00.970279 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10858 | 2025.06.18 18:44:00.970308 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10859 | 2025.06.18 18:44:00.970318 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 236 rows starting from the beginning of the part | ||
10860 | 2025.06.18 18:44:00.970396 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
10861 | 2025.06.18 18:44:00.970444 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
10862 | 2025.06.18 18:44:00.970487 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
10863 | 2025.06.18 18:44:00.970526 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
10864 | 2025.06.18 18:44:00.970567 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
10865 | 2025.06.18 18:44:00.971106 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10866 | 2025.06.18 18:44:00.971146 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10867 | 2025.06.18 18:44:00.971473 [ 197 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404569 sec., 521156.3120074557 rows/sec., 36.46 MiB/sec. | ||
10868 | 2025.06.18 18:44:00.971619 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
10869 | 2025.06.18 18:44:00.971773 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10870 | 2025.06.18 18:44:00.971896 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10871 | 2025.06.18 18:44:00.971979 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
10872 | 2025.06.18 18:44:00.972032 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10873 | 2025.06.18 18:44:00.972051 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
10874 | 2025.06.18 18:44:00.972171 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Debug> executeQuery: Read 663 rows, 53.71 KiB in 0.001923 sec., 344773.7909516381 rows/sec., 27.27 MiB/sec. | ||
10875 | 2025.06.18 18:44:00.972212 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} <Debug> TCPHandler: Processed in 0.002118479 sec. | ||
10876 | 2025.06.18 18:44:00.972322 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10877 | 2025.06.18 18:44:00.972414 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10878 | 2025.06.18 18:44:00.972453 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10879 | 2025.06.18 18:44:00.972901 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10880 | 2025.06.18 18:44:00.972934 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10881 | 2025.06.18 18:44:00.973234 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10882 | 2025.06.18 18:44:00.973448 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10883 | 2025.06.18 18:44:00.973554 [ 61 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10884 | 2025.06.18 18:44:00.973574 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Debug> executeQuery: Read 129 rows, 8.12 KiB in 0.001179 sec., 109414.75826972011 rows/sec., 6.72 MiB/sec. | ||
10885 | 2025.06.18 18:44:00.973582 [ 61 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10886 | 2025.06.18 18:44:00.973603 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10887 | 2025.06.18 18:44:00.973610 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} <Debug> TCPHandler: Processed in 0.001337198 sec. | ||
10888 | 2025.06.18 18:44:00.973675 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
10889 | 2025.06.18 18:44:00.973735 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10890 | 2025.06.18 18:44:00.973756 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10891 | 2025.06.18 18:44:00.973784 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
10892 | 2025.06.18 18:44:00.973840 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part | ||
10893 | 2025.06.18 18:44:00.973842 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10894 | 2025.06.18 18:44:00.973883 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 17 rows starting from the beginning of the part | ||
10895 | 2025.06.18 18:44:00.973896 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10896 | 2025.06.18 18:44:00.973926 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 129 rows starting from the beginning of the part | ||
10897 | 2025.06.18 18:44:00.973964 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 21 rows starting from the beginning of the part | ||
10898 | 2025.06.18 18:44:00.974004 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 129 rows starting from the beginning of the part | ||
10899 | 2025.06.18 18:44:00.974342 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10900 | 2025.06.18 18:44:00.974377 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10901 | 2025.06.18 18:44:00.974683 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10902 | 2025.06.18 18:44:00.974803 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158626 sec., 430682.549847837 rows/sec., 29.19 MiB/sec. | ||
10903 | 2025.06.18 18:44:00.974892 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10904 | 2025.06.18 18:44:00.974960 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10905 | 2025.06.18 18:44:00.975000 [ 61 ] {} <Debug> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
10906 | 2025.06.18 18:44:00.975029 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00121 sec., 93388.42975206612 rows/sec., 6.05 MiB/sec. | ||
10907 | 2025.06.18 18:44:00.975031 [ 61 ] {} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2025.06.18 18:44:00.975062 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10909 | 2025.06.18 18:44:00.975068 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} <Debug> TCPHandler: Processed in 0.00139356 sec. | ||
10910 | 2025.06.18 18:44:00.975137 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
10911 | 2025.06.18 18:44:00.975187 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10912 | 2025.06.18 18:44:00.975232 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10913 | 2025.06.18 18:44:00.975243 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10914 | 2025.06.18 18:44:00.975281 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 137 rows starting from the beginning of the part | ||
10915 | 2025.06.18 18:44:00.975285 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10916 | 2025.06.18 18:44:00.975318 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10917 | 2025.06.18 18:44:00.975336 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10918 | 2025.06.18 18:44:00.975345 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
10919 | 2025.06.18 18:44:00.975397 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
10920 | 2025.06.18 18:44:00.975405 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10921 | 2025.06.18 18:44:00.975439 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
10922 | 2025.06.18 18:44:00.975483 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
10923 | 2025.06.18 18:44:00.975522 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
10924 | 2025.06.18 18:44:00.975773 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10925 | 2025.06.18 18:44:00.975813 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10926 | 2025.06.18 18:44:00.976135 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10927 | 2025.06.18 18:44:00.976322 [ 194 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220207 sec., 356496.8894621978 rows/sec., 25.87 MiB/sec. | ||
10928 | 2025.06.18 18:44:00.976352 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10929 | 2025.06.18 18:44:00.976453 [ 61 ] {} <Debug> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
10930 | 2025.06.18 18:44:00.976478 [ 61 ] {} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10931 | 2025.06.18 18:44:00.976484 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001218 sec., 91954.02298850575 rows/sec., 5.24 MiB/sec. | ||
10932 | 2025.06.18 18:44:00.976497 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10933 | 2025.06.18 18:44:00.976495 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
10934 | 2025.06.18 18:44:00.976522 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} <Debug> TCPHandler: Processed in 0.001382968 sec. | ||
10935 | 2025.06.18 18:44:00.976593 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
10936 | 2025.06.18 18:44:00.976645 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10937 | 2025.06.18 18:44:00.976699 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10938 | 2025.06.18 18:44:00.976731 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 124 rows starting from the beginning of the part | ||
10939 | 2025.06.18 18:44:00.976744 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10940 | 2025.06.18 18:44:00.976785 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
10941 | 2025.06.18 18:44:00.976789 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10942 | 2025.06.18 18:44:00.976826 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10943 | 2025.06.18 18:44:00.976837 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
10944 | 2025.06.18 18:44:00.976879 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
10945 | 2025.06.18 18:44:00.976914 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
10946 | 2025.06.18 18:44:00.976919 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
10947 | 2025.06.18 18:44:00.976963 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
10948 | 2025.06.18 18:44:00.977013 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10949 | 2025.06.18 18:44:00.977366 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10950 | 2025.06.18 18:44:00.977406 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10951 | 2025.06.18 18:44:00.977718 [ 199 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166236 sec., 329264.40274524194 rows/sec., 20.81 MiB/sec. | ||
10952 | 2025.06.18 18:44:00.977745 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10953 | 2025.06.18 18:44:00.977840 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
10954 | 2025.06.18 18:44:00.978006 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10955 | 2025.06.18 18:44:00.978111 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10956 | 2025.06.18 18:44:00.978153 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Debug> executeQuery: Read 405 rows, 29.43 KiB in 0.001427 sec., 283812.193412754 rows/sec., 20.14 MiB/sec. | ||
10957 | 2025.06.18 18:44:00.978181 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
10958 | 2025.06.18 18:44:00.978195 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} <Debug> TCPHandler: Processed in 0.001598243 sec. | ||
10959 | 2025.06.18 18:44:00.978253 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10960 | 2025.06.18 18:44:00.978311 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10961 | 2025.06.18 18:44:00.978409 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10962 | 2025.06.18 18:44:00.978449 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10963 | 2025.06.18 18:44:00.978774 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10964 | 2025.06.18 18:44:00.978809 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10965 | 2025.06.18 18:44:00.979106 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
10966 | 2025.06.18 18:44:00.979316 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Trace> oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2025.06.18 18:44:00.979441 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. | ||
10968 | 2025.06.18 18:44:00.979476 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} <Debug> TCPHandler: Processed in 0.001213727 sec. | ||
10969 | 2025.06.18 18:44:00.979584 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10970 | 2025.06.18 18:44:00.979676 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10971 | 2025.06.18 18:44:00.979717 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10972 | 2025.06.18 18:44:00.980114 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10973 | 2025.06.18 18:44:00.980148 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10974 | 2025.06.18 18:44:00.980478 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10975 | 2025.06.18 18:44:00.980687 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10976 | 2025.06.18 18:44:00.980812 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001153 sec., 205550.73720728536 rows/sec., 13.78 MiB/sec. | ||
10977 | 2025.06.18 18:44:00.980847 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} <Debug> TCPHandler: Processed in 0.001310868 sec. | ||
10978 | 2025.06.18 18:44:00.980958 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10979 | 2025.06.18 18:44:00.981050 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10980 | 2025.06.18 18:44:00.981089 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10981 | 2025.06.18 18:44:00.981393 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10982 | 2025.06.18 18:44:00.981426 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10983 | 2025.06.18 18:44:00.981712 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
10984 | 2025.06.18 18:44:00.981914 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Trace> oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10985 | 2025.06.18 18:44:00.982036 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. | ||
10986 | 2025.06.18 18:44:00.982071 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} <Debug> TCPHandler: Processed in 0.001161036 sec. | ||
10987 | 2025.06.18 18:44:00.982169 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10988 | 2025.06.18 18:44:00.982260 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10989 | 2025.06.18 18:44:00.982312 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10990 | 2025.06.18 18:44:00.983143 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10991 | 2025.06.18 18:44:00.983177 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
10992 | 2025.06.18 18:44:00.983696 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
10993 | 2025.06.18 18:44:00.983919 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10994 | 2025.06.18 18:44:00.984053 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001811 sec., 12700.165654334622 rows/sec., 22.76 MiB/sec. | ||
10995 | 2025.06.18 18:44:00.984104 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} <Debug> TCPHandler: Processed in 0.001982677 sec. | ||
10996 | 2025.06.18 18:44:00.984214 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10997 | 2025.06.18 18:44:00.984305 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10998 | 2025.06.18 18:44:00.984345 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10999 | 2025.06.18 18:44:00.984686 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11000 | 2025.06.18 18:44:00.984720 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11001 | 2025.06.18 18:44:00.985019 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11002 | 2025.06.18 18:44:00.985223 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11003 | 2025.06.18 18:44:00.985348 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001061 sec., 77285.5796418473 rows/sec., 4.91 MiB/sec. | ||
11004 | 2025.06.18 18:44:00.985383 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} <Debug> TCPHandler: Processed in 0.001216067 sec. | ||
11005 | 2025.06.18 18:44:01.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 323.27 MiB, peak 336.10 MiB, free memory in arenas 0.00 B, will set to 324.62 MiB (RSS), difference: 1.35 MiB | ||
11006 | 2025.06.18 18:44:04.239359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1510 | ||
11007 | 2025.06.18 18:44:04.241763 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11008 | 2025.06.18 18:44:04.241812 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11009 | 2025.06.18 18:44:04.243152 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11010 | 2025.06.18 18:44:04.243481 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11011 | 2025.06.18 18:44:04.243817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1510 | ||
11012 | 2025.06.18 18:44:05.963461 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11013 | 2025.06.18 18:44:05.963667 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11014 | 2025.06.18 18:44:05.963738 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11015 | 2025.06.18 18:44:05.964449 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11016 | 2025.06.18 18:44:05.964495 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11017 | 2025.06.18 18:44:05.964924 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11018 | 2025.06.18 18:44:05.965181 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11019 | 2025.06.18 18:44:05.965346 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00173 sec., 52023.12138728324 rows/sec., 4.35 MiB/sec. | ||
11020 | 2025.06.18 18:44:05.965376 [ 8 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11021 | 2025.06.18 18:44:05.965399 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} <Debug> TCPHandler: Processed in 0.002070548 sec. | ||
11022 | 2025.06.18 18:44:05.965459 [ 8 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11023 | 2025.06.18 18:44:05.965498 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11024 | 2025.06.18 18:44:05.965572 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11025 | 2025.06.18 18:44:05.965632 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
11026 | 2025.06.18 18:44:05.965682 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11027 | 2025.06.18 18:44:05.965734 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11028 | 2025.06.18 18:44:05.965775 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11029 | 2025.06.18 18:44:05.965815 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 828 rows starting from the beginning of the part | ||
11030 | 2025.06.18 18:44:05.965881 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 90 rows starting from the beginning of the part | ||
11031 | 2025.06.18 18:44:05.965926 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 663 rows starting from the beginning of the part | ||
11032 | 2025.06.18 18:44:05.965967 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 92 rows starting from the beginning of the part | ||
11033 | 2025.06.18 18:44:05.966004 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 663 rows starting from the beginning of the part | ||
11034 | 2025.06.18 18:44:05.966053 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 90 rows starting from the beginning of the part | ||
11035 | 2025.06.18 18:44:05.966183 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11036 | 2025.06.18 18:44:05.966229 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11037 | 2025.06.18 18:44:05.966728 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11038 | 2025.06.18 18:44:05.966986 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11039 | 2025.06.18 18:44:05.967128 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001471 sec., 11556.764106050305 rows/sec., 869.01 KiB/sec. | ||
11040 | 2025.06.18 18:44:05.967169 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} <Debug> TCPHandler: Processed in 0.001658363 sec. | ||
11041 | 2025.06.18 18:44:05.967287 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11042 | 2025.06.18 18:44:05.967385 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11043 | 2025.06.18 18:44:05.967427 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11044 | 2025.06.18 18:44:05.967461 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.001884337 sec., 1287455.4816893155 rows/sec., 108.54 MiB/sec. | ||
11045 | 2025.06.18 18:44:05.967705 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11046 | 2025.06.18 18:44:05.967847 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11047 | 2025.06.18 18:44:05.967889 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11048 | 2025.06.18 18:44:05.968035 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11049 | 2025.06.18 18:44:05.968123 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11050 | 2025.06.18 18:44:05.968216 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
11051 | 2025.06.18 18:44:05.968235 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11052 | 2025.06.18 18:44:05.968453 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11053 | 2025.06.18 18:44:05.968650 [ 8 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11054 | 2025.06.18 18:44:05.968654 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001289 sec., 62839.41039565555 rows/sec., 4.91 MiB/sec. | ||
11055 | 2025.06.18 18:44:05.968693 [ 8 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11056 | 2025.06.18 18:44:05.968714 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} <Debug> TCPHandler: Processed in 0.001477321 sec. | ||
11057 | 2025.06.18 18:44:05.968718 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11058 | 2025.06.18 18:44:05.968807 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
11059 | 2025.06.18 18:44:05.968836 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11060 | 2025.06.18 18:44:05.968908 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11061 | 2025.06.18 18:44:05.968937 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 496 rows starting from the beginning of the part | ||
11062 | 2025.06.18 18:44:05.968939 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11063 | 2025.06.18 18:44:05.968986 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 81 rows starting from the beginning of the part | ||
11064 | 2025.06.18 18:44:05.968996 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11065 | 2025.06.18 18:44:05.969031 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 405 rows starting from the beginning of the part | ||
11066 | 2025.06.18 18:44:05.969073 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 85 rows starting from the beginning of the part | ||
11067 | 2025.06.18 18:44:05.969107 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 405 rows starting from the beginning of the part | ||
11068 | 2025.06.18 18:44:05.969142 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 81 rows starting from the beginning of the part | ||
11069 | 2025.06.18 18:44:05.969454 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11070 | 2025.06.18 18:44:05.969497 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11071 | 2025.06.18 18:44:05.969893 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11072 | 2025.06.18 18:44:05.970069 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1553 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295058 sec., 1199174.091044571 rows/sec., 91.85 MiB/sec. | ||
11073 | 2025.06.18 18:44:05.970125 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11074 | 2025.06.18 18:44:05.970257 [ 8 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11075 | 2025.06.18 18:44:05.970267 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001348 sec., 118694.36201780415 rows/sec., 8.27 MiB/sec. | ||
11076 | 2025.06.18 18:44:05.970281 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11077 | 2025.06.18 18:44:05.970292 [ 8 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11078 | 2025.06.18 18:44:05.970339 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11079 | 2025.06.18 18:44:05.970342 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} <Debug> TCPHandler: Processed in 0.001553851 sec. | ||
11080 | 2025.06.18 18:44:05.970442 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
11081 | 2025.06.18 18:44:05.970479 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11082 | 2025.06.18 18:44:05.970576 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11083 | 2025.06.18 18:44:05.970587 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11084 | 2025.06.18 18:44:05.970619 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 15804 rows starting from the beginning of the part | ||
11085 | 2025.06.18 18:44:05.970641 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11086 | 2025.06.18 18:44:05.970653 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11087 | 2025.06.18 18:44:05.970693 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
11088 | 2025.06.18 18:44:05.970721 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11089 | 2025.06.18 18:44:05.970745 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
11090 | 2025.06.18 18:44:05.970867 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 162 rows starting from the beginning of the part | ||
11091 | 2025.06.18 18:44:05.970905 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
11092 | 2025.06.18 18:44:05.970911 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
11093 | 2025.06.18 18:44:05.970958 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
11094 | 2025.06.18 18:44:05.971497 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11095 | 2025.06.18 18:44:05.971543 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11096 | 2025.06.18 18:44:05.972286 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11097 | 2025.06.18 18:44:05.972617 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11098 | 2025.06.18 18:44:05.972774 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002206 sec., 7706.25566636446 rows/sec., 13.81 MiB/sec. | ||
11099 | 2025.06.18 18:44:05.972857 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} <Debug> TCPHandler: Processed in 0.002428114 sec. | ||
11100 | 2025.06.18 18:44:05.973012 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11101 | 2025.06.18 18:44:05.973127 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11102 | 2025.06.18 18:44:05.973172 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11103 | 2025.06.18 18:44:05.973543 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11104 | 2025.06.18 18:44:05.973581 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11105 | 2025.06.18 18:44:05.973901 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11106 | 2025.06.18 18:44:05.974144 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11107 | 2025.06.18 18:44:05.974287 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. | ||
11108 | 2025.06.18 18:44:05.974296 [ 32 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11109 | 2025.06.18 18:44:05.974328 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} <Debug> TCPHandler: Processed in 0.001378429 sec. | ||
11110 | 2025.06.18 18:44:05.974342 [ 32 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11111 | 2025.06.18 18:44:05.974368 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11112 | 2025.06.18 18:44:05.974463 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11113 | 2025.06.18 18:44:05.974600 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11114 | 2025.06.18 18:44:05.974633 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5580 rows starting from the beginning of the part | ||
11115 | 2025.06.18 18:44:05.974694 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11116 | 2025.06.18 18:44:05.974735 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
11117 | 2025.06.18 18:44:05.974776 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
11118 | 2025.06.18 18:44:05.974813 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
11119 | 2025.06.18 18:44:05.974849 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11120 | 2025.06.18 18:44:05.977485 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5924 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066183 sec., 1932043.8473502724 rows/sec., 129.38 MiB/sec. | ||
11121 | 2025.06.18 18:44:05.977798 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16760 rows, containing 5 columns (5 merged, 0 gathered) in 0.007408722 sec., 2262198.527627302 rows/sec., 157.98 MiB/sec. | ||
11122 | 2025.06.18 18:44:05.978071 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11123 | 2025.06.18 18:44:05.978104 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11124 | 2025.06.18 18:44:05.978437 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11125 | 2025.06.18 18:44:05.978457 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11126 | 2025.06.18 18:44:05.978514 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11127 | 2025.06.18 18:44:05.978542 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11128 | 2025.06.18 18:44:05.978597 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
11129 | 2025.06.18 18:44:05.978656 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
11130 | 2025.06.18 18:44:06.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 325.18 MiB, peak 336.10 MiB, free memory in arenas 0.00 B, will set to 327.56 MiB (RSS), difference: 2.38 MiB | ||
11131 | 2025.06.18 18:44:06.644270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
11132 | 2025.06.18 18:44:06.644769 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11133 | 2025.06.18 18:44:06.644818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11134 | 2025.06.18 18:44:06.645375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11135 | 2025.06.18 18:44:06.645661 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11136 | 2025.06.18 18:44:06.645822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
11137 | 2025.06.18 18:44:08.379923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 | ||
11138 | 2025.06.18 18:44:08.396071 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11139 | 2025.06.18 18:44:08.396139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
11140 | 2025.06.18 18:44:08.401679 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11141 | 2025.06.18 18:44:08.402466 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11142 | 2025.06.18 18:44:08.405601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
11143 | 2025.06.18 18:44:10.963484 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11144 | 2025.06.18 18:44:10.963675 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11145 | 2025.06.18 18:44:10.963747 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11146 | 2025.06.18 18:44:10.964404 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11147 | 2025.06.18 18:44:10.964449 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11148 | 2025.06.18 18:44:10.964838 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11149 | 2025.06.18 18:44:10.965061 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11150 | 2025.06.18 18:44:10.965230 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001604 sec., 6234.413965087282 rows/sec., 508.37 KiB/sec. | ||
11151 | 2025.06.18 18:44:10.965280 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} <Debug> TCPHandler: Processed in 0.001925176 sec. | ||
11152 | 2025.06.18 18:44:10.965402 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11153 | 2025.06.18 18:44:10.965507 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11154 | 2025.06.18 18:44:10.965549 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11155 | 2025.06.18 18:44:10.966021 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11156 | 2025.06.18 18:44:10.966059 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11157 | 2025.06.18 18:44:10.966375 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11158 | 2025.06.18 18:44:10.966585 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11159 | 2025.06.18 18:44:10.966721 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Debug> executeQuery: Read 107 rows, 9.09 KiB in 0.001239 sec., 86359.96771589991 rows/sec., 7.16 MiB/sec. | ||
11160 | 2025.06.18 18:44:10.966761 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} <Debug> TCPHandler: Processed in 0.00141144 sec. | ||
11161 | 2025.06.18 18:44:10.966885 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11162 | 2025.06.18 18:44:10.966982 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11163 | 2025.06.18 18:44:10.967024 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11164 | 2025.06.18 18:44:10.967440 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11165 | 2025.06.18 18:44:10.967476 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11166 | 2025.06.18 18:44:10.967778 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11167 | 2025.06.18 18:44:10.967986 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11168 | 2025.06.18 18:44:10.968124 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Debug> executeQuery: Read 33 rows, 2.43 KiB in 0.001163 sec., 28374.89251934652 rows/sec., 2.04 MiB/sec. | ||
11169 | 2025.06.18 18:44:10.968162 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} <Debug> TCPHandler: Processed in 0.001327568 sec. | ||
11170 | 2025.06.18 18:44:10.968263 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11171 | 2025.06.18 18:44:10.968357 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11172 | 2025.06.18 18:44:10.968398 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11173 | 2025.06.18 18:44:10.968824 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11174 | 2025.06.18 18:44:10.968858 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11175 | 2025.06.18 18:44:10.969169 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11176 | 2025.06.18 18:44:10.969371 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11177 | 2025.06.18 18:44:10.969503 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001165 sec., 83261.8025751073 rows/sec., 6.52 MiB/sec. | ||
11178 | 2025.06.18 18:44:10.969541 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} <Debug> TCPHandler: Processed in 0.001326288 sec. | ||
11179 | 2025.06.18 18:44:10.969651 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11180 | 2025.06.18 18:44:10.969752 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11181 | 2025.06.18 18:44:10.969797 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11182 | 2025.06.18 18:44:10.970198 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11183 | 2025.06.18 18:44:10.970233 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11184 | 2025.06.18 18:44:10.970559 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11185 | 2025.06.18 18:44:10.970764 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11186 | 2025.06.18 18:44:10.970895 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001162 sec., 141996.55765920825 rows/sec., 9.89 MiB/sec. | ||
11187 | 2025.06.18 18:44:10.970931 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} <Debug> TCPHandler: Processed in 0.001329548 sec. | ||
11188 | 2025.06.18 18:44:10.971030 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11189 | 2025.06.18 18:44:10.971123 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11190 | 2025.06.18 18:44:10.971176 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11191 | 2025.06.18 18:44:10.971953 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11192 | 2025.06.18 18:44:10.971987 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11193 | 2025.06.18 18:44:10.972506 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11194 | 2025.06.18 18:44:10.972721 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11195 | 2025.06.18 18:44:10.972866 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001761 sec., 13060.76093128904 rows/sec., 23.40 MiB/sec. | ||
11196 | 2025.06.18 18:44:10.972898 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11197 | 2025.06.18 18:44:10.972929 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} <Debug> TCPHandler: Processed in 0.001947567 sec. | ||
11198 | 2025.06.18 18:44:10.972974 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11199 | 2025.06.18 18:44:10.973005 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11200 | 2025.06.18 18:44:10.973068 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11201 | 2025.06.18 18:44:10.973123 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
11202 | 2025.06.18 18:44:10.973167 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11203 | 2025.06.18 18:44:10.973212 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11204 | 2025.06.18 18:44:10.973416 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11205 | 2025.06.18 18:44:10.973501 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1678 rows starting from the beginning of the part | ||
11206 | 2025.06.18 18:44:10.973560 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11207 | 2025.06.18 18:44:10.973600 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11208 | 2025.06.18 18:44:10.973638 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 23 rows starting from the beginning of the part | ||
11209 | 2025.06.18 18:44:10.973751 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 17 rows starting from the beginning of the part | ||
11210 | 2025.06.18 18:44:10.973854 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 23 rows starting from the beginning of the part | ||
11211 | 2025.06.18 18:44:10.973928 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11212 | 2025.06.18 18:44:10.973950 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 17 rows starting from the beginning of the part | ||
11213 | 2025.06.18 18:44:10.974052 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 23 rows starting from the beginning of the part | ||
11214 | 2025.06.18 18:44:10.974152 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11215 | 2025.06.18 18:44:10.974290 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. | ||
11216 | 2025.06.18 18:44:10.974328 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} <Debug> TCPHandler: Processed in 0.001316888 sec. | ||
11217 | 2025.06.18 18:44:10.989668 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 19 columns (19 merged, 0 gathered) in 0.016596789 sec., 107309.913983964 rows/sec., 192.29 MiB/sec. | ||
11218 | 2025.06.18 18:44:10.992087 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11219 | 2025.06.18 18:44:10.992516 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11220 | 2025.06.18 18:44:10.992619 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11221 | 2025.06.18 18:44:10.992814 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.15 MiB. | ||
11222 | 2025.06.18 18:44:11.000371 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 328.33 MiB, peak 345.41 MiB, free memory in arenas 0.00 B, will set to 336.88 MiB (RSS), difference: 8.55 MiB | ||
11223 | 2025.06.18 18:44:14.055486 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11224 | 2025.06.18 18:44:14.055543 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11225 | 2025.06.18 18:44:14.146109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
11226 | 2025.06.18 18:44:14.146915 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11227 | 2025.06.18 18:44:14.146975 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11228 | 2025.06.18 18:44:14.147465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11229 | 2025.06.18 18:44:14.147704 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11230 | 2025.06.18 18:44:14.147858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
11231 | 2025.06.18 18:44:14.244271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1536 | ||
11232 | 2025.06.18 18:44:14.246566 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11233 | 2025.06.18 18:44:14.246621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11234 | 2025.06.18 18:44:14.247844 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11235 | 2025.06.18 18:44:14.248138 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11236 | 2025.06.18 18:44:14.248531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1536 | ||
11237 | 2025.06.18 18:44:15.905827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 | ||
11238 | 2025.06.18 18:44:15.922689 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11239 | 2025.06.18 18:44:15.922756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11240 | 2025.06.18 18:44:15.928760 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11241 | 2025.06.18 18:44:15.929452 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11242 | 2025.06.18 18:44:15.932336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 512 | ||
11243 | 2025.06.18 18:44:15.963285 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11244 | 2025.06.18 18:44:15.963474 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11245 | 2025.06.18 18:44:15.963547 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11246 | 2025.06.18 18:44:15.964267 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11247 | 2025.06.18 18:44:15.964306 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11248 | 2025.06.18 18:44:15.964718 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11249 | 2025.06.18 18:44:15.964941 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11250 | 2025.06.18 18:44:15.965104 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001682 sec., 53507.728894173604 rows/sec., 4.47 MiB/sec. | ||
11251 | 2025.06.18 18:44:15.965156 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} <Debug> TCPHandler: Processed in 0.002011428 sec. | ||
11252 | 2025.06.18 18:44:15.965279 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11253 | 2025.06.18 18:44:15.965378 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11254 | 2025.06.18 18:44:15.965422 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11255 | 2025.06.18 18:44:15.965841 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11256 | 2025.06.18 18:44:15.965879 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11257 | 2025.06.18 18:44:15.966190 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11258 | 2025.06.18 18:44:15.966396 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11259 | 2025.06.18 18:44:15.966527 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001171 sec., 14517.506404782238 rows/sec., 1.07 MiB/sec. | ||
11260 | 2025.06.18 18:44:15.966564 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} <Debug> TCPHandler: Processed in 0.001335119 sec. | ||
11261 | 2025.06.18 18:44:15.966669 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11262 | 2025.06.18 18:44:15.966760 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11263 | 2025.06.18 18:44:15.966799 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11264 | 2025.06.18 18:44:15.967209 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11265 | 2025.06.18 18:44:15.967245 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11266 | 2025.06.18 18:44:15.967546 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11267 | 2025.06.18 18:44:15.967764 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11268 | 2025.06.18 18:44:15.967895 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001153 sec., 70251.51777970511 rows/sec., 5.49 MiB/sec. | ||
11269 | 2025.06.18 18:44:15.967931 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} <Debug> TCPHandler: Processed in 0.001310388 sec. | ||
11270 | 2025.06.18 18:44:15.968038 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11271 | 2025.06.18 18:44:15.968128 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11272 | 2025.06.18 18:44:15.968169 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11273 | 2025.06.18 18:44:15.968599 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11274 | 2025.06.18 18:44:15.968635 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11275 | 2025.06.18 18:44:15.968965 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11276 | 2025.06.18 18:44:15.969178 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11277 | 2025.06.18 18:44:15.969310 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
11278 | 2025.06.18 18:44:15.969346 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} <Debug> TCPHandler: Processed in 0.001354819 sec. | ||
11279 | 2025.06.18 18:44:15.969444 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11280 | 2025.06.18 18:44:15.969534 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11281 | 2025.06.18 18:44:15.969588 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11282 | 2025.06.18 18:44:15.970434 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11283 | 2025.06.18 18:44:15.970468 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11284 | 2025.06.18 18:44:15.971004 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11285 | 2025.06.18 18:44:15.971223 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11286 | 2025.06.18 18:44:15.971358 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001843 sec., 9224.091155724362 rows/sec., 16.53 MiB/sec. | ||
11287 | 2025.06.18 18:44:15.971420 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} <Debug> TCPHandler: Processed in 0.002023188 sec. | ||
11288 | 2025.06.18 18:44:15.971554 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11289 | 2025.06.18 18:44:15.971646 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11290 | 2025.06.18 18:44:15.971686 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11291 | 2025.06.18 18:44:15.972037 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11292 | 2025.06.18 18:44:15.972073 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11293 | 2025.06.18 18:44:15.972377 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11294 | 2025.06.18 18:44:15.972595 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11295 | 2025.06.18 18:44:15.972726 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. | ||
11296 | 2025.06.18 18:44:15.972761 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} <Debug> TCPHandler: Processed in 0.001254277 sec. | ||
11297 | 2025.06.18 18:44:20.963723 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11298 | 2025.06.18 18:44:20.963917 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11299 | 2025.06.18 18:44:20.963985 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11300 | 2025.06.18 18:44:20.964611 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11301 | 2025.06.18 18:44:20.964660 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11302 | 2025.06.18 18:44:20.965066 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11303 | 2025.06.18 18:44:20.965297 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11304 | 2025.06.18 18:44:20.965458 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001593 sec., 64030.131826742 rows/sec., 5.35 MiB/sec. | ||
11305 | 2025.06.18 18:44:20.965506 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} <Debug> TCPHandler: Processed in 0.001916527 sec. | ||
11306 | 2025.06.18 18:44:20.965628 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11307 | 2025.06.18 18:44:20.965728 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11308 | 2025.06.18 18:44:20.965772 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11309 | 2025.06.18 18:44:20.966179 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11310 | 2025.06.18 18:44:20.966213 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11311 | 2025.06.18 18:44:20.966515 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11312 | 2025.06.18 18:44:20.966727 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11313 | 2025.06.18 18:44:20.966857 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001153 sec., 19947.961838681702 rows/sec., 1.46 MiB/sec. | ||
11314 | 2025.06.18 18:44:20.966894 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} <Debug> TCPHandler: Processed in 0.001317448 sec. | ||
11315 | 2025.06.18 18:44:20.967005 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11316 | 2025.06.18 18:44:20.967098 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11317 | 2025.06.18 18:44:20.967138 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11318 | 2025.06.18 18:44:20.967555 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11319 | 2025.06.18 18:44:20.967589 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11320 | 2025.06.18 18:44:20.967893 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11321 | 2025.06.18 18:44:20.968113 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11322 | 2025.06.18 18:44:20.968237 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001159 sec., 75064.71095772217 rows/sec., 5.86 MiB/sec. | ||
11323 | 2025.06.18 18:44:20.968273 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} <Debug> TCPHandler: Processed in 0.001317468 sec. | ||
11324 | 2025.06.18 18:44:20.968381 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11325 | 2025.06.18 18:44:20.968473 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11326 | 2025.06.18 18:44:20.968514 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11327 | 2025.06.18 18:44:20.968906 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11328 | 2025.06.18 18:44:20.968939 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11329 | 2025.06.18 18:44:20.969271 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11330 | 2025.06.18 18:44:20.969481 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11331 | 2025.06.18 18:44:20.969608 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. | ||
11332 | 2025.06.18 18:44:20.969644 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} <Debug> TCPHandler: Processed in 0.001310138 sec. | ||
11333 | 2025.06.18 18:44:20.969752 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11334 | 2025.06.18 18:44:20.969843 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11335 | 2025.06.18 18:44:20.969896 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11336 | 2025.06.18 18:44:20.970669 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11337 | 2025.06.18 18:44:20.970704 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11338 | 2025.06.18 18:44:20.971221 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11339 | 2025.06.18 18:44:20.971442 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11340 | 2025.06.18 18:44:20.971577 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001752 sec., 13127.853881278537 rows/sec., 23.52 MiB/sec. | ||
11341 | 2025.06.18 18:44:20.971635 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} <Debug> TCPHandler: Processed in 0.001931076 sec. | ||
11342 | 2025.06.18 18:44:20.971750 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11343 | 2025.06.18 18:44:20.971840 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11344 | 2025.06.18 18:44:20.971881 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11345 | 2025.06.18 18:44:20.972211 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11346 | 2025.06.18 18:44:20.972244 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11347 | 2025.06.18 18:44:20.972543 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11348 | 2025.06.18 18:44:20.972751 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11349 | 2025.06.18 18:44:20.972875 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. | ||
11350 | 2025.06.18 18:44:20.972909 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} <Debug> TCPHandler: Processed in 0.001206797 sec. | ||
11351 | 2025.06.18 18:44:21.648119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
11352 | 2025.06.18 18:44:21.648681 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11353 | 2025.06.18 18:44:21.648734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11354 | 2025.06.18 18:44:21.649298 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11355 | 2025.06.18 18:44:21.649537 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11356 | 2025.06.18 18:44:21.649664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
11357 | 2025.06.18 18:44:21.726858 [ 109 ] {} <Debug> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
11358 | 2025.06.18 18:44:21.726898 [ 109 ] {} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11359 | 2025.06.18 18:44:21.726921 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11360 | 2025.06.18 18:44:21.727044 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
11361 | 2025.06.18 18:44:21.727188 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11362 | 2025.06.18 18:44:21.727226 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part | ||
11363 | 2025.06.18 18:44:21.727301 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
11364 | 2025.06.18 18:44:21.727354 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
11365 | 2025.06.18 18:44:21.727404 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
11366 | 2025.06.18 18:44:21.727448 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
11367 | 2025.06.18 18:44:21.728270 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285907 sec., 29551.126170088504 rows/sec., 2.47 MiB/sec. | ||
11368 | 2025.06.18 18:44:21.728387 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
11369 | 2025.06.18 18:44:21.728628 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11370 | 2025.06.18 18:44:21.728697 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
11371 | 2025.06.18 18:44:21.728768 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11372 | 2025.06.18 18:44:23.432546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 | ||
11373 | 2025.06.18 18:44:23.449256 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11374 | 2025.06.18 18:44:23.449303 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11375 | 2025.06.18 18:44:23.455293 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11376 | 2025.06.18 18:44:23.456005 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11377 | 2025.06.18 18:44:23.458825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
11378 | 2025.06.18 18:44:24.248849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1560 | ||
11379 | 2025.06.18 18:44:24.251067 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11380 | 2025.06.18 18:44:24.251125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11381 | 2025.06.18 18:44:24.252360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11382 | 2025.06.18 18:44:24.252645 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11383 | 2025.06.18 18:44:24.252809 [ 108 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11384 | 2025.06.18 18:44:24.252878 [ 108 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11385 | 2025.06.18 18:44:24.252901 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
11386 | 2025.06.18 18:44:24.253007 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
11387 | 2025.06.18 18:44:24.253030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1560 | ||
11388 | 2025.06.18 18:44:24.253568 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11389 | 2025.06.18 18:44:24.253711 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1414 rows starting from the beginning of the part | ||
11390 | 2025.06.18 18:44:24.254053 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
11391 | 2025.06.18 18:44:24.254366 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
11392 | 2025.06.18 18:44:24.254667 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
11393 | 2025.06.18 18:44:24.254961 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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 | ||
11394 | 2025.06.18 18:44:24.255252 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
11395 | 2025.06.18 18:44:24.261836 [ 200 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 72 columns (72 merged, 0 gathered) in 0.008868742 sec., 175898.67875286032 rows/sec., 136.19 MiB/sec. | ||
11396 | 2025.06.18 18:44:24.263265 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11397 | 2025.06.18 18:44:24.263775 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11398 | 2025.06.18 18:44:24.263849 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11399 | 2025.06.18 18:44:24.264022 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
11400 | 2025.06.18 18:44:25.962605 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11401 | 2025.06.18 18:44:25.962795 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11402 | 2025.06.18 18:44:25.962860 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11403 | 2025.06.18 18:44:25.963458 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11404 | 2025.06.18 18:44:25.963500 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11405 | 2025.06.18 18:44:25.963884 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11406 | 2025.06.18 18:44:25.964110 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11407 | 2025.06.18 18:44:25.964274 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. | ||
11408 | 2025.06.18 18:44:25.964317 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} <Debug> TCPHandler: Processed in 0.001842186 sec. | ||
11409 | 2025.06.18 18:44:25.964439 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11410 | 2025.06.18 18:44:25.964535 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11411 | 2025.06.18 18:44:25.964575 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11412 | 2025.06.18 18:44:25.965002 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11413 | 2025.06.18 18:44:25.965038 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11414 | 2025.06.18 18:44:25.965342 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
11415 | 2025.06.18 18:44:25.965548 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11416 | 2025.06.18 18:44:25.965682 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Debug> executeQuery: Read 91 rows, 7.78 KiB in 0.001165 sec., 78111.58798283261 rows/sec., 6.52 MiB/sec. | ||
11417 | 2025.06.18 18:44:25.965720 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} <Debug> TCPHandler: Processed in 0.001330779 sec. | ||
11418 | 2025.06.18 18:44:25.965831 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11419 | 2025.06.18 18:44:25.965925 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11420 | 2025.06.18 18:44:25.965965 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11421 | 2025.06.18 18:44:25.966357 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11422 | 2025.06.18 18:44:25.966393 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11423 | 2025.06.18 18:44:25.966696 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11424 | 2025.06.18 18:44:25.966907 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11425 | 2025.06.18 18:44:25.967028 [ 99 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11426 | 2025.06.18 18:44:25.967041 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Debug> executeQuery: Read 19 rows, 1.42 KiB in 0.001134 sec., 16754.850088183422 rows/sec., 1.22 MiB/sec. | ||
11427 | 2025.06.18 18:44:25.967096 [ 99 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11428 | 2025.06.18 18:44:25.967106 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} <Debug> TCPHandler: Processed in 0.001324588 sec. | ||
11429 | 2025.06.18 18:44:25.967126 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11430 | 2025.06.18 18:44:25.967226 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11431 | 2025.06.18 18:44:25.967239 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
11432 | 2025.06.18 18:44:25.967325 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11433 | 2025.06.18 18:44:25.967368 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11434 | 2025.06.18 18:44:25.967380 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11435 | 2025.06.18 18:44:25.967423 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
11436 | 2025.06.18 18:44:25.967498 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 17 rows starting from the beginning of the part | ||
11437 | 2025.06.18 18:44:25.967549 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part | ||
11438 | 2025.06.18 18:44:25.967596 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 17 rows starting from the beginning of the part | ||
11439 | 2025.06.18 18:44:25.967640 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 23 rows starting from the beginning of the part | ||
11440 | 2025.06.18 18:44:25.967684 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 19 rows starting from the beginning of the part | ||
11441 | 2025.06.18 18:44:25.967787 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11442 | 2025.06.18 18:44:25.967829 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11443 | 2025.06.18 18:44:25.968178 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
11444 | 2025.06.18 18:44:25.968409 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11445 | 2025.06.18 18:44:25.968541 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001235 sec., 67206.47773279353 rows/sec., 5.25 MiB/sec. | ||
11446 | 2025.06.18 18:44:25.968578 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} <Debug> TCPHandler: Processed in 0.001402029 sec. | ||
11447 | 2025.06.18 18:44:25.968665 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147288 sec., 194856.33588615502 rows/sec., 13.93 MiB/sec. | ||
11448 | 2025.06.18 18:44:25.968695 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11449 | 2025.06.18 18:44:25.968803 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11450 | 2025.06.18 18:44:25.968846 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11451 | 2025.06.18 18:44:25.968849 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11452 | 2025.06.18 18:44:25.969117 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11453 | 2025.06.18 18:44:25.969190 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11454 | 2025.06.18 18:44:25.969268 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11455 | 2025.06.18 18:44:25.969272 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11456 | 2025.06.18 18:44:25.969313 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11457 | 2025.06.18 18:44:25.969659 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
11458 | 2025.06.18 18:44:25.969870 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11459 | 2025.06.18 18:44:25.970001 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001217 sec., 132292.5225965489 rows/sec., 9.21 MiB/sec. | ||
11460 | 2025.06.18 18:44:25.970038 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} <Debug> TCPHandler: Processed in 0.001391989 sec. | ||
11461 | 2025.06.18 18:44:25.970138 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11462 | 2025.06.18 18:44:25.970231 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11463 | 2025.06.18 18:44:25.970286 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11464 | 2025.06.18 18:44:25.971051 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11465 | 2025.06.18 18:44:25.971088 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11466 | 2025.06.18 18:44:25.971613 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11467 | 2025.06.18 18:44:25.971828 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11468 | 2025.06.18 18:44:25.971968 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001755 sec., 9686.609686609687 rows/sec., 17.36 MiB/sec. | ||
11469 | 2025.06.18 18:44:25.972021 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} <Debug> TCPHandler: Processed in 0.001931237 sec. | ||
11470 | 2025.06.18 18:44:25.972132 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11471 | 2025.06.18 18:44:25.972226 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11472 | 2025.06.18 18:44:25.972267 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11473 | 2025.06.18 18:44:25.972596 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11474 | 2025.06.18 18:44:25.972629 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11475 | 2025.06.18 18:44:25.972926 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
11476 | 2025.06.18 18:44:25.973138 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11477 | 2025.06.18 18:44:25.973263 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
11478 | 2025.06.18 18:44:25.973297 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} <Debug> TCPHandler: Processed in 0.001214556 sec. | ||
11479 | 2025.06.18 18:44:29.055798 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11480 | 2025.06.18 18:44:29.055869 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11481 | 2025.06.18 18:44:29.149907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
11482 | 2025.06.18 18:44:29.150778 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11483 | 2025.06.18 18:44:29.150869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11484 | 2025.06.18 18:44:29.151383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11485 | 2025.06.18 18:44:29.151634 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11486 | 2025.06.18 18:44:29.151786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
11487 | 2025.06.18 18:44:29.158680 [ 217 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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] | ||
11488 | 2025.06.18 18:44:29.158732 [ 217 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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] | ||
11489 | 2025.06.18 18:44:29.174592 [ 217 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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] | ||
11490 | 2025.06.18 18:44:29.927716 [ 223 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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] | ||
11491 | 2025.06.18 18:44:29.927766 [ 223 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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] | ||
11492 | 2025.06.18 18:44:29.930913 [ 223 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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] | ||
11493 | 2025.06.18 18:44:30.958981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 | ||
11494 | 2025.06.18 18:44:30.963048 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11495 | 2025.06.18 18:44:30.963226 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11496 | 2025.06.18 18:44:30.963288 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11497 | 2025.06.18 18:44:30.963959 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11498 | 2025.06.18 18:44:30.963996 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11499 | 2025.06.18 18:44:30.964385 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
11500 | 2025.06.18 18:44:30.964606 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11501 | 2025.06.18 18:44:30.964742 [ 89 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
11502 | 2025.06.18 18:44:30.964762 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001584 sec., 64393.9393939394 rows/sec., 5.38 MiB/sec. | ||
11503 | 2025.06.18 18:44:30.964777 [ 89 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2025.06.18 18:44:30.964797 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11505 | 2025.06.18 18:44:30.964805 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} <Debug> TCPHandler: Processed in 0.001881866 sec. | ||
11506 | 2025.06.18 18:44:30.964928 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11507 | 2025.06.18 18:44:30.964928 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
11508 | 2025.06.18 18:44:30.965020 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11509 | 2025.06.18 18:44:30.965065 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11510 | 2025.06.18 18:44:30.965093 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11511 | 2025.06.18 18:44:30.965135 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 828 rows starting from the beginning of the part | ||
11512 | 2025.06.18 18:44:30.965209 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 107 rows starting from the beginning of the part | ||
11513 | 2025.06.18 18:44:30.965260 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
11514 | 2025.06.18 18:44:30.965309 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 102 rows starting from the beginning of the part | ||
11515 | 2025.06.18 18:44:30.965353 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 91 rows starting from the beginning of the part | ||
11516 | 2025.06.18 18:44:30.965398 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 102 rows starting from the beginning of the part | ||
11517 | 2025.06.18 18:44:30.965478 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11518 | 2025.06.18 18:44:30.965517 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11519 | 2025.06.18 18:44:30.965842 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11520 | 2025.06.18 18:44:30.966073 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11521 | 2025.06.18 18:44:30.966203 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001202 sec., 19134.77537437604 rows/sec., 1.41 MiB/sec. | ||
11522 | 2025.06.18 18:44:30.966241 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} <Debug> TCPHandler: Processed in 0.001361459 sec. | ||
11523 | 2025.06.18 18:44:30.966346 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11524 | 2025.06.18 18:44:30.966436 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11525 | 2025.06.18 18:44:30.966474 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11526 | 2025.06.18 18:44:30.966518 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651623 sec., 799213.8641808693 rows/sec., 68.86 MiB/sec. | ||
11527 | 2025.06.18 18:44:30.966792 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
11528 | 2025.06.18 18:44:30.966900 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11529 | 2025.06.18 18:44:30.966941 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11530 | 2025.06.18 18:44:30.967163 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11531 | 2025.06.18 18:44:30.967265 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
11532 | 2025.06.18 18:44:30.967276 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
11533 | 2025.06.18 18:44:30.967384 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
11534 | 2025.06.18 18:44:30.967512 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2025.06.18 18:44:30.967622 [ 89 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
11536 | 2025.06.18 18:44:30.967643 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001225 sec., 71020.40816326531 rows/sec., 5.55 MiB/sec. | ||
11537 | 2025.06.18 18:44:30.967648 [ 89 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11538 | 2025.06.18 18:44:30.967671 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11539 | 2025.06.18 18:44:30.967679 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} <Debug> TCPHandler: Processed in 0.001380109 sec. | ||
11540 | 2025.06.18 18:44:30.967754 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
11541 | 2025.06.18 18:44:30.967792 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11542 | 2025.06.18 18:44:30.967869 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11543 | 2025.06.18 18:44:30.967888 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11544 | 2025.06.18 18:44:30.967906 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 496 rows starting from the beginning of the part | ||
11545 | 2025.06.18 18:44:30.967934 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11546 | 2025.06.18 18:44:30.967978 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 97 rows starting from the beginning of the part | ||
11547 | 2025.06.18 18:44:30.968028 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 81 rows starting from the beginning of the part | ||
11548 | 2025.06.18 18:44:30.968071 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 87 rows starting from the beginning of the part | ||
11549 | 2025.06.18 18:44:30.968109 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 83 rows starting from the beginning of the part | ||
11550 | 2025.06.18 18:44:30.968147 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 87 rows starting from the beginning of the part | ||
11551 | 2025.06.18 18:44:30.968373 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11552 | 2025.06.18 18:44:30.968413 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11553 | 2025.06.18 18:44:30.968753 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
11554 | 2025.06.18 18:44:30.968972 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11555 | 2025.06.18 18:44:30.969079 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
11556 | 2025.06.18 18:44:30.969100 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. | ||
11557 | 2025.06.18 18:44:30.969105 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11558 | 2025.06.18 18:44:30.969124 [ 194 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 931 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014085 sec., 660986.8654597088 rows/sec., 52.39 MiB/sec. | ||
11559 | 2025.06.18 18:44:30.969127 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11560 | 2025.06.18 18:44:30.969136 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} <Debug> TCPHandler: Processed in 0.001391549 sec. | ||
11561 | 2025.06.18 18:44:30.969209 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
11562 | 2025.06.18 18:44:30.969254 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11563 | 2025.06.18 18:44:30.969310 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11564 | 2025.06.18 18:44:30.969310 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
11565 | 2025.06.18 18:44:30.969345 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 16760 rows starting from the beginning of the part | ||
11566 | 2025.06.18 18:44:30.969349 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11567 | 2025.06.18 18:44:30.969400 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 165 rows starting from the beginning of the part | ||
11568 | 2025.06.18 18:44:30.969415 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11569 | 2025.06.18 18:44:30.969444 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
11570 | 2025.06.18 18:44:30.969483 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
11571 | 2025.06.18 18:44:30.969525 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 161 rows starting from the beginning of the part | ||
11572 | 2025.06.18 18:44:30.969559 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
11573 | 2025.06.18 18:44:30.969634 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11574 | 2025.06.18 18:44:30.969725 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
11575 | 2025.06.18 18:44:30.969836 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
11576 | 2025.06.18 18:44:30.970271 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11577 | 2025.06.18 18:44:30.970311 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11578 | 2025.06.18 18:44:30.970850 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11579 | 2025.06.18 18:44:30.971091 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11580 | 2025.06.18 18:44:30.971239 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001908 sec., 12054.507337526205 rows/sec., 21.60 MiB/sec. | ||
11581 | 2025.06.18 18:44:30.971303 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} <Debug> TCPHandler: Processed in 0.002095069 sec. | ||
11582 | 2025.06.18 18:44:30.971409 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11583 | 2025.06.18 18:44:30.971500 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11584 | 2025.06.18 18:44:30.971541 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11585 | 2025.06.18 18:44:30.971875 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11586 | 2025.06.18 18:44:30.971908 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11587 | 2025.06.18 18:44:30.972212 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
11588 | 2025.06.18 18:44:30.972426 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11589 | 2025.06.18 18:44:30.972527 [ 89 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
11590 | 2025.06.18 18:44:30.972551 [ 89 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11591 | 2025.06.18 18:44:30.972551 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
11592 | 2025.06.18 18:44:30.972567 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11593 | 2025.06.18 18:44:30.972594 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} <Debug> TCPHandler: Processed in 0.001230867 sec. | ||
11594 | 2025.06.18 18:44:30.972645 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11595 | 2025.06.18 18:44:30.972757 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11596 | 2025.06.18 18:44:30.972787 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5924 rows starting from the beginning of the part | ||
11597 | 2025.06.18 18:44:30.972847 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11598 | 2025.06.18 18:44:30.972899 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11599 | 2025.06.18 18:44:30.972944 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11600 | 2025.06.18 18:44:30.972989 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
11601 | 2025.06.18 18:44:30.973029 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
11602 | 2025.06.18 18:44:30.974703 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17566 rows, containing 5 columns (5 merged, 0 gathered) in 0.005522436 sec., 3180842.6571172574 rows/sec., 222.10 MiB/sec. | ||
11603 | 2025.06.18 18:44:30.974907 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
11604 | 2025.06.18 18:44:30.975186 [ 198 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11605 | 2025.06.18 18:44:30.975217 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6224 rows, containing 4 columns (4 merged, 0 gathered) in 0.002605916 sec., 2388411.5988389496 rows/sec., 159.99 MiB/sec. | ||
11606 | 2025.06.18 18:44:30.975294 [ 198 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
11607 | 2025.06.18 18:44:30.975388 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
11608 | 2025.06.18 18:44:30.975608 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
11609 | 2025.06.18 18:44:30.975850 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11610 | 2025.06.18 18:44:30.975891 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11611 | 2025.06.18 18:44:30.975918 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
11612 | 2025.06.18 18:44:30.975943 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11613 | 2025.06.18 18:44:30.976002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
11614 | 2025.06.18 18:44:30.981824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11615 | 2025.06.18 18:44:30.982512 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11616 | 2025.06.18 18:44:30.985749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 527 | ||
11617 | 2025.06.18 18:44:34.253294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1586 | ||
11618 | 2025.06.18 18:44:34.255465 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11619 | 2025.06.18 18:44:34.255511 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11620 | 2025.06.18 18:44:34.256657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11621 | 2025.06.18 18:44:34.256920 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11622 | 2025.06.18 18:44:34.257174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1586 | ||
11623 | 2025.06.18 18:44:35.083919 [ 223 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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] | ||
11624 | 2025.06.18 18:44:35.083974 [ 223 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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] | ||
11625 | 2025.06.18 18:44:35.087987 [ 223 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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] | ||
11626 | 2025.06.18 18:44:35.209754 [ 224 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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] | ||
11627 | 2025.06.18 18:44:35.209851 [ 224 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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] | ||
11628 | 2025.06.18 18:44:35.213126 [ 224 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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] | ||
11629 | 2025.06.18 18:44:35.683350 [ 220 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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] | ||
11630 | 2025.06.18 18:44:35.683445 [ 220 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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] | ||
11631 | 2025.06.18 18:44:35.686503 [ 220 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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] | ||
11632 | 2025.06.18 18:44:35.962687 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11633 | 2025.06.18 18:44:35.962858 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11634 | 2025.06.18 18:44:35.962924 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11635 | 2025.06.18 18:44:35.963584 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11636 | 2025.06.18 18:44:35.963630 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11637 | 2025.06.18 18:44:35.964026 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
11638 | 2025.06.18 18:44:35.964262 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11639 | 2025.06.18 18:44:35.964419 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001608 sec., 55970.14925373134 rows/sec., 4.68 MiB/sec. | ||
11640 | 2025.06.18 18:44:35.964470 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} <Debug> TCPHandler: Processed in 0.001923467 sec. | ||
11641 | 2025.06.18 18:44:35.964594 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11642 | 2025.06.18 18:44:35.964697 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11643 | 2025.06.18 18:44:35.964742 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11644 | 2025.06.18 18:44:35.965157 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11645 | 2025.06.18 18:44:35.965196 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11646 | 2025.06.18 18:44:35.965511 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11647 | 2025.06.18 18:44:35.965723 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11648 | 2025.06.18 18:44:35.965862 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001189 sec., 14297.729184188394 rows/sec., 1.05 MiB/sec. | ||
11649 | 2025.06.18 18:44:35.965903 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} <Debug> TCPHandler: Processed in 0.001360039 sec. | ||
11650 | 2025.06.18 18:44:35.966013 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11651 | 2025.06.18 18:44:35.966110 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11652 | 2025.06.18 18:44:35.966151 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11653 | 2025.06.18 18:44:35.966575 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11654 | 2025.06.18 18:44:35.966612 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11655 | 2025.06.18 18:44:35.966915 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
11656 | 2025.06.18 18:44:35.967126 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11657 | 2025.06.18 18:44:35.967257 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001166 sec., 69468.26758147513 rows/sec., 5.42 MiB/sec. | ||
11658 | 2025.06.18 18:44:35.967294 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} <Debug> TCPHandler: Processed in 0.001330218 sec. | ||
11659 | 2025.06.18 18:44:35.967405 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11660 | 2025.06.18 18:44:35.967499 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11661 | 2025.06.18 18:44:35.967541 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11662 | 2025.06.18 18:44:35.967936 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11663 | 2025.06.18 18:44:35.967972 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11664 | 2025.06.18 18:44:35.968307 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
11665 | 2025.06.18 18:44:35.968517 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11666 | 2025.06.18 18:44:35.968652 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. | ||
11667 | 2025.06.18 18:44:35.968691 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} <Debug> TCPHandler: Processed in 0.001334288 sec. | ||
11668 | 2025.06.18 18:44:35.968747 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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] | ||
11669 | 2025.06.18 18:44:35.968799 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11670 | 2025.06.18 18:44:35.968803 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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] | ||
11671 | 2025.06.18 18:44:35.968900 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11672 | 2025.06.18 18:44:35.968962 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11673 | 2025.06.18 18:44:35.969723 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11674 | 2025.06.18 18:44:35.969764 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11675 | 2025.06.18 18:44:35.970307 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
11676 | 2025.06.18 18:44:35.970658 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11677 | 2025.06.18 18:44:35.970815 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
11678 | 2025.06.18 18:44:35.970837 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001954 sec., 8700.102354145343 rows/sec., 15.59 MiB/sec. | ||
11679 | 2025.06.18 18:44:35.970891 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11680 | 2025.06.18 18:44:35.970919 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11681 | 2025.06.18 18:44:35.970934 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} <Debug> TCPHandler: Processed in 0.00218319 sec. | ||
11682 | 2025.06.18 18:44:35.971033 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
11683 | 2025.06.18 18:44:35.971075 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11684 | 2025.06.18 18:44:35.971198 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11685 | 2025.06.18 18:44:35.971251 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11686 | 2025.06.18 18:44:35.971311 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11687 | 2025.06.18 18:44:35.971387 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1781 rows starting from the beginning of the part | ||
11688 | 2025.06.18 18:44:35.971538 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 17 rows starting from the beginning of the part | ||
11689 | 2025.06.18 18:44:35.971617 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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] | ||
11690 | 2025.06.18 18:44:35.971656 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11691 | 2025.06.18 18:44:35.971664 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 23 rows starting from the beginning of the part | ||
11692 | 2025.06.18 18:44:35.971707 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11693 | 2025.06.18 18:44:35.971796 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 17 rows starting from the beginning of the part | ||
11694 | 2025.06.18 18:44:35.971903 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 23 rows starting from the beginning of the part | ||
11695 | 2025.06.18 18:44:35.972004 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 17 rows starting from the beginning of the part | ||
11696 | 2025.06.18 18:44:35.972050 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
11697 | 2025.06.18 18:44:35.972264 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11698 | 2025.06.18 18:44:35.972408 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001235 sec., 48582.995951417004 rows/sec., 3.27 MiB/sec. | ||
11699 | 2025.06.18 18:44:35.972447 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} <Debug> TCPHandler: Processed in 0.0014327 sec. | ||
11700 | 2025.06.18 18:44:35.979641 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1878 rows, containing 19 columns (19 merged, 0 gathered) in 0.008654979 sec., 216984.92855961868 rows/sec., 388.83 MiB/sec. | ||
11701 | 2025.06.18 18:44:35.981839 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
11702 | 2025.06.18 18:44:35.982230 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11703 | 2025.06.18 18:44:35.982298 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
11704 | 2025.06.18 18:44:35.982450 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB. | ||
11705 | 2025.06.18 18:44:36.000258 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 339.73 MiB, peak 356.95 MiB, free memory in arenas 0.00 B, will set to 342.80 MiB (RSS), difference: 3.07 MiB | ||
11706 | 2025.06.18 18:44:36.651999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
11707 | 2025.06.18 18:44:36.652505 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11708 | 2025.06.18 18:44:36.652544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11709 | 2025.06.18 18:44:36.653047 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11710 | 2025.06.18 18:44:36.653298 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11711 | 2025.06.18 18:44:36.653430 [ 81 ] {} <Debug> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11712 | 2025.06.18 18:44:36.653446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
11713 | 2025.06.18 18:44:36.653469 [ 81 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11714 | 2025.06.18 18:44:36.653489 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11715 | 2025.06.18 18:44:36.653607 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
11716 | 2025.06.18 18:44:36.653756 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11717 | 2025.06.18 18:44:36.653801 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
11718 | 2025.06.18 18:44:36.653872 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
11719 | 2025.06.18 18:44:36.653922 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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 | ||
11720 | 2025.06.18 18:44:36.653967 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
11721 | 2025.06.18 18:44:36.654007 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
11722 | 2025.06.18 18:44:36.654051 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
11723 | 2025.06.18 18:44:36.656319 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.002764758 sec., 11759799.591863014 rows/sec., 168.23 MiB/sec. | ||
11724 | 2025.06.18 18:44:36.656759 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11725 | 2025.06.18 18:44:36.657068 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11726 | 2025.06.18 18:44:36.657150 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11727 | 2025.06.18 18:44:36.657271 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
11728 | 2025.06.18 18:44:38.485891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 | ||
11729 | 2025.06.18 18:44:38.503498 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11730 | 2025.06.18 18:44:38.503556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11731 | 2025.06.18 18:44:38.509844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11732 | 2025.06.18 18:44:38.510553 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11733 | 2025.06.18 18:44:38.510902 [ 83 ] {} <Debug> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11734 | 2025.06.18 18:44:38.510978 [ 83 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11735 | 2025.06.18 18:44:38.511002 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11736 | 2025.06.18 18:44:38.511126 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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 | ||
11737 | 2025.06.18 18:44:38.513748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
11738 | 2025.06.18 18:44:38.515037 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11739 | 2025.06.18 18:44:38.516817 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part | ||
11740 | 2025.06.18 18:44:38.521784 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
11741 | 2025.06.18 18:44:38.526680 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part | ||
11742 | 2025.06.18 18:44:38.531678 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
11743 | 2025.06.18 18:44:38.536624 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part | ||
11744 | 2025.06.18 18:44:38.541363 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
11745 | 2025.06.18 18:44:38.598122 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.087047821 sec., 6146.047010183058 rows/sec., 31.78 MiB/sec. | ||
11746 | 2025.06.18 18:44:38.600293 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11747 | 2025.06.18 18:44:38.602137 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11748 | 2025.06.18 18:44:38.602237 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11749 | 2025.06.18 18:44:38.604174 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
11750 | 2025.06.18 18:44:39.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 343.90 MiB, peak 361.32 MiB, free memory in arenas 0.00 B, will set to 342.85 MiB (RSS), difference: -1.05 MiB | ||
11751 | 2025.06.18 18:44:40.968100 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11752 | 2025.06.18 18:44:40.968291 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11753 | 2025.06.18 18:44:40.968356 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11754 | 2025.06.18 18:44:40.968988 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11755 | 2025.06.18 18:44:40.969029 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11756 | 2025.06.18 18:44:40.969403 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11757 | 2025.06.18 18:44:40.969634 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Trace> oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11758 | 2025.06.18 18:44:40.969787 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001546 sec., 15523.932729624838 rows/sec., 1.29 MiB/sec. | ||
11759 | 2025.06.18 18:44:40.969829 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} <Debug> TCPHandler: Processed in 0.001858606 sec. | ||
11760 | 2025.06.18 18:44:40.969947 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11761 | 2025.06.18 18:44:40.970042 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11762 | 2025.06.18 18:44:40.970085 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11763 | 2025.06.18 18:44:40.970507 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11764 | 2025.06.18 18:44:40.970567 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11765 | 2025.06.18 18:44:40.970849 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11766 | 2025.06.18 18:44:40.971052 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11767 | 2025.06.18 18:44:40.971180 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001157 sec., 1728.608470181504 rows/sec., 140.96 KiB/sec. | ||
11768 | 2025.06.18 18:44:40.971217 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} <Debug> TCPHandler: Processed in 0.001319458 sec. | ||
11769 | 2025.06.18 18:44:40.971329 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11770 | 2025.06.18 18:44:40.971422 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11771 | 2025.06.18 18:44:40.971461 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11772 | 2025.06.18 18:44:40.971963 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11773 | 2025.06.18 18:44:40.971998 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11774 | 2025.06.18 18:44:40.972311 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
11775 | 2025.06.18 18:44:40.972513 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11776 | 2025.06.18 18:44:40.972638 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Debug> executeQuery: Read 223 rows, 20.26 KiB in 0.001234 sec., 180713.12803889788 rows/sec., 16.03 MiB/sec. | ||
11777 | 2025.06.18 18:44:40.972674 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} <Debug> TCPHandler: Processed in 0.001394209 sec. | ||
11778 | 2025.06.18 18:44:40.972787 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11779 | 2025.06.18 18:44:40.972880 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11780 | 2025.06.18 18:44:40.972919 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11781 | 2025.06.18 18:44:40.973320 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11782 | 2025.06.18 18:44:40.973356 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11783 | 2025.06.18 18:44:40.973640 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11784 | 2025.06.18 18:44:40.973846 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11785 | 2025.06.18 18:44:40.973974 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Debug> executeQuery: Read 37 rows, 2.83 KiB in 0.001112 sec., 33273.381294964034 rows/sec., 2.49 MiB/sec. | ||
11786 | 2025.06.18 18:44:40.974010 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} <Debug> TCPHandler: Processed in 0.001272358 sec. | ||
11787 | 2025.06.18 18:44:40.974117 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11788 | 2025.06.18 18:44:40.974210 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11789 | 2025.06.18 18:44:40.974249 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11790 | 2025.06.18 18:44:40.974635 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11791 | 2025.06.18 18:44:40.974669 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11792 | 2025.06.18 18:44:40.974965 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11793 | 2025.06.18 18:44:40.975165 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Trace> oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11794 | 2025.06.18 18:44:40.975292 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.0011 sec., 21818.181818181816 rows/sec., 1.81 MiB/sec. | ||
11795 | 2025.06.18 18:44:40.975329 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} <Debug> TCPHandler: Processed in 0.001259837 sec. | ||
11796 | 2025.06.18 18:44:40.975436 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11797 | 2025.06.18 18:44:40.975530 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11798 | 2025.06.18 18:44:40.975568 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11799 | 2025.06.18 18:44:40.975955 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11800 | 2025.06.18 18:44:40.975990 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11801 | 2025.06.18 18:44:40.976266 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11802 | 2025.06.18 18:44:40.976471 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Trace> oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11803 | 2025.06.18 18:44:40.976593 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. | ||
11804 | 2025.06.18 18:44:40.976630 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} <Debug> TCPHandler: Processed in 0.001242267 sec. | ||
11805 | 2025.06.18 18:44:40.976737 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11806 | 2025.06.18 18:44:40.976829 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11807 | 2025.06.18 18:44:40.976868 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11808 | 2025.06.18 18:44:40.977297 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11809 | 2025.06.18 18:44:40.977330 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11810 | 2025.06.18 18:44:40.977621 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
11811 | 2025.06.18 18:44:40.977822 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11812 | 2025.06.18 18:44:40.977945 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Debug> executeQuery: Read 125 rows, 10.38 KiB in 0.001134 sec., 110229.27689594356 rows/sec., 8.94 MiB/sec. | ||
11813 | 2025.06.18 18:44:40.977982 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} <Debug> TCPHandler: Processed in 0.001293558 sec. | ||
11814 | 2025.06.18 18:44:40.978093 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11815 | 2025.06.18 18:44:40.978186 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11816 | 2025.06.18 18:44:40.978229 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11817 | 2025.06.18 18:44:40.978654 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11818 | 2025.06.18 18:44:40.978687 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11819 | 2025.06.18 18:44:40.979018 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
11820 | 2025.06.18 18:44:40.979229 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11821 | 2025.06.18 18:44:40.979359 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Debug> executeQuery: Read 269 rows, 20.45 KiB in 0.001192 sec., 225671.14093959733 rows/sec., 16.75 MiB/sec. | ||
11822 | 2025.06.18 18:44:40.979396 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} <Debug> TCPHandler: Processed in 0.001352309 sec. | ||
11823 | 2025.06.18 18:44:40.979504 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11824 | 2025.06.18 18:44:40.979598 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11825 | 2025.06.18 18:44:40.979652 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11826 | 2025.06.18 18:44:40.980445 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11827 | 2025.06.18 18:44:40.980479 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11828 | 2025.06.18 18:44:40.980998 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
11829 | 2025.06.18 18:44:40.981217 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11830 | 2025.06.18 18:44:40.981357 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001778 sec., 12935.883014623172 rows/sec., 23.18 MiB/sec. | ||
11831 | 2025.06.18 18:44:40.981420 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} <Debug> TCPHandler: Processed in 0.001964087 sec. | ||
11832 | 2025.06.18 18:44:40.981533 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11833 | 2025.06.18 18:44:40.981628 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11834 | 2025.06.18 18:44:40.981670 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11835 | 2025.06.18 18:44:40.982001 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11836 | 2025.06.18 18:44:40.982036 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11837 | 2025.06.18 18:44:40.982334 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
11838 | 2025.06.18 18:44:40.982533 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11839 | 2025.06.18 18:44:40.982658 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. | ||
11840 | 2025.06.18 18:44:40.982693 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} <Debug> TCPHandler: Processed in 0.001209016 sec. | ||
11841 | 2025.06.18 18:44:44.056144 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11842 | 2025.06.18 18:44:44.056224 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11843 | 2025.06.18 18:44:44.153613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
11844 | 2025.06.18 18:44:44.154178 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2025.06.18 18:44:44.154221 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11846 | 2025.06.18 18:44:44.154715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11847 | 2025.06.18 18:44:44.154953 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2025.06.18 18:44:44.155086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
11849 | 2025.06.18 18:44:44.257381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1618 | ||
11850 | 2025.06.18 18:44:44.259754 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11851 | 2025.06.18 18:44:44.259804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11852 | 2025.06.18 18:44:44.260998 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11853 | 2025.06.18 18:44:44.261284 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11854 | 2025.06.18 18:44:44.261652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1618 | ||
11855 | 2025.06.18 18:44:45.962475 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11856 | 2025.06.18 18:44:45.962686 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11857 | 2025.06.18 18:44:45.962762 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11858 | 2025.06.18 18:44:45.963432 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11859 | 2025.06.18 18:44:45.963484 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11860 | 2025.06.18 18:44:45.963869 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
11861 | 2025.06.18 18:44:45.964097 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11862 | 2025.06.18 18:44:45.964271 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001638 sec., 54945.054945054944 rows/sec., 4.59 MiB/sec. | ||
11863 | 2025.06.18 18:44:45.964321 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} <Debug> TCPHandler: Processed in 0.001983437 sec. | ||
11864 | 2025.06.18 18:44:45.964441 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11865 | 2025.06.18 18:44:45.964542 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11866 | 2025.06.18 18:44:45.964585 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11867 | 2025.06.18 18:44:45.964993 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11868 | 2025.06.18 18:44:45.965029 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11869 | 2025.06.18 18:44:45.965323 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
11870 | 2025.06.18 18:44:45.965526 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11871 | 2025.06.18 18:44:45.965662 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001143 sec., 14873.140857392827 rows/sec., 1.09 MiB/sec. | ||
11872 | 2025.06.18 18:44:45.965700 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} <Debug> TCPHandler: Processed in 0.001310728 sec. | ||
11873 | 2025.06.18 18:44:45.965808 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11874 | 2025.06.18 18:44:45.965901 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11875 | 2025.06.18 18:44:45.965940 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11876 | 2025.06.18 18:44:45.966344 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11877 | 2025.06.18 18:44:45.966380 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11878 | 2025.06.18 18:44:45.966675 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
11879 | 2025.06.18 18:44:45.966876 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11880 | 2025.06.18 18:44:45.967008 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001127 sec., 71872.22715173026 rows/sec., 5.61 MiB/sec. | ||
11881 | 2025.06.18 18:44:45.967045 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} <Debug> TCPHandler: Processed in 0.001284967 sec. | ||
11882 | 2025.06.18 18:44:45.967154 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11883 | 2025.06.18 18:44:45.967246 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11884 | 2025.06.18 18:44:45.967288 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11885 | 2025.06.18 18:44:45.967690 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11886 | 2025.06.18 18:44:45.967725 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11887 | 2025.06.18 18:44:45.968047 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
11888 | 2025.06.18 18:44:45.968258 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11889 | 2025.06.18 18:44:45.968388 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. | ||
11890 | 2025.06.18 18:44:45.968423 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} <Debug> TCPHandler: Processed in 0.001316089 sec. | ||
11891 | 2025.06.18 18:44:45.968521 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11892 | 2025.06.18 18:44:45.968611 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11893 | 2025.06.18 18:44:45.968663 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11894 | 2025.06.18 18:44:45.969442 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11895 | 2025.06.18 18:44:45.969477 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11896 | 2025.06.18 18:44:45.969989 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
11897 | 2025.06.18 18:44:45.970202 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11898 | 2025.06.18 18:44:45.970345 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.001751 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec. | ||
11899 | 2025.06.18 18:44:45.970407 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} <Debug> TCPHandler: Processed in 0.001933657 sec. | ||
11900 | 2025.06.18 18:44:45.970516 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11901 | 2025.06.18 18:44:45.970607 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11902 | 2025.06.18 18:44:45.970647 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11903 | 2025.06.18 18:44:45.970978 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11904 | 2025.06.18 18:44:45.971014 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11905 | 2025.06.18 18:44:45.971310 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
11906 | 2025.06.18 18:44:45.971512 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11907 | 2025.06.18 18:44:45.971638 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. | ||
11908 | 2025.06.18 18:44:45.971673 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} <Debug> TCPHandler: Processed in 0.001204396 sec. | ||
11909 | 2025.06.18 18:44:46.013886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 | ||
11910 | 2025.06.18 18:44:46.030767 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11911 | 2025.06.18 18:44:46.030823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
11912 | 2025.06.18 18:44:46.036553 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11913 | 2025.06.18 18:44:46.037234 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11914 | 2025.06.18 18:44:46.040240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 542 | ||
11915 | 2025.06.18 18:44:50.963436 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11916 | 2025.06.18 18:44:50.963643 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11917 | 2025.06.18 18:44:50.963716 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11918 | 2025.06.18 18:44:50.964384 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11919 | 2025.06.18 18:44:50.964429 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11920 | 2025.06.18 18:44:50.964817 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11921 | 2025.06.18 18:44:50.965050 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11922 | 2025.06.18 18:44:50.965204 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001614 sec., 63197.02602230483 rows/sec., 5.28 MiB/sec. | ||
11923 | 2025.06.18 18:44:50.965255 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} <Debug> TCPHandler: Processed in 0.001950037 sec. | ||
11924 | 2025.06.18 18:44:50.965377 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11925 | 2025.06.18 18:44:50.965476 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11926 | 2025.06.18 18:44:50.965519 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11927 | 2025.06.18 18:44:50.965928 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11928 | 2025.06.18 18:44:50.965965 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11929 | 2025.06.18 18:44:50.966264 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
11930 | 2025.06.18 18:44:50.966471 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11931 | 2025.06.18 18:44:50.966601 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001148 sec., 20034.843205574914 rows/sec., 1.47 MiB/sec. | ||
11932 | 2025.06.18 18:44:50.966605 [ 44 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
11933 | 2025.06.18 18:44:50.966640 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} <Debug> TCPHandler: Processed in 0.001314248 sec. | ||
11934 | 2025.06.18 18:44:50.966680 [ 44 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11935 | 2025.06.18 18:44:50.966706 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11936 | 2025.06.18 18:44:50.966784 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11937 | 2025.06.18 18:44:50.966818 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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 | ||
11938 | 2025.06.18 18:44:50.966889 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11939 | 2025.06.18 18:44:50.966937 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11940 | 2025.06.18 18:44:50.966958 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11941 | 2025.06.18 18:44:50.967002 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 178 rows starting from the beginning of the part | ||
11942 | 2025.06.18 18:44:50.967079 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part | ||
11943 | 2025.06.18 18:44:50.967133 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 17 rows starting from the beginning of the part | ||
11944 | 2025.06.18 18:44:50.967189 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 37 rows starting from the beginning of the part | ||
11945 | 2025.06.18 18:44:50.967234 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 17 rows starting from the beginning of the part | ||
11946 | 2025.06.18 18:44:50.967279 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 23 rows starting from the beginning of the part | ||
11947 | 2025.06.18 18:44:50.967401 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11948 | 2025.06.18 18:44:50.967448 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11949 | 2025.06.18 18:44:50.967794 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11950 | 2025.06.18 18:44:50.968025 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11951 | 2025.06.18 18:44:50.968156 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386919 sec., 212701.67904542372 rows/sec., 15.31 MiB/sec. | ||
11952 | 2025.06.18 18:44:50.968164 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001296 sec., 67129.62962962962 rows/sec., 5.24 MiB/sec. | ||
11953 | 2025.06.18 18:44:50.968253 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} <Debug> TCPHandler: Processed in 0.001521811 sec. | ||
11954 | 2025.06.18 18:44:50.968339 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
11955 | 2025.06.18 18:44:50.968384 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11956 | 2025.06.18 18:44:50.968487 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11957 | 2025.06.18 18:44:50.968536 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11958 | 2025.06.18 18:44:50.968626 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11959 | 2025.06.18 18:44:50.968702 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
11960 | 2025.06.18 18:44:50.968774 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11961 | 2025.06.18 18:44:50.968964 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11962 | 2025.06.18 18:44:50.969005 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11963 | 2025.06.18 18:44:50.969350 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11964 | 2025.06.18 18:44:50.969561 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11965 | 2025.06.18 18:44:50.969694 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. | ||
11966 | 2025.06.18 18:44:50.969732 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} <Debug> TCPHandler: Processed in 0.00139944 sec. | ||
11967 | 2025.06.18 18:44:50.969843 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11968 | 2025.06.18 18:44:50.969936 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11969 | 2025.06.18 18:44:50.969992 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11970 | 2025.06.18 18:44:50.970792 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11971 | 2025.06.18 18:44:50.970828 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11972 | 2025.06.18 18:44:50.971374 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
11973 | 2025.06.18 18:44:50.971605 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11974 | 2025.06.18 18:44:50.971752 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001833 sec., 12547.735951991272 rows/sec., 22.48 MiB/sec. | ||
11975 | 2025.06.18 18:44:50.971820 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} <Debug> TCPHandler: Processed in 0.002026548 sec. | ||
11976 | 2025.06.18 18:44:50.971937 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11977 | 2025.06.18 18:44:50.972031 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11978 | 2025.06.18 18:44:50.972082 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11979 | 2025.06.18 18:44:50.972469 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11980 | 2025.06.18 18:44:50.972506 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11981 | 2025.06.18 18:44:50.972815 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
11982 | 2025.06.18 18:44:50.973025 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11983 | 2025.06.18 18:44:50.973157 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. | ||
11984 | 2025.06.18 18:44:50.973197 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} <Debug> TCPHandler: Processed in 0.001308709 sec. | ||
11985 | 2025.06.18 18:44:51.655283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
11986 | 2025.06.18 18:44:51.655786 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11987 | 2025.06.18 18:44:51.655835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11988 | 2025.06.18 18:44:51.656347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11989 | 2025.06.18 18:44:51.656619 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11990 | 2025.06.18 18:44:51.656770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
11991 | 2025.06.18 18:44:53.540376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 | ||
11992 | 2025.06.18 18:44:53.557636 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11993 | 2025.06.18 18:44:53.557685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
11994 | 2025.06.18 18:44:53.563854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11995 | 2025.06.18 18:44:53.564537 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11996 | 2025.06.18 18:44:53.567509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 550 | ||
11997 | 2025.06.18 18:44:54.261967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1642 | ||
11998 | 2025.06.18 18:44:54.264195 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11999 | 2025.06.18 18:44:54.264241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12000 | 2025.06.18 18:44:54.265416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12001 | 2025.06.18 18:44:54.265685 [ 242 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12002 | 2025.06.18 18:44:54.265930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
12003 | 2025.06.18 18:44:55.238682 [ 225 ] {} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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] | ||
12004 | 2025.06.18 18:44:55.238734 [ 225 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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] | ||
12005 | 2025.06.18 18:44:55.241986 [ 225 ] {} <Debug> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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] | ||
12006 | 2025.06.18 18:44:55.963082 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12007 | 2025.06.18 18:44:55.963274 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12008 | 2025.06.18 18:44:55.963344 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12009 | 2025.06.18 18:44:55.963983 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12010 | 2025.06.18 18:44:55.964027 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12011 | 2025.06.18 18:44:55.964412 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12012 | 2025.06.18 18:44:55.964633 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Trace> oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12013 | 2025.06.18 18:44:55.964790 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 208.82 KiB/sec. | ||
12014 | 2025.06.18 18:44:55.964839 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} <Debug> TCPHandler: Processed in 0.001889176 sec. | ||
12015 | 2025.06.18 18:44:55.964964 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12016 | 2025.06.18 18:44:55.965079 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12017 | 2025.06.18 18:44:55.965122 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12018 | 2025.06.18 18:44:55.965583 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12019 | 2025.06.18 18:44:55.965620 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12020 | 2025.06.18 18:44:55.965951 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
12021 | 2025.06.18 18:44:55.966160 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12022 | 2025.06.18 18:44:55.966295 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.00124 sec., 74193.54838709677 rows/sec., 6.19 MiB/sec. | ||
12023 | 2025.06.18 18:44:55.966292 [ 43 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
12024 | 2025.06.18 18:44:55.966336 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} <Debug> TCPHandler: Processed in 0.00142349 sec. | ||
12025 | 2025.06.18 18:44:55.966373 [ 43 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12026 | 2025.06.18 18:44:55.966407 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12027 | 2025.06.18 18:44:55.966464 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12028 | 2025.06.18 18:44:55.966509 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
12029 | 2025.06.18 18:44:55.966567 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12030 | 2025.06.18 18:44:55.966609 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12031 | 2025.06.18 18:44:55.966618 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12032 | 2025.06.18 18:44:55.966653 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 828 rows starting from the beginning of the part | ||
12033 | 2025.06.18 18:44:55.966722 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 90 rows starting from the beginning of the part | ||
12034 | 2025.06.18 18:44:55.966775 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 223 rows starting from the beginning of the part | ||
12035 | 2025.06.18 18:44:55.966824 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 90 rows starting from the beginning of the part | ||
12036 | 2025.06.18 18:44:55.966872 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 102 rows starting from the beginning of the part | ||
12037 | 2025.06.18 18:44:55.966938 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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 | ||
12038 | 2025.06.18 18:44:55.967015 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12039 | 2025.06.18 18:44:55.967052 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12040 | 2025.06.18 18:44:55.967357 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
12041 | 2025.06.18 18:44:55.967562 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12042 | 2025.06.18 18:44:55.967695 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001149 sec., 18276.76240208877 rows/sec., 1.32 MiB/sec. | ||
12043 | 2025.06.18 18:44:55.967733 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} <Debug> TCPHandler: Processed in 0.001320088 sec. | ||
12044 | 2025.06.18 18:44:55.967839 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12045 | 2025.06.18 18:44:55.967935 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12046 | 2025.06.18 18:44:55.967975 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12047 | 2025.06.18 18:44:55.967987 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001517821 sec., 938845.8849890732 rows/sec., 81.77 MiB/sec. | ||
12048 | 2025.06.18 18:44:55.968258 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
12049 | 2025.06.18 18:44:55.968398 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12050 | 2025.06.18 18:44:55.968443 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12051 | 2025.06.18 18:44:55.968604 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12052 | 2025.06.18 18:44:55.968699 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
12053 | 2025.06.18 18:44:55.968784 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
12054 | 2025.06.18 18:44:55.968812 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
12055 | 2025.06.18 18:44:55.969005 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12056 | 2025.06.18 18:44:55.969131 [ 43 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
12057 | 2025.06.18 18:44:55.969143 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001227 sec., 69274.65362673186 rows/sec., 5.41 MiB/sec. | ||
12058 | 2025.06.18 18:44:55.969165 [ 43 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12059 | 2025.06.18 18:44:55.969191 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12060 | 2025.06.18 18:44:55.969206 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} <Debug> TCPHandler: Processed in 0.00141606 sec. | ||
12061 | 2025.06.18 18:44:55.969273 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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 | ||
12062 | 2025.06.18 18:44:55.969352 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12063 | 2025.06.18 18:44:55.969389 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12064 | 2025.06.18 18:44:55.969426 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 496 rows starting from the beginning of the part | ||
12065 | 2025.06.18 18:44:55.969458 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12066 | 2025.06.18 18:44:55.969495 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 81 rows starting from the beginning of the part | ||
12067 | 2025.06.18 18:44:55.969509 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12068 | 2025.06.18 18:44:55.969548 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 125 rows starting from the beginning of the part | ||
12069 | 2025.06.18 18:44:55.969598 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 81 rows starting from the beginning of the part | ||
12070 | 2025.06.18 18:44:55.969639 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 87 rows starting from the beginning of the part | ||
12071 | 2025.06.18 18:44:55.969680 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 85 rows starting from the beginning of the part | ||
12072 | 2025.06.18 18:44:55.969945 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12073 | 2025.06.18 18:44:55.969987 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12074 | 2025.06.18 18:44:55.970354 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
12075 | 2025.06.18 18:44:55.970614 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12076 | 2025.06.18 18:44:55.970658 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142495 sec., 670198.9543492754 rows/sec., 53.42 MiB/sec. | ||
12077 | 2025.06.18 18:44:55.970778 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
12078 | 2025.06.18 18:44:55.970798 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001357 sec., 119380.98747236552 rows/sec., 8.31 MiB/sec. | ||
12079 | 2025.06.18 18:44:55.970807 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12080 | 2025.06.18 18:44:55.970830 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
12081 | 2025.06.18 18:44:55.970848 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12082 | 2025.06.18 18:44:55.970860 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} <Debug> TCPHandler: Processed in 0.001571021 sec. | ||
12083 | 2025.06.18 18:44:55.970920 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
12084 | 2025.06.18 18:44:55.971023 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12085 | 2025.06.18 18:44:55.971032 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12086 | 2025.06.18 18:44:55.971052 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 17566 rows starting from the beginning of the part | ||
12087 | 2025.06.18 18:44:55.971121 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
12088 | 2025.06.18 18:44:55.971159 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 269 rows starting from the beginning of the part | ||
12089 | 2025.06.18 18:44:55.971167 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12090 | 2025.06.18 18:44:55.971198 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
12091 | 2025.06.18 18:44:55.971237 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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 | ||
12092 | 2025.06.18 18:44:55.971236 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12093 | 2025.06.18 18:44:55.971257 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12094 | 2025.06.18 18:44:55.971275 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 162 rows starting from the beginning of the part | ||
12095 | 2025.06.18 18:44:55.971336 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
12096 | 2025.06.18 18:44:55.971430 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12097 | 2025.06.18 18:44:55.972348 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2025.06.18 18:44:55.972391 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12099 | 2025.06.18 18:44:55.972959 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12100 | 2025.06.18 18:44:55.973198 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12101 | 2025.06.18 18:44:55.973349 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002207 sec., 7702.763932940643 rows/sec., 13.80 MiB/sec. | ||
12102 | 2025.06.18 18:44:55.973422 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} <Debug> TCPHandler: Processed in 0.002456754 sec. | ||
12103 | 2025.06.18 18:44:55.973542 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12104 | 2025.06.18 18:44:55.973639 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12105 | 2025.06.18 18:44:55.973682 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12106 | 2025.06.18 18:44:55.974026 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12107 | 2025.06.18 18:44:55.974061 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12108 | 2025.06.18 18:44:55.974384 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
12109 | 2025.06.18 18:44:55.974607 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12110 | 2025.06.18 18:44:55.974746 [ 41 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
12111 | 2025.06.18 18:44:55.974749 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. | ||
12112 | 2025.06.18 18:44:55.974782 [ 41 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12113 | 2025.06.18 18:44:55.974801 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} <Debug> TCPHandler: Processed in 0.001309248 sec. | ||
12114 | 2025.06.18 18:44:55.974801 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12115 | 2025.06.18 18:44:55.974899 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
12116 | 2025.06.18 18:44:55.975015 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12117 | 2025.06.18 18:44:55.975049 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6224 rows starting from the beginning of the part | ||
12118 | 2025.06.18 18:44:55.975117 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
12119 | 2025.06.18 18:44:55.975166 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
12120 | 2025.06.18 18:44:55.975210 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
12121 | 2025.06.18 18:44:55.975253 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
12122 | 2025.06.18 18:44:55.975297 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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 | ||
12123 | 2025.06.18 18:44:55.975462 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18477 rows, containing 5 columns (5 merged, 0 gathered) in 0.004565423 sec., 4047160.580739178 rows/sec., 282.83 MiB/sec. | ||
12124 | 2025.06.18 18:44:55.975789 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
12125 | 2025.06.18 18:44:55.976071 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12126 | 2025.06.18 18:44:55.976143 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
12127 | 2025.06.18 18:44:55.976245 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
12128 | 2025.06.18 18:44:55.977672 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6524 rows, containing 4 columns (4 merged, 0 gathered) in 0.002813129 sec., 2319125.7848466956 rows/sec., 155.39 MiB/sec. | ||
12129 | 2025.06.18 18:44:55.978097 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
12130 | 2025.06.18 18:44:55.978355 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12131 | 2025.06.18 18:44:55.978419 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
12132 | 2025.06.18 18:44:55.978476 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
12133 | 2025.06.18 18:44:56.200096 [ 221 ] {} <Trace> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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] | ||
12134 | 2025.06.18 18:44:56.200148 [ 221 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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] | ||
12135 | 2025.06.18 18:44:56.203365 [ 221 ] {} <Debug> system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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] | ||
12136 | 2025.06.18 18:44:59.056291 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12137 | 2025.06.18 18:44:59.056374 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12138 | 2025.06.18 18:44:59.157001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
12139 | 2025.06.18 18:44:59.157553 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12140 | 2025.06.18 18:44:59.157591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12141 | 2025.06.18 18:44:59.158081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12142 | 2025.06.18 18:44:59.158337 [ 244 ] {} <Trace> system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12143 | 2025.06.18 18:44:59.158491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
12144 | 2025.06.18 18:45:00.262030 [ 225 ] {} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12145 | 2025.06.18 18:45:00.262078 [ 225 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12146 | 2025.06.18 18:45:00.264312 [ 225 ] {} <Debug> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12147 | 2025.06.18 18:45:00.279108 [ 217 ] {} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12148 | 2025.06.18 18:45:00.279138 [ 217 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12149 | 2025.06.18 18:45:00.281908 [ 217 ] {} <Debug> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12150 | 2025.06.18 18:45:00.833800 [ 221 ] {} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12151 | 2025.06.18 18:45:00.833863 [ 221 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12152 | 2025.06.18 18:45:00.837480 [ 221 ] {} <Debug> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12153 | 2025.06.18 18:45:00.965196 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12154 | 2025.06.18 18:45:00.965398 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12155 | 2025.06.18 18:45:00.965475 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12156 | 2025.06.18 18:45:00.966206 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12157 | 2025.06.18 18:45:00.966255 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12158 | 2025.06.18 18:45:00.966652 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
12159 | 2025.06.18 18:45:00.966897 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Trace> oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12160 | 2025.06.18 18:45:00.967048 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001707 sec., 59753.95430579965 rows/sec., 4.99 MiB/sec. | ||
12161 | 2025.06.18 18:45:00.967092 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} <Debug> TCPHandler: Processed in 0.002043038 sec. | ||
12162 | 2025.06.18 18:45:00.967230 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12163 | 2025.06.18 18:45:00.967327 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12164 | 2025.06.18 18:45:00.967371 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12165 | 2025.06.18 18:45:00.967809 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12166 | 2025.06.18 18:45:00.967847 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12167 | 2025.06.18 18:45:00.968158 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
12168 | 2025.06.18 18:45:00.968387 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Trace> oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12169 | 2025.06.18 18:45:00.968521 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001213 sec., 18961.253091508654 rows/sec., 1.39 MiB/sec. | ||
12170 | 2025.06.18 18:45:00.968561 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} <Debug> TCPHandler: Processed in 0.001379799 sec. | ||
12171 | 2025.06.18 18:45:00.968693 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12172 | 2025.06.18 18:45:00.968789 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12173 | 2025.06.18 18:45:00.968830 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12174 | 2025.06.18 18:45:00.969367 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12175 | 2025.06.18 18:45:00.969415 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12176 | 2025.06.18 18:45:00.969847 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
12177 | 2025.06.18 18:45:00.970182 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Trace> oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12178 | 2025.06.18 18:45:00.970330 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001559 sec., 55805.00320718409 rows/sec., 4.36 MiB/sec. | ||
12179 | 2025.06.18 18:45:00.970379 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} <Debug> TCPHandler: Processed in 0.001736563 sec. | ||
12180 | 2025.06.18 18:45:00.970523 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12181 | 2025.06.18 18:45:00.970626 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12182 | 2025.06.18 18:45:00.970677 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12183 | 2025.06.18 18:45:00.971211 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12184 | 2025.06.18 18:45:00.971256 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12185 | 2025.06.18 18:45:00.971644 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
12186 | 2025.06.18 18:45:00.971887 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12187 | 2025.06.18 18:45:00.972024 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. | ||
12188 | 2025.06.18 18:45:00.972063 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} <Debug> TCPHandler: Processed in 0.001597022 sec. | ||
12189 | 2025.06.18 18:45:00.972224 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12190 | 2025.06.18 18:45:00.972335 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12191 | 2025.06.18 18:45:00.972407 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12192 | 2025.06.18 18:45:00.973469 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12193 | 2025.06.18 18:45:00.973511 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12194 | 2025.06.18 18:45:00.974148 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12195 | 2025.06.18 18:45:00.974411 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12196 | 2025.06.18 18:45:00.974558 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12197 | 2025.06.18 18:45:00.974568 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002254 sec., 10204.081632653062 rows/sec., 18.29 MiB/sec. | ||
12198 | 2025.06.18 18:45:00.974631 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12199 | 2025.06.18 18:45:00.974659 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12200 | 2025.06.18 18:45:00.974689 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} <Debug> TCPHandler: Processed in 0.002521165 sec. | ||
12201 | 2025.06.18 18:45:00.974781 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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 | ||
12202 | 2025.06.18 18:45:00.974865 [ 276 ] {} <Trace> TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12203 | 2025.06.18 18:45:00.974974 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12204 | 2025.06.18 18:45:00.975021 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12205 | 2025.06.18 18:45:00.975053 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12206 | 2025.06.18 18:45:00.975123 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1878 rows starting from the beginning of the part | ||
12207 | 2025.06.18 18:45:00.975278 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part | ||
12208 | 2025.06.18 18:45:00.975396 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 17 rows starting from the beginning of the part | ||
12209 | 2025.06.18 18:45:00.975411 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12210 | 2025.06.18 18:45:00.975459 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12211 | 2025.06.18 18:45:00.975496 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 23 rows starting from the beginning of the part | ||
12212 | 2025.06.18 18:45:00.975597 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 17 rows starting from the beginning of the part | ||
12213 | 2025.06.18 18:45:00.975692 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 23 rows starting from the beginning of the part | ||
12214 | 2025.06.18 18:45:00.975839 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
12215 | 2025.06.18 18:45:00.976146 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Trace> oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12216 | 2025.06.18 18:45:00.976312 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
12217 | 2025.06.18 18:45:00.976354 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} <Debug> TCPHandler: Processed in 0.001548582 sec. | ||
12218 | 2025.06.18 18:45:00.985860 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1981 rows, containing 19 columns (19 merged, 0 gathered) in 0.011138184 sec., 177856.64162129123 rows/sec., 318.71 MiB/sec. | ||
12219 | 2025.06.18 18:45:00.987994 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12220 | 2025.06.18 18:45:00.988520 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12221 | 2025.06.18 18:45:00.988610 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12222 | 2025.06.18 18:45:00.988757 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.42 MiB. | ||
12223 | 2025.06.18 18:45:01.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 343.50 MiB, peak 361.32 MiB, free memory in arenas 0.00 B, will set to 346.28 MiB (RSS), difference: 2.78 MiB | ||
12224 | 2025.06.18 18:45:01.067688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 | ||
12225 | 2025.06.18 18:45:01.093063 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12226 | 2025.06.18 18:45:01.093144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
12227 | 2025.06.18 18:45:01.101745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12228 | 2025.06.18 18:45:01.102609 [ 243 ] {} <Trace> system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12229 | 2025.06.18 18:45:01.107890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
12230 | 2025.06.18 18:45:01.624285 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12231 | 2025.06.18 18:45:01.624340 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
12232 | 2025.06.18 18:45:01.627553 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] |